summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-16 06:30:14 +0000
committerEray Aslan <eras@gentoo.org>2011-06-16 06:30:14 +0000
commite57e643ca759b35f9fe49423adba064b8c4d2be0 (patch)
tree2c4a03223383c3c08545557eaa50a755ed1c7ebd /mail-filter
parentVersion bump. (diff)
downloadgentoo-2-e57e643ca759b35f9fe49423adba064b8c4d2be0.tar.gz
gentoo-2-e57e643ca759b35f9fe49423adba064b8c4d2be0.tar.bz2
gentoo-2-e57e643ca759b35f9fe49423adba064b8c4d2be0.zip
remove old. QA
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/spampd/ChangeLog5
-rw-r--r--mail-filter/spampd/spampd-2.11-r1.ebuild24
-rw-r--r--mail-filter/spampd/spampd-2.30.ebuild8
3 files changed, 8 insertions, 29 deletions
diff --git a/mail-filter/spampd/ChangeLog b/mail-filter/spampd/ChangeLog
index da6c304f9135..c60fa6ec8abd 100644
--- a/mail-filter/spampd/ChangeLog
+++ b/mail-filter/spampd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spampd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/ChangeLog,v 1.12 2011/06/15 15:40:26 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/ChangeLog,v 1.13 2011/06/16 06:30:14 eras Exp $
+
+ 16 Jun 2011; Eray Aslan <eras@gentoo.org> -spampd-2.11-r1.ebuild:
+ Remove old. QA
15 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> spampd-2.30.ebuild:
x86 stable wrt bug #370651
diff --git a/mail-filter/spampd/spampd-2.11-r1.ebuild b/mail-filter/spampd/spampd-2.11-r1.ebuild
deleted file mode 100644
index e905a47f02ad..000000000000
--- a/mail-filter/spampd/spampd-2.11-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/spampd-2.11-r1.ebuild,v 1.7 2007/04/22 09:05:55 ticho 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 ~ppc"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- dev-perl/net-server
- mail-filter/spamassassin"
-
-src_install() {
- dosbin spampd
- dodoc COPYING README.Gentoo changelog.txt spampd-rh-rc-script
- dohtml spampd.html
- newinitd ${FILESDIR}/init spampd
- newconfd ${FILESDIR}/conf spampd
-}
diff --git a/mail-filter/spampd/spampd-2.30.ebuild b/mail-filter/spampd/spampd-2.30.ebuild
index 9b0d6c468772..30930b26eca7 100644
--- a/mail-filter/spampd/spampd-2.30.ebuild
+++ b/mail-filter/spampd/spampd-2.30.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/spampd-2.30.ebuild,v 1.4 2011/06/15 15:40:26 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/spampd-2.30.ebuild,v 1.5 2011/06/16 06:30:14 eras Exp $
-DESCRIPTION="spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail content."
+DESCRIPTION="spampd is a program to scan messages for possible Unsolicited Commercial E-mail content."
HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
SRC_URI="http://www.worlddesign.com/Content/rd/mta/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
@@ -19,6 +19,6 @@ src_install() {
dosbin spampd
dodoc changelog.txt spampd-rh-rc-script
dohtml spampd.html
- newinitd ${FILESDIR}/init spampd
- newconfd ${FILESDIR}/conf spampd
+ newinitd "${FILESDIR}"/init spampd
+ newconfd "${FILESDIR}"/conf spampd
}