summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-11-24 07:18:27 +0000
committerTorsten Veller <tove@gentoo.org>2009-11-24 07:18:27 +0000
commitb12df80682c2025401b629cbad21e835361c4d43 (patch)
tree749c11e65394a28f64324bf0e1fa7b78a0c18dac /dev-perl
parentDepend on Module-Build (#294317) (diff)
downloadgentoo-2-b12df80682c2025401b629cbad21e835361c4d43.tar.gz
gentoo-2-b12df80682c2025401b629cbad21e835361c4d43.tar.bz2
gentoo-2-b12df80682c2025401b629cbad21e835361c4d43.zip
Cleanup. Depend on Module-Build (#294323)
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-OAuth/Net-OAuth-0.19.ebuild23
-rw-r--r--dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild8
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.19.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.19.ebuild
deleted file mode 100644
index 5ab9f7fc0979..000000000000
--- a/dev-perl/Net-OAuth/Net-OAuth-0.19.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-OAuth/Net-OAuth-0.19.ebuild,v 1.1 2009/10/10 11:07:55 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=KGRENNAN
-inherit perl-module
-
-DESCRIPTION="OAuth protocol support"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Class-Accessor-0.31
- >=dev-perl/Class-Data-Inheritable-0.06
- dev-perl/Digest-HMAC
- dev-perl/UNIVERSAL-require
- dev-perl/URI"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild
index cdbffd9446a4..4565b35dab26 100644
--- a/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild
+++ b/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild,v 1.1 2009/11/22 10:47:12 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-OAuth/Net-OAuth-0.20.ebuild,v 1.2 2009/11/24 07:18:27 tove Exp $
EAPI=2
@@ -11,7 +11,7 @@ DESCRIPTION="OAuth protocol support"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND=">=dev-perl/Class-Accessor-0.31
>=dev-perl/Class-Data-Inheritable-0.06
@@ -20,6 +20,8 @@ RDEPEND=">=dev-perl/Class-Accessor-0.31
dev-perl/URI
>=virtual/perl-Encode-2.35
>=dev-lang/perl-5.8.8-r8"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( >=virtual/perl-Test-Simple-0.66 )"
SRC_TEST=do