diff options
author | 2013-07-03 01:14:33 +0000 | |
---|---|---|
committer | 2013-07-03 01:14:33 +0000 | |
commit | 29673ef44b7c185e6c6c31ae0ccd6a6615fb7c5c (patch) | |
tree | 6ebcaf31f799b25b4fd51783e4f791520df7bc85 /net-misc/httpie/httpie-0.3.1.ebuild | |
parent | Version bump to 0.6.0 (diff) | |
download | historical-29673ef44b7c185e6c6c31ae0ccd6a6615fb7c5c.tar.gz historical-29673ef44b7c185e6c6c31ae0ccd6a6615fb7c5c.tar.bz2 historical-29673ef44b7c185e6c6c31ae0ccd6a6615fb7c5c.zip |
Switch to distutils-r1
Package-Manager: portage-2.2.0_alpha186/cvs/Linux x86_64
RepoMan-Options: --include-arches="~amd64"
Manifest-Sign-Key: 0xB0A72FD2
Diffstat (limited to 'net-misc/httpie/httpie-0.3.1.ebuild')
-rw-r--r-- | net-misc/httpie/httpie-0.3.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/httpie/httpie-0.3.1.ebuild b/net-misc/httpie/httpie-0.3.1.ebuild index 911dbd8b1129..c0c2c759ac9b 100644 --- a/net-misc/httpie/httpie-0.3.1.ebuild +++ b/net-misc/httpie/httpie-0.3.1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.1.ebuild,v 1.1 2012/12/28 22:26:21 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.1.ebuild,v 1.2 2013/07/03 01:14:31 vikraman Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.6 3:3.1" -SUPPORT_PYTHON_ABIS="1" +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) -inherit distutils +inherit distutils-r1 DESCRIPTION="A CLI, cURL-like tool for humans" HOMEPAGE="http://httpie.org/ http://pypi.python.org/pypi/httpie" |