diff options
Diffstat (limited to 'mail-filter/gld')
-rw-r--r-- | mail-filter/gld/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/gld/gld-1.7.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index 48a298bbbc83..31bccc3911eb 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/gld -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.40 2008/06/15 09:34:55 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.41 2009/07/11 16:28:39 tove Exp $ + + 11 Jul 2009; Torsten Veller <tove@gentoo.org> gld-1.7.ebuild: + README.gz -> README (#272910) 15 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> -files/gld-1.5.2-mxgrey-fix.patch, -files/Makefile.in, -gld-1.5.2.ebuild, diff --git a/mail-filter/gld/gld-1.7.ebuild b/mail-filter/gld/gld-1.7.ebuild index 493726e2f2c9..ca2680899cfd 100644 --- a/mail-filter/gld/gld-1.7.ebuild +++ b/mail-filter/gld/gld-1.7.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/gld/gld-1.7.ebuild,v 1.8 2008/06/15 09:34:55 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7.ebuild,v 1.9 2009/07/11 16:28:39 tove Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -48,8 +48,8 @@ src_install() { pkg_postinst() { elog - elog "Please read /usr/share/doc/${PF}/README.gz for details on how to setup" - elog "gld." + elog "Please read the README file in /usr/share/doc/${PF} for" + elog "details on how to setup gld." elog elog "The sql files have been installed to /usr/share/${PN}/sql." elog |