diff options
author | 2011-03-09 13:38:20 +0000 | |
---|---|---|
committer | 2011-03-09 13:38:20 +0000 | |
commit | 2b85a06961d0828968ffa38cac24384c674f56cf (patch) | |
tree | fac2d31c912a4b9d1591e6185f4d3a3945b8eb3e /dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild | |
parent | Sync virtualx.eclass from x11 overlay as per review ~week ago. (diff) | |
download | historical-2b85a06961d0828968ffa38cac24384c674f56cf.tar.gz historical-2b85a06961d0828968ffa38cac24384c674f56cf.tar.bz2 historical-2b85a06961d0828968ffa38cac24384c674f56cf.zip |
Initial commit - unbundled from libwww-perl
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild')
-rw-r--r-- | dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild new file mode 100644 index 000000000000..0e5711275b1d --- /dev/null +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.0.ebuild,v 1.1 2011/03/09 13:36:07 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=6.00 +inherit perl-module + +DESCRIPTION="HTTP content negotiation" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + !<dev-perl/libwww-perl-6 + >=dev-perl/HTTP-Message-6.0.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST=online |