summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-13 13:14:41 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-13 13:14:41 +0000
commita55c54d2d99ba91910dee6afd864bed4b05a51f5 (patch)
treed304d75ec129b8265a826a43108d5cadb69adb81 /dev-perl/WWW-Mechanize
parentCleanup (diff)
downloadgentoo-2-a55c54d2d99ba91910dee6afd864bed4b05a51f5.tar.gz
gentoo-2-a55c54d2d99ba91910dee6afd864bed4b05a51f5.tar.bz2
gentoo-2-a55c54d2d99ba91910dee6afd864bed4b05a51f5.zip
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
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.30.ebuild30
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild32
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild41
4 files changed, 5 insertions, 104 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index ad358fa6adfa..d1e9125e8c96 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.56 2009/01/13 20:23:19 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.57 2009/03/13 13:14:41 tove Exp $
+
+ 13 Mar 2009; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.30.ebuild,
+ -WWW-Mechanize-1.50.ebuild, -WWW-Mechanize-1.52.ebuild:
+ Cleanup
*WWW-Mechanize-1.54 (13 Jan 2009)
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild
deleted file mode 100644
index 2eb865f9ed1e..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild
+++ /dev/null
@@ -1,30 +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/WWW-Mechanize-1.30.ebuild,v 1.7 2007/11/10 18:07:47 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Handy web browsing in a Perl object"
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~petdance/"
-IUSE="test"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-
-# 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 --mech-dump --nolive"
-
-DEPEND="dev-lang/perl
- dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.76
- >=dev-perl/URI-1.25
- >=dev-perl/HTML-Parser-3.34
- dev-perl/Test-LongString
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Taint
- dev-perl/Test-Warn
- dev-perl/Test-Memory-Cycle )"
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild
deleted file mode 100644
index f693362ea899..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 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.50.ebuild,v 1.5 2008/11/03 12:36:00 armin76 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.815
- dev-perl/HTTP-Response-Encoding
- >=dev-perl/URI-1.25
- >=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
- dev-perl/Test-Memory-Cycle )"
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild
deleted file mode 100644
index 94504f3bcc02..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.52.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 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.52.ebuild,v 1.2 2008/12/17 09:21:21 tove 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
-}