summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-16 07:11:06 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-16 07:11:06 +0000
commitb76ad6591d4c53bcace7c71e3af0575389f07860 (patch)
treedc087849d30ff5f803fdfd35734f01857d35bd13 /dev-perl/Test-Distribution
parentRemove old version. (diff)
downloadgentoo-2-b76ad6591d4c53bcace7c71e3af0575389f07860.tar.gz
gentoo-2-b76ad6591d4c53bcace7c71e3af0575389f07860.tar.bz2
gentoo-2-b76ad6591d4c53bcace7c71e3af0575389f07860.zip
Depend on Module-Build. Run tests
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r--dev-perl/Test-Distribution/ChangeLog6
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild9
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog
index e7cfc10db01b..3385ba6d761c 100644
--- a/dev-perl/Test-Distribution/ChangeLog
+++ b/dev-perl/Test-Distribution/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Distribution
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.2 2009/06/23 08:36:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.3 2009/07/16 07:11:06 tove Exp $
+
+ 16 Jul 2009; Torsten Veller <tove@gentoo.org>
+ Test-Distribution-2.00.ebuild:
+ Depend on Module-Build. Run tests
23 Jun 2009; Torsten Veller <tove@gentoo.org>
Test-Distribution-2.00.ebuild:
diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild
index 0976e3ef2229..ae56f5864c13 100644
--- a/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild
+++ b/dev-perl/Test-Distribution/Test-Distribution-2.00.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/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.2 2009/06/23 08:36:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.3 2009/07/16 07:11:06 tove Exp $
EAPI=2
@@ -13,9 +13,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-perl/Pod-Coverage-0.20
+RDEPEND=">=dev-perl/Pod-Coverage-0.20
>=dev-perl/File-Find-Rule-0.30
dev-perl/Test-Pod-Coverage
>=virtual/perl-Module-CoreList-2.17
>=dev-perl/Test-Pod-1.26"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST=do