diff options
author | 2014-01-31 19:43:33 +0000 | |
---|---|---|
committer | 2014-01-31 19:43:33 +0000 | |
commit | 16b0b178655c1368003eb2568a64ec223eebe494 (patch) | |
tree | f39c28a02cc40627f02ab6144148004c00ddc1ca /net-misc | |
parent | Version bump (fixes bug #384199) (diff) | |
download | gentoo-2-16b0b178655c1368003eb2568a64ec223eebe494.tar.gz gentoo-2-16b0b178655c1368003eb2568a64ec223eebe494.tar.bz2 gentoo-2-16b0b178655c1368003eb2568a64ec223eebe494.zip |
Bump to version 0.8.0. Bug 499868.
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key B0A72FD2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/httpie/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.8.0.ebuild | 24 | ||||
-rw-r--r-- | net-misc/httpie/metadata.xml | 7 |
3 files changed, 38 insertions, 3 deletions
diff --git a/net-misc/httpie/ChangeLog b/net-misc/httpie/ChangeLog index 6ca29764a2de..751ceb5c9aef 100644 --- a/net-misc/httpie/ChangeLog +++ b/net-misc/httpie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/httpie -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.12 2013/11/24 09:02:21 vikraman Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.13 2014/01/31 19:43:33 vikraman Exp $ + +*httpie-0.8.0 (31 Jan 2014) + + 31 Jan 2014; Vikraman Choudhury <vikraman@gentoo.org> +httpie-0.8.0.ebuild, + metadata.xml: + Bump to version 0.8.0. Bug 499868. 24 Nov 2013; Vikraman <vikraman@gentoo.org> httpie-0.6.0.ebuild, httpie-0.7.2.ebuild: diff --git a/net-misc/httpie/httpie-0.8.0.ebuild b/net-misc/httpie/httpie-0.8.0.ebuild new file mode 100644 index 000000000000..5c08ce655c11 --- /dev/null +++ b/net-misc/httpie/httpie-0.8.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 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.1 2014/01/31 19:43:33 vikraman Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +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.0.0[${PYTHON_USEDEP}] + >=dev-python/pygments-1.5[${PYTHON_USEDEP}] + virtual/python-argparse[${PYTHON_USEDEP}]" diff --git a/net-misc/httpie/metadata.xml b/net-misc/httpie/metadata.xml index 14c8fa7c5e9f..fd770ec7d0f6 100644 --- a/net-misc/httpie/metadata.xml +++ b/net-misc/httpie/metadata.xml @@ -6,7 +6,12 @@ <name>Vikraman Choudhury</name> </maintainer> <longdescription lang="en"> - HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers. + HTTPie is a command line HTTP client. Its goal is to make CLI + interaction with web services as human-friendly as possible. It + provides a simple http command that allows for sending arbitrary HTTP + requests using a simple and natural syntax, and displays colorized + responses. HTTPie can be used for testing, debugging, and generally + interacting with HTTP servers. </longdescription> <upstream> <remote-id type="pypi">httpie</remote-id> |