summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-05-01 15:28:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-05-01 15:28:01 +0000
commit00ea8370b51f33ffe5b217af1fd1d54f93460125 (patch)
tree7521ee40eec28920b00dd05e0b9e32c75e80577c /dev-perl/libwww-perl
parentLicense for myspell-it and myspell-lt (diff)
downloadgentoo-2-00ea8370b51f33ffe5b217af1fd1d54f93460125.tar.gz
gentoo-2-00ea8370b51f33ffe5b217af1fd1d54f93460125.tar.bz2
gentoo-2-00ea8370b51f33ffe5b217af1fd1d54f93460125.zip
Version bump
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r--dev-perl/libwww-perl/ChangeLog7
-rw-r--r--dev-perl/libwww-perl/files/digest-libwww-perl-5.8053
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.805.ebuild33
3 files changed, 42 insertions, 1 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index 00b1a4ebf72b..2006bed2de29 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.67 2006/04/26 15:20:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.68 2006/05/01 15:28:01 mcummings Exp $
+
+*libwww-perl-5.805 (01 May 2006)
+
+ 01 May 2006; <mcumming@gentoo.org> +libwww-perl-5.805.ebuild:
+ Version bump
26 Apr 2006; <mcumming@gentoo.org> libwww-perl-5.69-r2.ebuild,
libwww-perl-5.79.ebuild, libwww-perl-5.800.ebuild,
diff --git a/dev-perl/libwww-perl/files/digest-libwww-perl-5.805 b/dev-perl/libwww-perl/files/digest-libwww-perl-5.805
new file mode 100644
index 000000000000..af723e1a668c
--- /dev/null
+++ b/dev-perl/libwww-perl/files/digest-libwww-perl-5.805
@@ -0,0 +1,3 @@
+MD5 db1eb693eee45d251966ad2bab49dbbf libwww-perl-5.805.tar.gz 237535
+RMD160 ddb124b5eeec525588d3b338f4b28c703a7d9517 libwww-perl-5.805.tar.gz 237535
+SHA256 e984c04ac3042aabc118e56071a435d21b18d2f9d866440162061dcb19eef454 libwww-perl-5.805.tar.gz 237535
diff --git a/dev-perl/libwww-perl/libwww-perl-5.805.ebuild b/dev-perl/libwww-perl/libwww-perl-5.805.ebuild
new file mode 100644
index 000000000000..364fe84a5ecb
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-5.805.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 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.805.ebuild,v 1.1 2006/05/01 15:28:01 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
+IUSE="ssl"
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+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
+ >=dev-perl/Compress-Zlib-1.10
+ ssl? ( dev-perl/Crypt-SSLeay )"
+
+src_compile() {
+ echo "y" | perl-module_src_compile
+}
+
+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
+}