diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-12 15:29:50 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-12 15:29:50 +0000 |
commit | 7d188c15ad7052bc41de74603974ab48930dd848 (patch) | |
tree | 3a2a90d1d758d497e23b1452750a4c87f817daea /dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild | |
parent | Version bump, now texinfo-5 compatible (closing #467148). Cleaning old. (diff) | |
download | gentoo-2-7d188c15ad7052bc41de74603974ab48930dd848.tar.gz gentoo-2-7d188c15ad7052bc41de74603974ab48930dd848.tar.bz2 gentoo-2-7d188c15ad7052bc41de74603974ab48930dd848.zip |
revbump -> EAPI 5, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild')
-rw-r--r-- | dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild new file mode 100644 index 000000000000..a6c20df73597 --- /dev/null +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/09/12 15:29:50 idella4 Exp $ + +EAPI=5 + +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 ~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 |