diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:29:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:29:46 +0000 |
commit | 7df6ad76ed3928cd6e5c76411f145e68aeafd6fb (patch) | |
tree | 9de5c9ecaa1bbfd9be3d564dd638d1d95c57ddc1 /dev-perl/WWW-Mechanize-FormFiller | |
parent | Version bump, thanks to Davide Pesavento. Fixes bug #268090 (diff) | |
download | historical-7df6ad76ed3928cd6e5c76411f145e68aeafd6fb.tar.gz historical-7df6ad76ed3928cd6e5c76411f145e68aeafd6fb.tar.bz2 historical-7df6ad76ed3928cd6e5c76411f145e68aeafd6fb.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller')
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog index 2cd11eeafc98..2d948c093c4a 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog +++ b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Mechanize-FormFiller # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.9 2009/04/25 07:48:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.10 2009/05/02 09:21:07 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -WWW-Mechanize-FormFiller-0.06.ebuild: + Cleanup *WWW-Mechanize-FormFiller-0.10 (25 Apr 2009) diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild deleted file mode 100644 index 334e792c1c55..000000000000 --- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild +++ /dev/null @@ -1,19 +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/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild,v 1.4 2007/06/15 03:27:00 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Framework to automate HTML forms " -SRC_URI="mirror://cpan/authors/id/C/CO/CORION/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~corion/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - dev-perl/Data-Random - dev-perl/libwww-perl" |