summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-07 07:51:36 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-07 07:51:36 +0000
commit7cfd9e4bbf14afbfeee86a5fe6f403aff99e414f (patch)
tree9d045b09d4ed0ec6c43ca822cac46258570d44f3 /dev-perl/WWW-Mechanize
parentCleanup (diff)
downloadgentoo-2-7cfd9e4bbf14afbfeee86a5fe6f403aff99e414f.tar.gz
gentoo-2-7cfd9e4bbf14afbfeee86a5fe6f403aff99e414f.tar.bz2
gentoo-2-7cfd9e4bbf14afbfeee86a5fe6f403aff99e414f.zip
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r--dev-perl/WWW-Mechanize/ChangeLog6
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild41
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.56.ebuild40
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.58.ebuild40
4 files changed, 5 insertions, 122 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index 790e49160631..b36b22454cc7 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.60 2009/08/22 22:41:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.61 2009/09/07 07:51:36 tove Exp $
+
+ 07 Sep 2009; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.54.ebuild,
+ -WWW-Mechanize-1.56.ebuild, -WWW-Mechanize-1.58.ebuild:
+ Cleanup
*WWW-Mechanize-1.60 (22 Aug 2009)
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild
deleted file mode 100644
index 607c456b2665..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild,v 1.1 2009/01/13 20:23:19 robbat2 Exp $
-
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="Handy web browsing in a Perl object"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-# Bug in the tests - improper use of HTTP::Server
-SRC_TEST="do"
-
-# configure to run the local tests, but not the ones which access the Internet
-myconf="--local --nolive"
-
-RDEPEND="dev-lang/perl
- dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.819
- dev-perl/HTTP-Response-Encoding
- >=dev-perl/URI-1.36
- >=dev-perl/HTML-Parser-3.34
- dev-perl/Test-LongString"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Taint
- >=dev-perl/Test-Warn-0.11
- dev-perl/Test-Memory-Cycle )"
-# dev-perl/HTTP-Server-Simple )"
-
-# Remove test until the bug is fixed:
-# http://rt.cpan.org/Public/Bug/Display.html?id=41673
-src_unpack() {
- perl-module_src_unpack
- mv "${S}"/t/cookies.t{,.disable} || die
- sed -i "/cookies.t/d" "${S}/MANIFEST" || die
-}
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.56.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.56.ebuild
deleted file mode 100644
index a4f47e635e36..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.56.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.56.ebuild,v 1.1 2009/07/11 07:43:56 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="Handy web browsing in a Perl object"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-# Bug in the tests - improper use of HTTP::Server
-SRC_TEST="do"
-
-# configure to run the local tests, but not the ones which access the Internet
-myconf="--local --nolive"
-
-RDEPEND="dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.829
- >=dev-perl/URI-1.36
- >=dev-perl/HTML-Parser-3.34
- dev-perl/Test-LongString"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Taint
- >=dev-perl/Test-Warn-0.11
- dev-perl/Test-Memory-Cycle )"
-# dev-perl/HTTP-Server-Simple )"
-
-# Remove test until the bug is fixed:
-# http://rt.cpan.org/Public/Bug/Display.html?id=41673
-src_unpack() {
- perl-module_src_unpack
- mv "${S}"/t/cookies.t{,.disable} || die
- sed -i "/cookies.t/d" "${S}/MANIFEST" || die
-}
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.58.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.58.ebuild
deleted file mode 100644
index 6de4167b8d6d..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.58.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.58.ebuild,v 1.1 2009/07/15 18:38:06 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="Handy web browsing in a Perl object"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-# Bug in the tests - improper use of HTTP::Server
-SRC_TEST="do"
-
-# configure to run the local tests, but not the ones which access the Internet
-myconf="--local --nolive"
-
-RDEPEND="dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.829
- >=dev-perl/URI-1.36
- >=dev-perl/HTML-Parser-3.34
- dev-perl/Test-LongString"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Taint
- >=dev-perl/Test-Warn-0.11
- dev-perl/Test-Memory-Cycle )"
-# dev-perl/HTTP-Server-Simple )"
-
-# Remove test until the bug is fixed:
-# http://rt.cpan.org/Public/Bug/Display.html?id=41673
-src_unpack() {
- perl-module_src_unpack
- mv "${S}"/t/cookies.t{,.disable} || die
- sed -i "/cookies.t/d" "${S}/MANIFEST" || die
-}