diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:20:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:20:45 +0000 |
commit | e8932468dc09bfacc9d458aaf17f38ce17a4cef9 (patch) | |
tree | 59c2c4b9f61e7fcef450e44b7645e65fd2cc9e25 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-e8932468dc09bfacc9d458aaf17f38ce17a4cef9.tar.gz gentoo-2-e8932468dc09bfacc9d458aaf17f38ce17a4cef9.tar.bz2 gentoo-2-e8932468dc09bfacc9d458aaf17f38ce17a4cef9.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 7a986e14f9c0..f824cd3d3a32 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Curl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.6 2009/06/01 18:53:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.7 2009/07/08 08:20:45 tove Exp $ + +*WWW-Curl-4.08 (08 Jul 2009) + + 08 Jul 2009; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.08.ebuild: + Version bump *WWW-Curl-4.07 (01 Jun 2009) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild new file mode 100644 index 000000000000..0365673cb4d8 --- /dev/null +++ b/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild,v 1.1 2009/07/08 08:20:45 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="SZBALINT" +inherit perl-module + +DESCRIPTION="Perl extension interface for libcurl" + +LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +# online tests +SRC_TEST="no" |