diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-28 22:23:21 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-28 22:23:21 +0000 |
commit | 6fd81b8c5af5cad74cac1352fe88753be862369b (patch) | |
tree | d8c9de637f2b04607d8949e04d0069fa44a8f7e0 /mail-filter/spamassassin | |
parent | Remove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff) | |
download | gentoo-2-6fd81b8c5af5cad74cac1352fe88753be862369b.tar.gz gentoo-2-6fd81b8c5af5cad74cac1352fe88753be862369b.tar.bz2 gentoo-2-6fd81b8c5af5cad74cac1352fe88753be862369b.zip |
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'mail-filter/spamassassin')
-rw-r--r-- | mail-filter/spamassassin/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild | 3 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.4.0.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/spamassassin/ChangeLog b/mail-filter/spamassassin/ChangeLog index bb62496311c2..d5208f021cb2 100644 --- a/mail-filter/spamassassin/ChangeLog +++ b/mail-filter/spamassassin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/spamassassin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.255 2014/10/11 13:16:20 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.256 2014/11/28 22:23:21 dilfridge Exp $ + + 28 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + spamassassin-3.3.2-r5.ebuild, spamassassin-3.4.0.ebuild: + Remove call to perl-module_pkg_postinst, does not do anything outside + perl-core 11 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> spamassassin-3.4.0.ebuild: diff --git a/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild b/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild index 94180bacd566..81fb6e6df9f0 100644 --- a/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild,v 1.10 2014/09/24 19:39:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild,v 1.11 2014/11/28 22:23:21 dilfridge Exp $ EAPI=5 @@ -191,7 +191,6 @@ EOF } pkg_postinst() { - perl-module_pkg_postinst elog "If you plan on using the -u flag to spamd, please read the notes" elog "in /etc/conf.d/spamd regarding the location of the pid file.\n" elog "If you build ${PN} with optional dependancy support," diff --git a/mail-filter/spamassassin/spamassassin-3.4.0.ebuild b/mail-filter/spamassassin/spamassassin-3.4.0.ebuild index 8e55cd3a39bb..5e3aabd1e877 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.0.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.10 2014/10/11 13:16:20 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.11 2014/11/28 22:23:21 dilfridge Exp $ EAPI=5 @@ -178,7 +178,6 @@ EOF } pkg_postinst() { - perl-module_pkg_postinst elog "If you plan on using the -u flag to spamd, please read the notes" elog "in /etc/conf.d/spamd regarding the location of the pid file.\n" elog "If you build ${PN} with optional dependancy support," |