summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-07 04:18:30 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-07 04:18:30 +0000
commitdeb630e4ccc32f4ffcd5c588949f401216429a63 (patch)
treea88debbe46ecc3130b70b6e50047fa6f49b3e609 /dev-perl
parentp.mask app-shells/bash-completion-config for removal - bug 253878 (diff)
downloadgentoo-2-deb630e4ccc32f4ffcd5c588949f401216429a63.tar.gz
gentoo-2-deb630e4ccc32f4ffcd5c588949f401216429a63.tar.bz2
gentoo-2-deb630e4ccc32f4ffcd5c588949f401216429a63.zip
Version bump
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/WWW-Curl/ChangeLog7
-rw-r--r--dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog
index fdca479a791b..6a27a31e114d 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.2 2009/01/17 22:27:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.3 2009/04/07 04:18:30 tove Exp $
+
+*WWW-Curl-4.06 (07 Apr 2009)
+
+ 07 Apr 2009; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.06.ebuild:
+ Version bump
17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> WWW-Curl-4.05.ebuild:
Emerge on an empty system (without perl) failed due to lack of perl dep.
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild
new file mode 100644
index 000000000000..55efe462b7d0
--- /dev/null
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.06.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.06.ebuild,v 1.1 2009/04/07 04:18:30 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="SZBALINT"
+inherit perl-module
+
+DESCRIPTION="Perl extension interface for libcurl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl
+ dev-lang/perl"
+DEPEND="${RDEPEND}"
+
+# online tests
+SRC_TEST="no"