summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:20:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:20:23 +0000
commit00e2832b2ef5d0cc353290d580d658d6c87f7ae6 (patch)
treecf549436404366f20998cc5975f1a53a2b1ae103 /dev-perl/HTTP-Negotiate
parentVersion bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff)
downloadhistorical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.gz
historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.bz2
historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTTP-Negotiate')
-rw-r--r--dev-perl/HTTP-Negotiate/ChangeLog10
-rw-r--r--dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1.ebuild23
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