diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:10:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:10:48 +0000 |
commit | 1d5d5ae8efb13f9aa2be88c9271a82d2be56e15c (patch) | |
tree | a9a248112332d2981ac0769cace1ad3248d5b877 /dev-perl/WWW-Curl | |
parent | Change version scheme (diff) | |
download | gentoo-2-1d5d5ae8efb13f9aa2be88c9271a82d2be56e15c.tar.gz gentoo-2-1d5d5ae8efb13f9aa2be88c9271a82d2be56e15c.tar.bz2 gentoo-2-1d5d5ae8efb13f9aa2be88c9271a82d2be56e15c.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/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.150.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 2c018ecf3fe1..729420b0ccd7 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.22 2011/01/14 15:45:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.23 2011/08/28 09:10:48 tove Exp $ + +*WWW-Curl-4.150.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.150.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.09.ebuild, -WWW-Curl-4.11.ebuild, -WWW-Curl-4.12.ebuild, -WWW-Curl-4.14.ebuild: diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild new file mode 100644 index 000000000000..1a2e29eeb268 --- /dev/null +++ b/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.150.0.ebuild,v 1.1 2011/08/28 09:10:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SZBALINT +MODULE_VERSION=4.15 +inherit perl-module + +DESCRIPTION="Perl extension interface for libcurl" + +LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +SRC_TEST=online |