diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-02-20 23:44:09 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2016-02-20 23:44:09 +1300 |
commit | 251ecc7242ebf85492085855dac97e38b8228cda (patch) | |
tree | 310f4b0fdfd8345bb32e56402f32a61840b4343e /dev-perl/HTTP-Negotiate | |
parent | dev-perl/HTTP-Cookies: Remove old version (diff) | |
download | gentoo-251ecc7242ebf85492085855dac97e38b8228cda.tar.gz gentoo-251ecc7242ebf85492085855dac97e38b8228cda.tar.bz2 gentoo-251ecc7242ebf85492085855dac97e38b8228cda.zip |
dev-perl/HTTP-Negotiate: Normalise version 6.0.1 to 6.10.0
Bring HTTP-Negotiate in line with Gentoo's Perl Normalization scheme
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/HTTP-Negotiate')
-rw-r--r-- | dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild new file mode 100644 index 000000000000..e31e71d2be64 --- /dev/null +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=6.01 +inherit perl-module + +DESCRIPTION="HTTP content negotiation" + +SLOT="0" +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" +IUSE="" + +RDEPEND=" + !<dev-perl/libwww-perl-6 + >=dev-perl/HTTP-Message-6.0.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST=online |