summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 23:41:09 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 23:41:09 +0000
commitb50a3420e4b043457741f9721c5344d9295c420c (patch)
treea774ad81c6c4e45767c71cdbb76f96159d50220d /dev-perl/Test-Exception
parentmetadata.xml translation by Yoshino-san in bug #136340 (diff)
downloadhistorical-b50a3420e4b043457741f9721c5344d9295c420c.tar.gz
historical-b50a3420e4b043457741f9721c5344d9295c420c.tar.bz2
historical-b50a3420e4b043457741f9721c5344d9295c420c.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r--dev-perl/Test-Exception/ChangeLog6
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.20.ebuild7
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.21.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog
index 0cfcfad5d76e..498558d08bd0 100644
--- a/dev-perl/Test-Exception/ChangeLog
+++ b/dev-perl/Test-Exception/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Exception
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.23 2006/07/18 01:11:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.24 2006/08/05 23:38:11 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Test-Exception-0.20.ebuild, Test-Exception-0.21.ebuild:
+ Adding perl dep; fixed DEPEND
18 Jul 2006; Michael Cummings <mcummings@gentoo.org>
Test-Exception-0.21.ebuild:
diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
index 195564576957..400f572f9b47 100644
--- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
+++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.13 2006/07/10 15:41:46 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.14 2006/08/05 23:38:11 mcummings Exp $
inherit perl-module
@@ -15,5 +15,8 @@ IUSE=""
SRC_TEST="do"
DEPEND=">=virtual/perl-Test-Simple-0.62
- dev-perl/Sub-Uplevel"
+ dev-perl/Sub-Uplevel
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+
diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild
index 39503f52b796..8fa17bc2e988 100644
--- a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild
+++ b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.8 2006/07/18 01:11:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.9 2006/08/05 23:38:11 mcummings Exp $
inherit perl-module
@@ -16,5 +16,8 @@ SRC_TEST="do"
DEPEND=">=virtual/perl-Test-Simple-0.62
>=dev-perl/module-build-0.28
- dev-perl/Sub-Uplevel"
+ dev-perl/Sub-Uplevel
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+