diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild | 21 |
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" |