diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-05-16 00:24:46 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-05-16 00:24:46 +0000 |
commit | 361c5979e1c409cbd08dad5883a3061ec702d168 (patch) | |
tree | 05c00d9068f7aa850f51ce75078e78e1bd11b69e | |
parent | Fix elog statement; bug #207774 (diff) | |
download | gentoo-2-361c5979e1c409cbd08dad5883a3061ec702d168.tar.gz gentoo-2-361c5979e1c409cbd08dad5883a3061ec702d168.tar.bz2 gentoo-2-361c5979e1c409cbd08dad5883a3061ec702d168.zip |
Fix einfo statement; bug #207775
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | mail-filter/spamassassin/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild | 12 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.2.5.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/mail-filter/spamassassin/ChangeLog b/mail-filter/spamassassin/ChangeLog index 885d9cbe55ac..c8a15fa84c37 100644 --- a/mail-filter/spamassassin/ChangeLog +++ b/mail-filter/spamassassin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/spamassassin -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.160 2008/11/18 16:13:26 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.161 2009/05/16 00:24:46 halcy0n Exp $ + + 16 May 2009; Mark Loeser <halcy0n@gentoo.org> + spamassassin-3.2.1-r1.ebuild, spamassassin-3.2.5.ebuild: + Fix einfo statement; bug #207775 18 Nov 2008; Torsten Veller <tove@gentoo.org> spamassassin-3.1.8.ebuild, spamassassin-3.1.8-r1.ebuild, spamassassin-3.2.0.ebuild, diff --git a/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild b/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild index 6f1fb29d1e69..4f12c4930317 100644 --- a/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild,v 1.13 2008/11/18 16:13:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.2.1-r1.ebuild,v 1.14 2009/05/16 00:24:46 halcy0n Exp $ inherit perl-module eutils @@ -193,13 +193,13 @@ pkg_postinst() { if use doc; then einfo - einfo "Please read the file" - einfo " /usr/share/doc/${PF}/INSTALL.gz" + einfo "Please read the file INSTALL in" + einfo " /usr/share/doc/${PF}/" einfo "to find out which optional modules you need to install to enable" einfo "additional features which depend on them." einfo - einfo "If upgraded from 2.x, please read the file" - einfo " /usr/share/doc/${PF}/UPGRADE.gz" + einfo "If upgraded from 2.x, please read the file UPGRADE in" + einfo " /usr/share/doc/${PF}/" einfo fi diff --git a/mail-filter/spamassassin/spamassassin-3.2.5.ebuild b/mail-filter/spamassassin/spamassassin-3.2.5.ebuild index 5b251279ed10..347d8b959680 100644 --- a/mail-filter/spamassassin/spamassassin-3.2.5.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.2.5.ebuild,v 1.2 2008/11/18 16:13:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.2.5.ebuild,v 1.3 2009/05/16 00:24:46 halcy0n Exp $ inherit perl-module eutils @@ -192,13 +192,13 @@ pkg_postinst() { if use doc; then einfo - einfo "Please read the file" - einfo " /usr/share/doc/${PF}/INSTALL.gz" + einfo "Please read the file INSTALL in" + einfo " /usr/share/doc/${PF}/" einfo "to find out which optional modules you need to install to enable" einfo "additional features which depend on them." einfo - einfo "If upgraded from 2.x, please read the file" - einfo " /usr/share/doc/${PF}/UPGRADE.gz" + einfo "If upgraded from 2.x, please read the file UPGRADE in" + einfo " /usr/share/doc/${PF}/" einfo fi |