diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:03:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:03:13 +0000 |
commit | e67c8d5a3bcc624a8347d846a600cf368b5152d3 (patch) | |
tree | 951a7c1b46ecb725d286543ca880c4f8a7999855 /dev-perl/HTTP-Negotiate | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-e67c8d5a3bcc624a8347d846a600cf368b5152d3.tar.gz gentoo-2-e67c8d5a3bcc624a8347d846a600cf368b5152d3.tar.bz2 gentoo-2-e67c8d5a3bcc624a8347d846a600cf368b5152d3.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-Negotiate')
-rw-r--r-- | dev-perl/HTTP-Negotiate/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/HTTP-Negotiate/ChangeLog b/dev-perl/HTTP-Negotiate/ChangeLog index 4e34ac363c0e..2b1947e63d17 100644 --- a/dev-perl/HTTP-Negotiate/ChangeLog +++ b/dev-perl/HTTP-Negotiate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/HTTP-Negotiate -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Negotiate/ChangeLog,v 1.15 2011/12/18 21:36:47 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Negotiate/ChangeLog,v 1.16 2012/02/29 09:03:13 robbat2 Exp $ + +*HTTP-Negotiate-6.0.1 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +HTTP-Negotiate-6.0.1.ebuild: + Version bump via perl-bump experimental tool. 18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> HTTP-Negotiate-6.0.0.ebuild: Stable for ppc64; bug #386309 diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild new file mode 100644 index 000000000000..01cd2a2e677a --- /dev/null +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild,v 1.1 2012/02/29 09:03:13 robbat2 Exp $ + +EAPI=3 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=${PV/0./0} +inherit perl-module + +DESCRIPTION="HTTP content negotiation" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + !<dev-perl/libwww-perl-6 + >=dev-perl/HTTP-Message-6.0.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST=online |