summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-25 11:02:27 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-25 11:02:27 +0000
commita77b121ac8f573febd3f46253462ac2f6d213ebe (patch)
tree29e676c1cc27c0097ea576ea906ec0ae891dbe56 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-a77b121ac8f573febd3f46253462ac2f6d213ebe.tar.gz
gentoo-2-a77b121ac8f573febd3f46253462ac2f6d213ebe.tar.bz2
gentoo-2-a77b121ac8f573febd3f46253462ac2f6d213ebe.zip
Cleanup
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/libwww-perl/ChangeLog7
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.814.ebuild30
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.816.ebuild30
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.817.ebuild30
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.819.ebuild30
5 files changed, 6 insertions, 121 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index ff0dced556c1..ccc93853f483 100644
--- a/dev-perl/libwww-perl/ChangeLog
+++ b/dev-perl/libwww-perl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.93 2008/11/25 11:00:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.94 2008/11/25 11:02:27 tove Exp $
+
+ 25 Nov 2008; Torsten Veller <tove@gentoo.org> -libwww-perl-5.814.ebuild,
+ -libwww-perl-5.816.ebuild, -libwww-perl-5.817.ebuild,
+ -libwww-perl-5.819.ebuild:
+ Cleanup
*libwww-perl-5.821 (25 Nov 2008)
diff --git a/dev-perl/libwww-perl/libwww-perl-5.814.ebuild b/dev-perl/libwww-perl/libwww-perl-5.814.ebuild
deleted file mode 100644
index 6c886bb7258d..000000000000
--- a/dev-perl/libwww-perl/libwww-perl-5.814.ebuild
+++ /dev/null
@@ -1,30 +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/libwww-perl/libwww-perl-5.814.ebuild,v 1.2 2008/11/18 15:48:52 tove Exp $
-
-MODULE_AUTHOR=GAAS
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="ssl"
-
-DEPEND="virtual/perl-libnet
- >=dev-perl/HTML-Parser-3.34
- >=dev-perl/URI-1.10
- >=virtual/perl-Digest-MD5-2.12
- dev-perl/HTML-Tree
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
- ssl? ( dev-perl/Crypt-SSLeay )
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dosym /usr/bin/lwp-request /usr/bin/GET
- dosym /usr/bin/lwp-request /usr/bin/POST
- dosym /usr/bin/lwp-request /usr/bin/HEAD
-}
diff --git a/dev-perl/libwww-perl/libwww-perl-5.816.ebuild b/dev-perl/libwww-perl/libwww-perl-5.816.ebuild
deleted file mode 100644
index 911fe1ba69d9..000000000000
--- a/dev-perl/libwww-perl/libwww-perl-5.816.ebuild
+++ /dev/null
@@ -1,30 +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/libwww-perl/libwww-perl-5.816.ebuild,v 1.2 2008/11/18 15:48:52 tove Exp $
-
-MODULE_AUTHOR=GAAS
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="ssl"
-
-DEPEND="virtual/perl-libnet
- >=dev-perl/HTML-Parser-3.34
- >=dev-perl/URI-1.10
- >=virtual/perl-Digest-MD5-2.12
- dev-perl/HTML-Tree
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
- ssl? ( dev-perl/Crypt-SSLeay )
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dosym /usr/bin/lwp-request /usr/bin/GET
- dosym /usr/bin/lwp-request /usr/bin/POST
- dosym /usr/bin/lwp-request /usr/bin/HEAD
-}
diff --git a/dev-perl/libwww-perl/libwww-perl-5.817.ebuild b/dev-perl/libwww-perl/libwww-perl-5.817.ebuild
deleted file mode 100644
index 83bd00c35c08..000000000000
--- a/dev-perl/libwww-perl/libwww-perl-5.817.ebuild
+++ /dev/null
@@ -1,30 +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/libwww-perl/libwww-perl-5.817.ebuild,v 1.2 2008/11/18 15:48:52 tove Exp $
-
-MODULE_AUTHOR=GAAS
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="ssl"
-
-DEPEND="virtual/perl-libnet
- >=dev-perl/HTML-Parser-3.34
- >=dev-perl/URI-1.10
- >=virtual/perl-Digest-MD5-2.12
- dev-perl/HTML-Tree
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
- ssl? ( dev-perl/Crypt-SSLeay )
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dosym /usr/bin/lwp-request /usr/bin/GET
- dosym /usr/bin/lwp-request /usr/bin/POST
- dosym /usr/bin/lwp-request /usr/bin/HEAD
-}
diff --git a/dev-perl/libwww-perl/libwww-perl-5.819.ebuild b/dev-perl/libwww-perl/libwww-perl-5.819.ebuild
deleted file mode 100644
index 482d06fabb1e..000000000000
--- a/dev-perl/libwww-perl/libwww-perl-5.819.ebuild
+++ /dev/null
@@ -1,30 +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/libwww-perl/libwww-perl-5.819.ebuild,v 1.2 2008/11/18 15:48:52 tove Exp $
-
-MODULE_AUTHOR=GAAS
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="ssl"
-
-DEPEND="virtual/perl-libnet
- >=dev-perl/HTML-Parser-3.34
- >=dev-perl/URI-1.10
- >=virtual/perl-Digest-MD5-2.12
- dev-perl/HTML-Tree
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Compress-Zlib-1.10
- ssl? ( dev-perl/Crypt-SSLeay )
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dosym /usr/bin/lwp-request /usr/bin/GET
- dosym /usr/bin/lwp-request /usr/bin/POST
- dosym /usr/bin/lwp-request /usr/bin/HEAD
-}