diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:22:49 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:22:49 +0000 |
commit | f1ef8e557c070b7d20e52695bb6fd8569adb738b (patch) | |
tree | ac3977eb9f9c366d71a04cb9471dad6f00919f31 /dev-perl/WWW-Mechanize | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f1ef8e557c070b7d20e52695bb6fd8569adb738b.tar.gz gentoo-2-f1ef8e557c070b7d20e52695bb6fd8569adb738b.tar.bz2 gentoo-2-f1ef8e557c070b7d20e52695bb6fd8569adb738b.zip |
Stable on ppc.
(Portage version: 2.1.3.3)
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.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 2b6320bf928d..c7a3f2bb1a90 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.41 2007/07/16 14:47:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.42 2007/08/09 15:22:49 dertobi123 Exp $ + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + WWW-Mechanize-1.30.ebuild: + Stable on ppc. 16 Jul 2007; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-1.30.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild index 5490f7d08ea9..8f56aaf80135 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.30.ebuild,v 1.4 2007/07/16 14:47:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild,v 1.5 2007/08/09 15:22:49 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~petdance/" IUSE="test" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="~amd64 ~ia64 ppc sparc x86" # Bug in the tests - improper use of HTTP::Server SRC_TEST="do" |