diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 20:59:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 20:59:50 +0000 |
commit | 63cc7bbfcbb378e16bfc86117cfe447bf6d6ed21 (patch) | |
tree | e2980a75dc6a6ff7de5cf42bbebd49558d00d966 /dev-perl | |
parent | change dep to accept db3 or db4 (diff) | |
download | historical-63cc7bbfcbb378e16bfc86117cfe447bf6d6ed21.tar.gz historical-63cc7bbfcbb378e16bfc86117cfe447bf6d6ed21.tar.bz2 historical-63cc7bbfcbb378e16bfc86117cfe447bf6d6ed21.zip |
Fixes bugs in header changes
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-SpamAssassin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.43.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.43 | 1 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Mail-SpamAssassin/ChangeLog b/dev-perl/Mail-SpamAssassin/ChangeLog index 02deddbc74da..22c2199d57e0 100644 --- a/dev-perl/Mail-SpamAssassin/ChangeLog +++ b/dev-perl/Mail-SpamAssassin/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for net-mail/spamassassin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/ChangeLog,v 1.7 2002/08/01 03:09:03 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/ChangeLog,v 1.8 2002/10/24 20:59:50 mcummings Exp $ +*Mail-SpamAssassin-2.43 (24 Oct 2002) + + 24 Oct 2002; <mcummings@gentoo.org> Mail-SpamAssassin-2.43.ebuild : + corrects problems with mail filtering adding extra chars to the from field + *Mail-SpamAssassin-2.31-r3 (05 Jul 2002) 31 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> diff --git a/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.43.ebuild b/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.43.ebuild new file mode 100644 index 000000000000..41128980c6c4 --- /dev/null +++ b/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.43.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.43.ebuild,v 1.1 2002/10/24 20:59:50 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl Mail::SpamAssassin - A program to filter spam" +SRC_URI="http://www.spamassassin.org/released/${P}.tar.gz" +HOMEPAGE="http://www.spamassassin.org" + +SLOT="0" +LICENSE="GPL-2 | Artistic" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +DEPEND="dev-perl/Net-DNS + dev-perl/Time-HiRes" + +mydoc="License TODO Changes procmailrc.example sample-nonspam.txt sample-spam.txt" +myinst="LOCAL_RULES_DIR=${D}/etc/mail/spamassassin" + +src_install () { + + perl-module_src_install + + dodir /etc/init.d /etc/conf.d + cp ${FILESDIR}/spamd.init ${D}/etc/init.d/spamd + chmod +x ${D}/etc/init.d/spamd + cp ${FILESDIR}/spamd.conf ${D}/etc/conf.d/spamd +} diff --git a/dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.43 b/dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.43 new file mode 100644 index 000000000000..adf36c324fab --- /dev/null +++ b/dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.43 @@ -0,0 +1 @@ +MD5 b39d3b597f8e0abd13aa9da46c83f2d2 Mail-SpamAssassin-2.43.tar.gz 538505 |