diff options
4 files changed, 6 insertions, 80 deletions
diff --git a/dev-perl/Test-WWW-Mechanize/ChangeLog b/dev-perl/Test-WWW-Mechanize/ChangeLog index 6ca0828f990d..9c82049b730b 100644 --- a/dev-perl/Test-WWW-Mechanize/ChangeLog +++ b/dev-perl/Test-WWW-Mechanize/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2008/07/17 21:06:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.24 2008/09/15 19:31:51 tove Exp $ + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -Test-WWW-Mechanize-1.08.ebuild, -Test-WWW-Mechanize-1.12.ebuild, + -Test-WWW-Mechanize-1.14.ebuild: + Cleanup 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> Test-WWW-Mechanize-1.20.ebuild: diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild deleted file mode 100644 index 9fe1d7c508e5..000000000000 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 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.08.ebuild,v 1.9 2007/07/10 23:33:29 mr_bones_ 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="~ppc ~x86" -KEYWORDS="ia64 ~ppc sparc x86" -SRC_TEST="do" - -DEPEND=">=dev-perl/WWW-Mechanize-1.00 - 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 -} diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild deleted file mode 100644 index 075fdf121bfb..000000000000 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 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.12.ebuild,v 1.6 2007/07/10 23:33:29 mr_bones_ 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.00 - 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 -} diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild deleted file mode 100644 index f74b4a98dc2a..000000000000 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 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.14.ebuild,v 1.6 2007/11/10 18:08:13 armin76 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 -} |