summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-05-25 06:31:32 +0000
committerEray Aslan <eras@gentoo.org>2011-05-25 06:31:32 +0000
commit2d0579e8101e88fd94586c933af8750123f921ee (patch)
treeef748c8c5ada0d15edd36bdbec695fea205bd1fb /net-mail
parentVersion bump for stable channel release. (diff)
downloadgentoo-2-2d0579e8101e88fd94586c933af8750123f921ee.tar.gz
gentoo-2-2d0579e8101e88fd94586c933af8750123f921ee.tar.bz2
gentoo-2-2d0579e8101e88fd94586c933af8750123f921ee.zip
Fix libwww-perl dependency - bug #368261
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/spamcup/ChangeLog8
-rw-r--r--net-mail/spamcup/spamcup-1.08.ebuild10
-rw-r--r--net-mail/spamcup/spamcup-1.09.ebuild8
3 files changed, 17 insertions, 9 deletions
diff --git a/net-mail/spamcup/ChangeLog b/net-mail/spamcup/ChangeLog
index dd4d64371752..0872ec97970e 100644
--- a/net-mail/spamcup/ChangeLog
+++ b/net-mail/spamcup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/spamcup
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.8 2008/10/27 04:58:35 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.9 2011/05/25 06:31:32 eras Exp $
+
+ 25 May 2011; Eray Aslan <eras@gentoo.org> spamcup-1.08.ebuild,
+ spamcup-1.09.ebuild:
+ Fix libwww-perl dependency - bug #368261
27 Oct 2008; Jeremy Olexa <darkside@gentoo.org> spamcup-1.09.ebuild:
net-mail/spamcup - modify dobin call to actually do something, bug #241192
diff --git a/net-mail/spamcup/spamcup-1.08.ebuild b/net-mail/spamcup/spamcup-1.08.ebuild
index 67739382560f..6ce58c35f30f 100644
--- a/net-mail/spamcup/spamcup-1.08.ebuild
+++ b/net-mail/spamcup/spamcup-1.08.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.4 2004/11/06 04:12:50 dragonheart Exp $
+# $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/"
@@ -13,11 +13,13 @@ IUSE=""
DEPEND=">=dev-lang/perl-5.8.0
dev-perl/Getopt-ArgvFile
- dev-perl/libwww-perl"
+ || ( ( >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 LICENSE README
+ dodoc ChangeLog INSTALL README
}
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
index 3f801a30c575..e610a1b62379 100644
--- a/net-mail/spamcup/spamcup-1.09.ebuild
+++ b/net-mail/spamcup/spamcup-1.09.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.09.ebuild,v 1.2 2008/10/27 04:58:35 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.09.ebuild,v 1.3 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/"
@@ -13,7 +13,9 @@ IUSE=""
DEPEND=">=dev-lang/perl-5.8.0
dev-perl/Getopt-ArgvFile
- dev-perl/libwww-perl"
+ || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6
+ ) "
+RDEPEND="${DEPEND}"
src_install() {
dodir /usr/bin