diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:23:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:23:01 +0000 |
commit | ddfcf406a5d7cb29cbcd44c8d7f4f394a566982a (patch) | |
tree | 4adfc189c6f40a490958d80cfa913f981cb2f333 /dev-perl/WWW-Curl | |
parent | Automated update of use.local.desc (diff) | |
download | historical-ddfcf406a5d7cb29cbcd44c8d7f4f394a566982a.tar.gz historical-ddfcf406a5d7cb29cbcd44c8d7f4f394a566982a.tar.bz2 historical-ddfcf406a5d7cb29cbcd44c8d7f4f394a566982a.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Curl')
-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" |