diff options
author | 2012-02-24 10:44:48 +0000 | |
---|---|---|
committer | 2012-02-24 10:44:48 +0000 | |
commit | 93d76cf94f85872ad7971e64c513e45282bbd4ff (patch) | |
tree | ee8ab187ecb16d635b3401244d901f5587b7f857 /dev-perl/WWW-Curl | |
parent | Stable for amd64, wrt bug #400261 (diff) | |
download | historical-93d76cf94f85872ad7971e64c513e45282bbd4ff.tar.gz historical-93d76cf94f85872ad7971e64c513e45282bbd4ff.tar.bz2 historical-93d76cf94f85872ad7971e64c513e45282bbd4ff.zip |
Stable for amd64, wrt bug #400263
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 04e9149cdfff..cb2a83d941e3 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.24 2011/09/04 11:22:30 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.25 2012/02/24 10:44:48 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> WWW-Curl-4.150.0.ebuild: + Stable for amd64, wrt bug #400263 04 Sep 2011; Torsten Veller <tove@gentoo.org> -WWW-Curl-4.15.ebuild: Cleanup diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild index 1a2e29eeb268..50474889ef3f 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.150.0.ebuild,v 1.1 2011/08/28 09:10:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild,v 1.2 2012/02/24 10:44:48 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension interface for libcurl" LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="net-misc/curl" |