summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-23 11:43:49 +0000
committerEray Aslan <eras@gentoo.org>2011-06-23 11:43:49 +0000
commit454bb5c50b5960aee3a2077e0e387a00ca373b33 (patch)
treef5f6bb57f80c66295494bc0639e13459d209ee34 /net-mail/spamcup
parentremove old (diff)
downloadhistorical-454bb5c50b5960aee3a2077e0e387a00ca373b33.tar.gz
historical-454bb5c50b5960aee3a2077e0e387a00ca373b33.tar.bz2
historical-454bb5c50b5960aee3a2077e0e387a00ca373b33.zip
remove old
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'net-mail/spamcup')
-rw-r--r--net-mail/spamcup/ChangeLog5
-rw-r--r--net-mail/spamcup/spamcup-1.08.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/net-mail/spamcup/ChangeLog b/net-mail/spamcup/ChangeLog
index 85cf39343d24..359239c79671 100644
--- a/net-mail/spamcup/ChangeLog
+++ b/net-mail/spamcup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/spamcup
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.11 2011/06/22 21:29:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.12 2011/06/23 11:43:49 eras Exp $
+
+ 23 Jun 2011; Eray Aslan <eras@gentoo.org> -spamcup-1.08.ebuild:
+ Remove old
22 Jun 2011; Brent Baude <ranger@gentoo.org> spamcup-1.09.ebuild:
Marking spamcup-1.09 ppc for bug 370221
diff --git a/net-mail/spamcup/spamcup-1.08.ebuild b/net-mail/spamcup/spamcup-1.08.ebuild
deleted file mode 100644
index 6ce58c35f30f..000000000000
--- a/net-mail/spamcup/spamcup-1.08.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.08.ebuild,v 1.5 2011/05/25 06:31:32 eras Exp $
-
-DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net."
-HOMEPAGE="http://sourceforge.net/projects/spamcup/"
-SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.8.0
- dev-perl/Getopt-ArgvFile
- || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6
- ) "
-RDEPEND="${DEPEND}"
-
-src_install() {
- dodir /usr/bin
- dobin spamcup
-
- dodoc ChangeLog INSTALL README
-}