diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-03-02 09:54:42 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-03-02 09:54:42 +0000 |
commit | 47164a51ec13f48ce5a03fe38423b7133f8287f1 (patch) | |
tree | 2e2999bc07408c5265438513d8bbc529df0c04a8 /dev-perl/WWW-Mechanize | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-47164a51ec13f48ce5a03fe38423b7133f8287f1.tar.gz gentoo-2-47164a51ec13f48ce5a03fe38423b7133f8287f1.tar.bz2 gentoo-2-47164a51ec13f48ce5a03fe38423b7133f8287f1.zip |
tested on sparc
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 1fe51e02a7e2..0d43dc599510 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2004/03/01 16:50:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.3 2004/03/02 09:54:42 mcummings Exp $ + + 02 Mar 2004; Michael Cummings <mcummings@gentoo.org> + WWW-Mechanize-0.72.ebuild: + Tested on sparc - just an extension of existing HTTP modules 01 Mar 2004; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-0.72.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild index 185757b6a26d..7f58273139dc 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.2 2004/03/01 16:50:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-0.72.ebuild,v 1.3 2004/03/02 09:54:42 mcummings Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~petdance/${P}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc" RDEPEND="dev-perl/IO-Socket-SSL dev-perl/libwww-perl" |