diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-16 15:56:31 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-16 15:56:31 +0000 |
commit | ba815a81427e97afe9f3abfeeb9167ab0c34d00e (patch) | |
tree | a6f0ad0f5c63f1b4233c16487d8a2d208145752b /dev-perl/WWW-Mechanize | |
parent | Added ~hppa (diff) | |
download | historical-ba815a81427e97afe9f3abfeeb9167ab0c34d00e.tar.gz historical-ba815a81427e97afe9f3abfeeb9167ab0c34d00e.tar.bz2 historical-ba815a81427e97afe9f3abfeeb9167ab0c34d00e.zip |
ppc stable
Package-Manager: portage-2.1.1_pre2-r8
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-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index b7069d620fe3..5b5d58b2ea6c 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.28 2006/07/10 22:52:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.29 2006/07/16 15:56:31 dertobi123 Exp $ + + 16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> + WWW-Mechanize-1.18.ebuild: + ppc stable 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> WWW-Mechanize-1.0301.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild index ecb19454a199..ed7ef6357d54 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.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/WWW-Mechanize/WWW-Mechanize-1.18.ebuild,v 1.4 2006/06/12 16:58:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild,v 1.5 2006/07/16 15:56:31 dertobi123 Exp $ inherit perl-module @@ -11,7 +11,7 @@ IUSE="test" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" #KEYWORDS="~amd64 ~ppc ~sparc ~x86" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ppc sparc ~x86" # Bug in the tests - improper use of HTTP::Server #SRC_TEST="do" |