diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:38:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:38:11 +0000 |
commit | 17bea32b401690fbf9706d5c930e649ef36bf14b (patch) | |
tree | a8862c5367e4e3d945e5d2a83a4670593f09e916 /dev-perl/Test-Exception | |
parent | metadata.xml translation by Yoshino-san in bug #136340 (diff) | |
download | gentoo-2-17bea32b401690fbf9706d5c930e649ef36bf14b.tar.gz gentoo-2-17bea32b401690fbf9706d5c930e649ef36bf14b.tar.bz2 gentoo-2-17bea32b401690fbf9706d5c930e649ef36bf14b.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.20.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.21.ebuild | 7 |
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}" + + |