diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:21:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:21:07 +0000 |
commit | 27ec3b05a7312e1c255590176d89858c6b11708d (patch) | |
tree | aa3ac840b08aec0c4063e7ddc5ceed358da62264 /dev-perl/WWW-Mechanize-FormFiller | |
parent | Cleanup (diff) | |
download | gentoo-2-27ec3b05a7312e1c255590176d89858c6b11708d.tar.gz gentoo-2-27ec3b05a7312e1c255590176d89858c6b11708d.tar.bz2 gentoo-2-27ec3b05a7312e1c255590176d89858c6b11708d.zip |
Cleanup
(Portage version: 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" |