summaryrefslogtreecommitdiffstats
path: root/net-misc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-02-26 15:16:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-02-26 15:16:09 +0100
commitb4f1c496dd8c012965d606b6023d798afcf21252 (patch)
tree2f07b942c547ac61a2a3b2a89801b914111ba640 /net-misc
parentBump soulseek version. (diff)
downloadportage-b4f1c496dd8c012965d606b6023d798afcf21252.tar.xz
portage-b4f1c496dd8c012965d606b6023d798afcf21252.zip
Bump httpie.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/httpie/ChangeLog22
-rw-r--r--net-misc/httpie/Manifest1
-rw-r--r--net-misc/httpie/httpie-0.4.1.ebuild25
-rw-r--r--net-misc/httpie/metadata.xml15
4 files changed, 63 insertions, 0 deletions
diff --git a/net-misc/httpie/ChangeLog b/net-misc/httpie/ChangeLog
new file mode 100644
index 0000000..ff987c2
--- /dev/null
+++ b/net-misc/httpie/ChangeLog
@@ -0,0 +1,22 @@
+# ChangeLog for net-misc/httpie
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.4 2012/12/28 22:26:21 vikraman Exp $
+
+*httpie-0.3.1 (28 Dec 2012)
+
+ 28 Dec 2012; Vikraman <vikraman@gentoo.org> +httpie-0.3.1.ebuild:
+ Version bump to 0.3.1
+
+*httpie-0.3.0-r1 (28 Dec 2012)
+
+ 28 Dec 2012; Vikraman <vikraman@gentoo.org> +httpie-0.3.0-r1.ebuild:
+ Fix dev-python/requests dependency
+
+ 29 Oct 2012; Michał Górny <mgorny@gentoo.org> httpie-0.3.0.ebuild:
+ Use virtual for argparse.
+
+*httpie-0.3.0 (05 Oct 2012)
+
+ 05 Oct 2012; Vikraman <vikraman@gentoo.org> +httpie-0.3.0.ebuild,
+ +metadata.xml:
+ New ebuild for HTTPie, a CLI, cURL-like tool for humans. Fixes bug #437242
diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest
new file mode 100644
index 0000000..dcf8062
--- /dev/null
+++ b/net-misc/httpie/Manifest
@@ -0,0 +1 @@
+DIST httpie-0.4.1.tar.gz 55014 SHA256 9b0d8f0410b530f5a0abfcd472b8870676f2a9e5a22de8e66efb1443da1ea0e1 SHA512 42ed918b88b135cbb7fe7c287f7893221586a72961f2f510e96c18329c08da1acc6a9f5d149bf49da8605d9fe89e31b41ff898f4ca3328bb0c618825702dda31 WHIRLPOOL c091160810c7ef4a1cc768263b4b0a02a9758cf6e4f435aefe6b3b932d7aa46a7b889645924604a7679083522be60b14b14a6b2ad9a774682e9bd771964393d5
diff --git a/net-misc/httpie/httpie-0.4.1.ebuild b/net-misc/httpie/httpie-0.4.1.ebuild
new file mode 100644
index 0000000..d73a269
--- /dev/null
+++ b/net-misc/httpie/httpie-0.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 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 $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.6 3:3.1"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+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-0.10.1
+ >=dev-python/pygments-1.5
+ virtual/python-argparse"
diff --git a/net-misc/httpie/metadata.xml b/net-misc/httpie/metadata.xml
new file mode 100644
index 0000000..14c8fa7
--- /dev/null
+++ b/net-misc/httpie/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>vikraman@gentoo.org</email>
+ <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.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">httpie</remote-id>
+ </upstream>
+</pkgmetadata>
+