diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Test-WWW-Mechanize | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Test-WWW-Mechanize')
-rw-r--r-- | dev-perl/Test-WWW-Mechanize/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.22.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Test-WWW-Mechanize/ChangeLog b/dev-perl/Test-WWW-Mechanize/ChangeLog index 9c82049b730b..b261042d4398 100644 --- a/dev-perl/Test-WWW-Mechanize/ChangeLog +++ b/dev-perl/Test-WWW-Mechanize/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-WWW-Mechanize # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.24 2008/09/15 19:31:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.25 2008/12/08 02:39:54 robbat2 Exp $ + +*Test-WWW-Mechanize-1.22 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Test-WWW-Mechanize-1.22.ebuild: + Version bump. 15 Sep 2008; Torsten Veller <tove@gentoo.org> -Test-WWW-Mechanize-1.08.ebuild, -Test-WWW-Mechanize-1.12.ebuild, diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.22.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.22.ebuild new file mode 100644 index 000000000000..cda05331327b --- /dev/null +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.22.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.22.ebuild,v 1.1 2008/12/08 02:39:54 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Test::WWW::Mechanize is a subclass of WWW::Mechanize that +incorporates features for web application testing" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/${P}/" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +#SRC_TEST="do" + +DEPEND=">=dev-perl/WWW-Mechanize-1.24 + dev-perl/Carp-Assert-More + >=dev-perl/HTTP-Server-Simple-0.07 + dev-perl/URI + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" + +src_compile() { + echo "y" | perl-module_src_compile +} |