diff options
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild | 21 |
4 files changed, 5 insertions, 66 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 0b182d1208f7..59c27235dd10 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2009/07/10 13:23:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.9 2009/07/16 09:01:11 tove Exp $ + + 16 Jul 2009; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.06.ebuild, + -WWW-Curl-4.07.ebuild, -WWW-Curl-4.08.ebuild: + Cleanup *WWW-Curl-4.09 (10 Jul 2009) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild deleted file mode 100644 index fcb832b33431..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.2 2009/04/07 04:46:42 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" diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild deleted file mode 100644 index e82cc1682d3a..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.07.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild deleted file mode 100644 index 0365673cb4d8..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.08.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.08.ebuild,v 1.1 2009/07/08 08:20:45 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" |