summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:22:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:22:44 +0000
commitd6d746d6e8a8903c911d5f680b3b9dcfbe9055a6 (patch)
treeba6f374db0fd6b0f108174ac3f43cb4afe922f70 /dev-perl/Exception-Class
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-d6d746d6e8a8903c911d5f680b3b9dcfbe9055a6.tar.gz
gentoo-2-d6d746d6e8a8903c911d5f680b3b9dcfbe9055a6.tar.bz2
gentoo-2-d6d746d6e8a8903c911d5f680b3b9dcfbe9055a6.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog6
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.23.ebuild10
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"
+
+