summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-21 18:56:57 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-21 18:56:57 +0000
commit516ff28d351e9c85c6ee99a4d9920502c3809da4 (patch)
treee0b01e60fbbeadd971a66ac565721f920be302c5 /dev-perl/WWW-Curl
parentFix compile step. (diff)
downloadgentoo-2-516ff28d351e9c85c6ee99a4d9920502c3809da4.tar.gz
gentoo-2-516ff28d351e9c85c6ee99a4d9920502c3809da4.tar.bz2
gentoo-2-516ff28d351e9c85c6ee99a4d9920502c3809da4.zip
Version bump
(Portage version: 2.2_rc60/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.11.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog
index f7bd960410a4..6544359563d0 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.13 2009/11/25 10:22:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.14 2009/12/21 18:56:57 tove Exp $
+
+*WWW-Curl-4.11 (21 Dec 2009)
+
+ 21 Dec 2009; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.11.ebuild:
+ Version bump
25 Nov 2009; Markus Meier <maekke@gentoo.org> WWW-Curl-4.09.ebuild:
amd64 stable, bug #284544
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.11.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.11.ebuild
new file mode 100644
index 000000000000..d0122d25c474
--- /dev/null
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.11.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.11.ebuild,v 1.1 2009/12/21 18:56:57 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 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl"
+DEPEND="${RDEPEND}"
+
+# online tests
+SRC_TEST="no"