summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-13 13:53:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-13 13:53:26 +0000
commit7533fe50f4c057e518ce93eb9c13f59a37737548 (patch)
tree08b2b780212fb3b461f34dafd042190910f5c914 /dev-perl
parentmove .6 to .60 so portage would recognize it as an upgrade (diff)
downloadhistorical-7533fe50f4c057e518ce93eb9c13f59a37737548.tar.gz
historical-7533fe50f4c057e518ce93eb9c13f59a37737548.tar.bz2
historical-7533fe50f4c057e518ce93eb9c13f59a37737548.zip
forcing lower class-methodmaker until upstream fix available
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog8
-rw-r--r--dev-perl/WWW-Bugzilla/Manifest6
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild4
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 0617795de7a5..19b1efde32f4 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Bugzilla
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.4 2004/06/11 08:45:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.5 2004/06/13 13:53:26 mcummings Exp $
+
+ 13 Jun 2004; Michael Cummings <mcummings@gentoo.org>
+ WWW-Bugzilla-0.4.ebuild:
+ Forcing a lower version of Class-MethodMaker until bug 6603 on rt.cpan can be
+ addressed. I have a nasty fix, but would rather upstream corrected it on their
+ end.
*WWW-Bugzilla-0.4 (11 Jun 2004)
diff --git a/dev-perl/WWW-Bugzilla/Manifest b/dev-perl/WWW-Bugzilla/Manifest
index 6ddcd984a152..61572b1f7079 100644
--- a/dev-perl/WWW-Bugzilla/Manifest
+++ b/dev-perl/WWW-Bugzilla/Manifest
@@ -1,6 +1,6 @@
-MD5 fa5916d9b2daec6445d963d184c376a7 ChangeLog 732
-MD5 311107c6c5c5fd923d9196ec30f0b897 WWW-Bugzilla-0.2.ebuild 565
+MD5 9e09f27162d60849c67be9a9b60d3741 ChangeLog 987
+MD5 a31c9cb0edaa7aa4a38373ed37918fe6 WWW-Bugzilla-0.2.ebuild 564
+MD5 5bedb14de67771a7026a1e3a43c2cd5b WWW-Bugzilla-0.4.ebuild 602
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 52f2cf296bad4ce793af4d801ac4d31b WWW-Bugzilla-0.4.ebuild 594
MD5 30288160a3fb34e4ff894edd4ba12651 files/digest-WWW-Bugzilla-0.2 67
MD5 d302b2385bfff140c17830f02c675eff files/digest-WWW-Bugzilla-0.4 67
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
index 9adea5244856..c8adc71d41cb 100644
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.2 2004/06/11 08:45:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.3 2004/06/13 13:53:26 mcummings Exp $
inherit perl-module
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
RDEPEND="dev-perl/WWW-Mechanize
- dev-perl/Class-MethodMaker"
+ <dev-perl/Class-MethodMaker-2*"
DEPEND="${RDEPEND}"