diff options
author | Vikraman Choudhury <vikraman@gentoo.org> | 2015-02-01 20:35:37 +0000 |
---|---|---|
committer | Vikraman Choudhury <vikraman@gentoo.org> | 2015-02-01 20:35:37 +0000 |
commit | 37f7a7fef5f13d6fdffeb2c1a9e52c78ec32dbe9 (patch) | |
tree | 01fdc094c4805a153d26e7bbc9e7c2fd315e8e02 /net-misc/httpie | |
parent | Describe USE=libav. (diff) | |
download | gentoo-2-37f7a7fef5f13d6fdffeb2c1a9e52c78ec32dbe9.tar.gz gentoo-2-37f7a7fef5f13d6fdffeb2c1a9e52c78ec32dbe9.tar.bz2 gentoo-2-37f7a7fef5f13d6fdffeb2c1a9e52c78ec32dbe9.zip |
Bump to version 0.9.0
(Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key B0A72FD2)
Diffstat (limited to 'net-misc/httpie')
-rw-r--r-- | net-misc/httpie/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.9.0.ebuild | 23 |
3 files changed, 33 insertions, 4 deletions
diff --git a/net-misc/httpie/ChangeLog b/net-misc/httpie/ChangeLog index 588cd53c50ca..65f97982df35 100644 --- a/net-misc/httpie/ChangeLog +++ b/net-misc/httpie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/httpie -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.15 2014/11/28 13:57:34 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.16 2015/02/01 20:35:37 vikraman Exp $ + +*httpie-0.9.0 (01 Feb 2015) + + 01 Feb 2015; Vikraman Choudhury (vikraman) <vikraman@gentoo.org> + +httpie-0.9.0.ebuild, httpie-0.8.0.ebuild: + Bump to version 0.9.0 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> httpie-0.8.0.ebuild: Support python 3.4 diff --git a/net-misc/httpie/httpie-0.8.0.ebuild b/net-misc/httpie/httpie-0.8.0.ebuild index b03970aff2d8..b9c256a2962b 100644 --- a/net-misc/httpie/httpie-0.8.0.ebuild +++ b/net-misc/httpie/httpie-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild,v 1.3 2014/11/28 13:57:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild,v 1.4 2015/02/01 20:35:37 vikraman Exp $ EAPI=5 diff --git a/net-misc/httpie/httpie-0.9.0.ebuild b/net-misc/httpie/httpie-0.9.0.ebuild new file mode 100644 index 000000000000..b01a1e902c3a --- /dev/null +++ b/net-misc/httpie/httpie-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.9.0.ebuild,v 1.1 2015/02/01 20:35:37 vikraman Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A CLI, cURL-like tool for humans" +HOMEPAGE="http://httpie.org/ http://pypi.python.org/pypi/httpie" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + >=dev-python/requests-2.3.0[${PYTHON_USEDEP}] + >=dev-python/pygments-1.5[${PYTHON_USEDEP}]" |