diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:32:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:32:52 +0000 |
commit | 95a980c74367d61f20f1ec0f8f20ef6109fbcf0e (patch) | |
tree | fc07c112e4d1a2ea7bbf5b1c94aaa91aef32c681 /net-mail | |
parent | moved DEPENDency from net-mail/spambayes to mail-filter/spambayes (Manifest r... (diff) | |
download | gentoo-2-95a980c74367d61f20f1ec0f8f20ef6109fbcf0e.tar.gz gentoo-2-95a980c74367d61f20f1ec0f8f20ef6109fbcf0e.tar.bz2 gentoo-2-95a980c74367d61f20f1ec0f8f20ef6109fbcf0e.zip |
Moving to mail-filter/spampd
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/spampd/ChangeLog | 17 | ||||
-rw-r--r-- | net-mail/spampd/Manifest | 7 | ||||
-rw-r--r-- | net-mail/spampd/files/conf | 15 | ||||
-rw-r--r-- | net-mail/spampd/files/digest-spampd-2.11 | 1 | ||||
-rw-r--r-- | net-mail/spampd/files/digest-spampd-2.11-r1 | 1 | ||||
-rw-r--r-- | net-mail/spampd/files/init | 24 | ||||
-rw-r--r-- | net-mail/spampd/spampd-2.11-r1.ebuild | 28 | ||||
-rw-r--r-- | net-mail/spampd/spampd-2.11.ebuild | 28 |
8 files changed, 0 insertions, 121 deletions
diff --git a/net-mail/spampd/ChangeLog b/net-mail/spampd/ChangeLog deleted file mode 100644 index 748c32bca443..000000000000 --- a/net-mail/spampd/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for net-mail/spampd -# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/spampd/ChangeLog,v 1.3 2004/01/05 11:34:52 robbat2 Exp $ - - 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> spampd-2.11-r1.ebuild, - spampd-2.11.ebuild: - fix bug #37284 and copyright headers - -*spampd-2.11-r1 (20 Nov 2003) - - 20 Nov 2003; <mkennedy@gentoo.org> spampd-2.11-r1.ebuild, files/init: - fixed typo in init script which caused failure to shutdown - -*spampd-2.11 (28 Oct 2003) - - 29 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> : - Initial import. Ebuild submitted by Matthew Kennedy <mkennedy@gentoo.org>. diff --git a/net-mail/spampd/Manifest b/net-mail/spampd/Manifest deleted file mode 100644 index 8122d2db113b..000000000000 --- a/net-mail/spampd/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -MD5 8dc3caf9e82a80473c41b5d1e64bbbd5 files/conf 665 -MD5 76116382e8e5f304fcfd822edd50f47c files/init 636 -MD5 17b3ddc9a6650576cdaddbc62052fe0b files/digest-spampd-2.11 62 -MD5 17b3ddc9a6650576cdaddbc62052fe0b files/digest-spampd-2.11-r1 62 -MD5 61191fbd9f98827c648e959713a07cc0 ChangeLog 677 -MD5 f51ba7c62bab5c9933b36ae93e69dd5a spampd-2.11-r1.ebuild 851 -MD5 85acfd3367763a76469c25030654dd48 spampd-2.11.ebuild 848 diff --git a/net-mail/spampd/files/conf b/net-mail/spampd/files/conf deleted file mode 100644 index 64abe21dd1b0..000000000000 --- a/net-mail/spampd/files/conf +++ /dev/null @@ -1,15 +0,0 @@ -# This is the configuration file that /etc/init.d/spampd sources when -# started. - -# SPAMPD_OPTS defines the command-line arguments to be passed to the -# spampd daemon upon start-up. A complete list of options can be -# found in the documentation, or by issuing the command -# "/usr/sbin/spampd --help" - -SPAMPD_OPTS="--host=localhost:10025 --relayhost=localhost:10026 --tagall" - -# Note: (from the Installation section in the spampd documentation) -# "Note that spampd replaces spamd from the SpamAssassin distribution -# in function. You do not need to run spamd in order for spampd to -# work. This has apparently been the source of some confusion, so now -# you know." diff --git a/net-mail/spampd/files/digest-spampd-2.11 b/net-mail/spampd/files/digest-spampd-2.11 deleted file mode 100644 index 32106a4b7529..000000000000 --- a/net-mail/spampd/files/digest-spampd-2.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f697879767ce39a24981030ce5c6c5c spampd-2.11.tar.gz 28401 diff --git a/net-mail/spampd/files/digest-spampd-2.11-r1 b/net-mail/spampd/files/digest-spampd-2.11-r1 deleted file mode 100644 index 32106a4b7529..000000000000 --- a/net-mail/spampd/files/digest-spampd-2.11-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f697879767ce39a24981030ce5c6c5c spampd-2.11.tar.gz 28401 diff --git a/net-mail/spampd/files/init b/net-mail/spampd/files/init deleted file mode 100644 index e79fec4a1d95..000000000000 --- a/net-mail/spampd/files/init +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/spampd/files/init,v 1.3 2004/03/06 03:24:04 vapier Exp $ - -# Note: spampd configuration file is /etc/conf.d/spampd - -depend() { - need net -} - -start() { - ebegin "Starting spampd" - start-stop-daemon --start --quiet \ - --exec /usr/sbin/spampd -- --pid=/var/run/spampd.pid \ - ${SPAMPD_OPTS} - eend $? "Failed to start spampd" -} - -stop() { - ebegin "Stopping spampd" - start-stop-daemon --stop --quiet --pidfile /var/run/spampd.pid - eend $? "Failed to stop spampd" -} diff --git a/net-mail/spampd/spampd-2.11-r1.ebuild b/net-mail/spampd/spampd-2.11-r1.ebuild deleted file mode 100644 index 963efc34aad9..000000000000 --- a/net-mail/spampd/spampd-2.11-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/spampd/spampd-2.11-r1.ebuild,v 1.2 2004/01/05 11:34:52 robbat2 Exp $ - -DESCRIPTION="spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail content." -HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/net-server - dev-perl/Mail-SpamAssassin" - -S=${WORKDIR}/${P} - -src_install() { - dosbin spampd - dodoc COPYING README.Gentoo changelog.txt spampd-rh-rc-script - dohtml spampd.html - exeinto /etc/init.d/ - newexe ${FILESDIR}/init spampd - insinto /etc/conf.d - newins ${FILESDIR}/conf spampd -} diff --git a/net-mail/spampd/spampd-2.11.ebuild b/net-mail/spampd/spampd-2.11.ebuild deleted file mode 100644 index e493dce00ab7..000000000000 --- a/net-mail/spampd/spampd-2.11.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/spampd/spampd-2.11.ebuild,v 1.2 2004/01/05 11:34:52 robbat2 Exp $ - -DESCRIPTION="spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail content." -HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/net-server - dev-perl/Mail-SpamAssassin" - -S=${WORKDIR}/${P} - -src_install() { - dosbin spampd - dodoc COPYING README.Gentoo changelog.txt spampd-rh-rc-script - dohtml spampd.html - exeinto /etc/init.d/ - newexe ${FILESDIR}/init spampd - insinto /etc/conf.d - newins ${FILESDIR}/conf spampd -} |