summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 15:59:30 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 15:59:30 +0000
commit1d33b3d8abeeea1456eb124148d891af62dbcbe3 (patch)
tree58cc931f20719f2a7cb008100e3c24141f5f09a3 /dev-perl/WWW-Mechanize-FormFiller
parentversion bump - remove old (diff)
downloadhistorical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.gz
historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.bz2
historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.zip
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller')
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/ChangeLog8
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild19
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog
index 12c5615bf64f..3a8fc371d0c8 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.13 2010/11/13 12:19:14 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.14 2011/01/14 15:43:54 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org>
+ -WWW-Mechanize-FormFiller-0.08.ebuild:
+ Cleanup
13 Nov 2010; Raúl Porcel <armin76@gentoo.org>
WWW-Mechanize-FormFiller-0.10.ebuild:
diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild
deleted file mode 100644
index db8658d102ea..000000000000
--- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.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.08.ebuild,v 1.4 2007/12/27 19:39:34 ticho 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"