summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-14 11:47:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-14 11:47:55 +0000
commit88194d47475c76fe9162d4847bf1218b4a2fc936 (patch)
tree8d599948d7f110b7851675a65fbc62106b291321 /dev-perl/Test-Class
parentDep fix (diff)
downloadhistorical-88194d47475c76fe9162d4847bf1218b4a2fc936.tar.gz
historical-88194d47475c76fe9162d4847bf1218b4a2fc936.tar.bz2
historical-88194d47475c76fe9162d4847bf1218b4a2fc936.zip
Dep clean
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Test-Class')
-rw-r--r--dev-perl/Test-Class/ChangeLog8
-rw-r--r--dev-perl/Test-Class/Test-Class-0.03.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Test-Class/ChangeLog b/dev-perl/Test-Class/ChangeLog
index 94e95400dd3c..36da2a2dbc5c 100644
--- a/dev-perl/Test-Class/ChangeLog
+++ b/dev-perl/Test-Class/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Class
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.3 2004/12/19 15:19:59 mcummings Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.4 2005/03/14 11:47:55 mcummings Exp $
+
+ 14 Mar 2005; Michael Cummings <mcummings@gentoo.org> Test-Class-0.03.ebuild:
+ Removing dep for Attribute-Handlers as the version installed with perl >=5.8.4
+ is newer than our ebuild
19 Dec 2004; Michael Cummings <mcummings@gentoo.org>
Test-Class-0.03.ebuild:
diff --git a/dev-perl/Test-Class/Test-Class-0.03.ebuild b/dev-perl/Test-Class/Test-Class-0.03.ebuild
index 74233c420be5..13774ea29287 100644
--- a/dev-perl/Test-Class/Test-Class-0.03.ebuild
+++ b/dev-perl/Test-Class/Test-Class-0.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.03.ebuild,v 1.5 2004/12/19 15:25:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.03.ebuild,v 1.6 2005/03/14 11:47:55 mcummings Exp $
inherit perl-module
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="dev-perl/Attribute-Handlers
- dev-perl/Class-ISA
+DEPEND="dev-perl/Class-ISA
>=dev-perl/Storable-2*
<dev-perl/Test-Simple-0.48
dev-perl/Test-Builder-Tester