diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-07 03:54:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-07 03:54:27 +0000 |
commit | 76a0e8525923b813fcaa753331c96499bbb49e0b (patch) | |
tree | 838f0788444187d3988e8b529a03afc2280b18fc /dev-perl/Mail-SpamAssassin | |
parent | version bump (diff) | |
download | gentoo-2-76a0e8525923b813fcaa753331c96499bbb49e0b.tar.gz gentoo-2-76a0e8525923b813fcaa753331c96499bbb49e0b.tar.bz2 gentoo-2-76a0e8525923b813fcaa753331c96499bbb49e0b.zip |
spamassassin already exists in net-mail
Diffstat (limited to 'dev-perl/Mail-SpamAssassin')
-rw-r--r-- | dev-perl/Mail-SpamAssassin/ChangeLog | 30 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.31-r2.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.31-r2 | 1 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/spamd.conf | 11 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/spamd.init | 23 |
5 files changed, 0 insertions, 94 deletions
diff --git a/dev-perl/Mail-SpamAssassin/ChangeLog b/dev-perl/Mail-SpamAssassin/ChangeLog deleted file mode 100644 index f6cb11142eb5..000000000000 --- a/dev-perl/Mail-SpamAssassin/ChangeLog +++ /dev/null @@ -1,30 +0,0 @@ -# ChangeLog for dev-perl/Mail-SpamAssassin -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/ChangeLog,v 1.4 2002/07/04 05:16:57 g2boojum Exp $ - -*Mail-SpamAssassin-2.31-r2 (04 Jul 2002) - - 04 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : - - Adding spamd init stuff (thanks to Marcelo Fontenele S Santos); removing - old versions - -*Mail-SpamAssassin-2.31-r1 (02 Jul 2002) - - 02 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : - - added Time-HiRes dep -# ChangeLog for dev-perl/Net-DNS -# /space/gentoo/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.2 2002/05/05 18:47:51 seemant Exp - -*Mail-SpamAssassin-2.31 (28 Jun 2002) - - 28 Jun 2002; Bruce A. Locke <blocke@shivan.org> Mail-SpamAssassin-2.31.ebuild: - - Version Bump - -*Mail-SpamAssassin-2.20 (2 Jun 2002) - - 2 Jun 2002; Preston A. Elder <prez@gentoo.org> Mail-SpamAssassin-2.20.ebuild: - - new ebuild diff --git a/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.31-r2.ebuild b/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.31-r2.ebuild deleted file mode 100644 index bfdb8ea36957..000000000000 --- a/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.31-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Bruce A. Locke <blocke@shivan.org> -# /space/gentoo/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.19.ebuild,v 1.2 2002/05/21 18:14:07 danarmak 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" - -DEPEND="dev-perl/Net-DNS dev-perl/Time-HiRes" -LICENSE="GPL-2 | Artistic" - -mydoc="License TODO" - -src_install () { - make PREFIX=${D}/usr INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - LOCAL_RULES_DIR=${D}/etc/mail/spamassassin \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 install || die - dodoc Changes MANIFEST README TODO License - dodoc procmailrc.example sample-nonspam.txt sample-spam.txt - 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.31-r2 b/dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.31-r2 deleted file mode 100644 index e1e783f8ba38..000000000000 --- a/dev-perl/Mail-SpamAssassin/files/digest-Mail-SpamAssassin-2.31-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a9878b4ea035964c04c4899ee154e222 Mail-SpamAssassin-2.31.tar.gz 370237 diff --git a/dev-perl/Mail-SpamAssassin/files/spamd.conf b/dev-perl/Mail-SpamAssassin/files/spamd.conf deleted file mode 100644 index 83248f8ac505..000000000000 --- a/dev-perl/Mail-SpamAssassin/files/spamd.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Config file for /etc/init.d/spamd - -# Some options: -# -# -a for auto-white-list -# -c to create a per user configuration file -# -L if you want to suppress DNS lookup -# -# for more help look in man spamd - -SPAMD_OPTS="-a -c" diff --git a/dev-perl/Mail-SpamAssassin/files/spamd.init b/dev-perl/Mail-SpamAssassin/files/spamd.init deleted file mode 100644 index cf06fcf51626..000000000000 --- a/dev-perl/Mail-SpamAssassin/files/spamd.init +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - -# NB: Config is in /etc/conf.d/spamd.conf - -depend() { - need net -} - -start() { - ebegin "Starting spamd" - start-stop-daemon --start --quiet \ - --exec /usr/bin/spamd -- -d -r /var/run/spamd.pid \ - ${SPAMD_OPTS} - eend $? "Failed to start spamd" -} - -stop() { - ebegin "Stopping spamd" - start-stop-daemon --stop --quiet --pidfile /var/run/spamd.pid - eend $? "Failed to stop spamd" -} |