summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-10 13:23:07 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-10 13:23:07 +0000
commit9d2710381d77569b5743de911136676ff7d049aa (patch)
treeabf6eee95791331fe01a13827e70d770210c2919 /dev-perl/WWW-Curl
parentVersion bump (diff)
downloadgentoo-2-9d2710381d77569b5743de911136676ff7d049aa.tar.gz
gentoo-2-9d2710381d77569b5743de911136676ff7d049aa.tar.bz2
gentoo-2-9d2710381d77569b5743de911136676ff7d049aa.zip
Version bump
(Portage version: 2.2_rc33/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.09.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog
index f824cd3d3a32..0b182d1208f7 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.7 2009/07/08 08:20:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.8 2009/07/10 13:23:07 tove Exp $
+
+*WWW-Curl-4.09 (10 Jul 2009)
+
+ 10 Jul 2009; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.09.ebuild:
+ Version bump
*WWW-Curl-4.08 (08 Jul 2009)
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild
new file mode 100644
index 000000000000..7d374db0ca4e
--- /dev/null
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.09.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.09.ebuild,v 1.1 2009/07/10 13:23:07 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"