summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/WWW-Curl/ChangeLog7
-rw-r--r--dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog
index fd81727e7358..7a986e14f9c0 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.5 2009/05/02 09:22:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.6 2009/06/01 18:53:53 tove Exp $
+
+*WWW-Curl-4.07 (01 Jun 2009)
+
+ 01 Jun 2009; Torsten Veller <tove@gentoo.org> +WWW-Curl-4.07.ebuild:
+ Version bump
02 May 2009; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.05.ebuild:
Cleanup
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild
new file mode 100644
index 000000000000..e82cc1682d3a
--- /dev/null
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild
@@ -0,0 +1,22 @@
+# 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.07.ebuild,v 1.1 2009/06/01 18:53:53 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
+ dev-lang/perl"
+DEPEND="${RDEPEND}"
+
+# online tests
+SRC_TEST="no"