diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
commit | 561da6585d07e3a4254be7bbb7a538e87ef6454e (patch) | |
tree | f1f1dd6d14c46ddefe2558929e97c88fecebf9e1 /dev-perl/libwww-perl | |
parent | Marking sqlite-3.6.6.2 ppc for bug 254864 (diff) | |
download | historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.gz historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.bz2 historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r-- | dev-perl/libwww-perl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.823.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index be37f2fb1b82..09782461b21c 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,12 @@ # 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.96 2008/12/30 16:28:10 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.97 2009/01/13 19:53:06 robbat2 Exp $ + +*libwww-perl-5.823 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +libwww-perl-5.823.ebuild: + Version bump via perl-bump experimental tool. 30 Dec 2008; Torsten Veller <tove@gentoo.org> -libwww-perl-5.820.ebuild, -libwww-perl-5.821.ebuild: diff --git a/dev-perl/libwww-perl/libwww-perl-5.823.ebuild b/dev-perl/libwww-perl/libwww-perl-5.823.ebuild new file mode 100644 index 000000000000..e6633d704890 --- /dev/null +++ b/dev-perl/libwww-perl/libwww-perl-5.823.ebuild @@ -0,0 +1,30 @@ +# 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.823.ebuild,v 1.1 2009/01/13 19:53:06 robbat2 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 +} |