diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:12:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:12:35 +0000 |
commit | 845f7018e4b74971c2b36428c0fa8b60d91962b3 (patch) | |
tree | d2bd8e40555b38d6f06170f1b23ead79d3af2bb2 | |
parent | fixing depend. see 45343 (diff) | |
download | historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.tar.gz historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.tar.bz2 historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.zip |
fixing depend. see 45343
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild | 8 |
4 files changed, 14 insertions, 11 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 33188ac45b5b..c23af8cc6f12 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2004/03/02 18:02:23 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.3 2004/03/24 23:11:38 mholzer Exp $ + + 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> WWW-Bugzilla-0.2.ebuild: + fixing depend. see 45343 02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> WWW-Bugzilla-0.2.ebuild: Added amd64 to KEYWORDS. diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild index e7843b41055f..111d40398468 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.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.2.ebuild,v 1.2 2004/03/02 18:02:23 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.3 2004/03/24 23:11:38 mholzer Exp $ inherit perl-module @@ -13,7 +13,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" -RDEPEND="dev-perl/WWW-Mechanize - dev-perl/Class-MethodMaker" +DEPEND="dev-perl/WWW-Mechanize + dev-perl/Class-MethodMaker" -DEPEND="${RDEPEND}" diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index c9f88dda7a52..c0a9a2d2aae6 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.4 2004/03/02 18:02:06 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.5 2004/03/24 23:12:35 mholzer Exp $ + + 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> WWW-Mechanize-0.72.ebuild: + fixing depend. see 45343 02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> WWW-Mechanize-0.72.ebuild: Added amd64 to KEYWORDS. diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild index 364f42e734b5..db640465ddcd 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.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-Mechanize/WWW-Mechanize-0.72.ebuild,v 1.4 2004/03/02 18:02:06 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild,v 1.5 2004/03/24 23:12:35 mholzer Exp $ inherit perl-module @@ -13,10 +13,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" -RDEPEND="dev-perl/IO-Socket-SSL - dev-perl/libwww-perl" - -DEPEND="${RDEPEND}" +DEPEND="dev-perl/IO-Socket-SSL + dev-perl/libwww-perl" src_compile() { echo "y" | perl-module_src_compile |