diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:39:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:39:24 +0000 |
commit | b963f587be1ab51e3c5d31786e20a754548b69fa (patch) | |
tree | 6ba6a0bbf396958d9576034a1dab494d5e01eae0 /dev-perl/WWW-Curl | |
parent | Cleanup (diff) | |
download | gentoo-2-b963f587be1ab51e3c5d31786e20a754548b69fa.tar.gz gentoo-2-b963f587be1ab51e3c5d31786e20a754548b69fa.tar.bz2 gentoo-2-b963f587be1ab51e3c5d31786e20a754548b69fa.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 5b51c1b28b42..e9a886a75921 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Curl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.27 2012/03/09 09:56:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.28 2012/03/31 06:39:24 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.13.ebuild: + Cleanup 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> WWW-Curl-4.150.0.ebuild: x86 stable wrt bug #400263 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild deleted file mode 100644 index 38587eee8388..000000000000 --- a/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 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.13.ebuild,v 1.4 2011/01/13 17:04:21 ranger Exp $ - -EAPI=3 - -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 ~ppc64 x86" -IUSE="" - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -# online tests -SRC_TEST="no" |