summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 19:19:20 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 19:19:20 +0000
commitfe686b7f693aee6b8b303e4fdc08942540c923b2 (patch)
treef7399cee17792e6a2db9a4457b99d4f72fafc4a0 /dev-perl/libwww-perl
parentCleanup (diff)
downloadhistorical-fe686b7f693aee6b8b303e4fdc08942540c923b2.tar.gz
historical-fe686b7f693aee6b8b303e4fdc08942540c923b2.tar.bz2
historical-fe686b7f693aee6b8b303e4fdc08942540c923b2.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r--dev-perl/libwww-perl/ChangeLog5
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.833.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index 1931c03c625a..f9e5a3b9e899 100644
--- a/dev-perl/libwww-perl/ChangeLog
+++ b/dev-perl/libwww-perl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.120 2009/11/22 10:49:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.121 2009/12/24 19:08:03 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org> -libwww-perl-5.833.ebuild:
+ Cleanup
*libwww-perl-5.834 (22 Nov 2009)
diff --git a/dev-perl/libwww-perl/libwww-perl-5.833.ebuild b/dev-perl/libwww-perl/libwww-perl-5.833.ebuild
deleted file mode 100644
index 1effd052ff2e..000000000000
--- a/dev-perl/libwww-perl/libwww-perl-5.833.ebuild
+++ /dev/null
@@ -1,32 +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/libwww-perl/libwww-perl-5.833.ebuild,v 1.1 2009/10/07 17:43:23 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=GAAS
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~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-IO-Compress-1.10
- ssl? ( dev-perl/Crypt-SSLeay )"
-RDEPEND="${DEPEND}"
-
-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
-}
-#SRC_TEST=do