summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-15 11:39:43 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-15 11:39:43 +0000
commit8a2ca51a3b46503ceb59907fe6c15afad34b7c0a (patch)
tree7d1f86fe075dbf1338025db90c760594145491a6 /dev-perl/WWW-Mechanize
parentCleanup (diff)
downloadgentoo-2-8a2ca51a3b46503ceb59907fe6c15afad34b7c0a.tar.gz
gentoo-2-8a2ca51a3b46503ceb59907fe6c15afad34b7c0a.tar.bz2
gentoo-2-8a2ca51a3b46503ceb59907fe6c15afad34b7c0a.zip
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r--dev-perl/WWW-Mechanize/ChangeLog8
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.0301.ebuild28
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.16.ebuild23
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild30
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild30
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild30
-rw-r--r--dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.ebuild30
7 files changed, 7 insertions, 172 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog
index 25c1ce30206e..8fee5364bcaa 100644
--- a/dev-perl/WWW-Mechanize/ChangeLog
+++ b/dev-perl/WWW-Mechanize/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Mechanize
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.46 2008/07/17 21:12:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.47 2008/09/15 11:39:43 tove Exp $
+
+ 15 Sep 2008; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-1.16.ebuild,
+ -WWW-Mechanize-1.18.ebuild, -WWW-Mechanize-1.20.ebuild,
+ -WWW-Mechanize-1.22.ebuild, -WWW-Mechanize-1.24.ebuild,
+ -WWW-Mechanize-1.0301.ebuild:
+ Cleanup
17 Jul 2008; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.34.ebuild:
ia64/sparc/x86 stable
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.0301.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.0301.ebuild
deleted file mode 100644
index e9c499a726b2..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.0301.ebuild
+++ /dev/null
@@ -1,28 +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.0301.ebuild,v 1.14 2007/07/10 23:33:30 mr_bones_ Exp $
-
-inherit perl-module
-
-MY_PV=${PV/0301/03_01}
-MY_P=${PN}-${MY_PV}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="automate interaction with websites "
-SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~petdance/"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-
-DEPEND="dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.76
- dev-perl/URI
- dev-perl/HTML-Parser
- dev-lang/perl"
-
-src_compile() {
- echo "y" | perl-module_src_compile
-}
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.16.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.16.ebuild
deleted file mode 100644
index 06e177304f25..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.16.ebuild
+++ /dev/null
@@ -1,23 +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.16.ebuild,v 1.9 2007/07/10 23:33:30 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="automate interaction with websites "
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~petdance/"
-IUSE=""
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ppc sparc x86"
-
-DEPEND="dev-perl/IO-Socket-SSL
- >=dev-perl/libwww-perl-5.76
- dev-perl/URI
- dev-perl/HTML-Parser
- dev-lang/perl"
-
-src_compile() {
- echo "y" | perl-module_src_compile
-}
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild
deleted file mode 100644
index 3bf710f80767..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.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.18.ebuild,v 1.9 2007/07/10 23:33:30 mr_bones_ 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 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.20.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.ebuild
deleted file mode 100644
index bfbc37df3aa1..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.20.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.20.ebuild,v 1.4 2007/07/10 23:33:30 mr_bones_ 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 ~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.22.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.ebuild
deleted file mode 100644
index a824aa531c38..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.22.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.22.ebuild,v 1.2 2007/07/10 23:33:30 mr_bones_ 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 ~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.24.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.ebuild
deleted file mode 100644
index 10e1e9bf3951..000000000000
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.24.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.24.ebuild,v 1.4 2007/07/10 23:33:30 mr_bones_ 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 ~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 )"