diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:22:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:22:44 +0000 |
commit | 2b4f23d223b3163cf0317f575824c1b03bb8901d (patch) | |
tree | 392f700160549cd2e7c3bb528f39668d96ccd1a2 /dev-perl/Exception-Class | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.tar.gz historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.tar.bz2 historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.23.ebuild | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index bc54f0bec4b1..e8067071184c 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.40 2006/07/14 16:47:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.41 2006/08/05 03:22:44 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Exception-Class-1.23.ebuild: + Adding perl dep; fixed DEPEND 14 Jul 2006; Michael Cummings <mcummings@gentoo.org> Exception-Class-1.23.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild index 5c5d623b7604..37fa6b5ef687 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.23.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/Exception-Class/Exception-Class-1.23.ebuild,v 1.8 2006/07/14 16:47:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.9 2006/08/05 03:22:44 mcummings Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -14,12 +14,16 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" SRC_TEST="do" -TDEPEND="dev-perl/Test-Pod" +TDEPEND=">=dev-perl/module-build-0.28" DEPEND="${DEPEND} - >=dev-perl/module-build-0.28" + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 >=dev-perl/Devel-StackTrace-1.12 + dev-lang/perl >=virtual/perl-Test-Simple-0.47" export OPTIMIZE="$CFLAGS" + + |