Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Negotiate/
Date: Sat, 20 Feb 2016 22:45:32
Message-Id: 1455965049.251ecc7242ebf85492085855dac97e38b8228cda.monsieurp@gentoo
1 commit: 251ecc7242ebf85492085855dac97e38b8228cda
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 10:44:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 10:44:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251ecc72
7
8 dev-perl/HTTP-Negotiate: Normalise version 6.0.1 to 6.10.0
9
10 Bring HTTP-Negotiate in line with Gentoo's Perl Normalization scheme
11
12 Package-Manager: portage-2.2.27
13
14 .../HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild | 23 ++++++++++++++++++++++
15 1 file changed, 23 insertions(+)
16
17 diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild
18 new file mode 100644
19 index 0000000..e31e71d
20 --- /dev/null
21 +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild
22 @@ -0,0 +1,23 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +MODULE_AUTHOR=GAAS
30 +MODULE_VERSION=6.01
31 +inherit perl-module
32 +
33 +DESCRIPTION="HTTP content negotiation"
34 +
35 +SLOT="0"
36 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + !<dev-perl/libwww-perl-6
41 + >=dev-perl/HTTP-Message-6.0.0
42 +"
43 +DEPEND="${RDEPEND}"
44 +
45 +SRC_TEST=online