summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 09:17:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 09:17:48 +0000
commite530459fcf0d60add62b631147873aadd0190e69 (patch)
treeb7addfd2e8d99b6c6307078a838f13cca22eb0ae /dev-perl/WWW-Curl
parentRemove mask for app-crypt/heimdal_1.5_pre*. No longer in the tree. (diff)
downloadhistorical-e530459fcf0d60add62b631147873aadd0190e69.tar.gz
historical-e530459fcf0d60add62b631147873aadd0190e69.tar.bz2
historical-e530459fcf0d60add62b631147873aadd0190e69.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r--dev-perl/WWW-Curl/ChangeLog7
-rw-r--r--dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild21
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