Gentoo Archives: gentoo-commits

From: "Vikraman Choudhury (vikraman)" <vikraman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/httpie: metadata.xml httpie-0.8.0.ebuild ChangeLog
Date: Fri, 31 Jan 2014 19:43:37
Message-Id: 20140131194333.6BAA72004C@flycatcher.gentoo.org
1 vikraman 14/01/31 19:43:33
2
3 Modified: metadata.xml ChangeLog
4 Added: httpie-0.8.0.ebuild
5 Log:
6 Bump to version 0.8.0. Bug 499868.
7
8 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key B0A72FD2)
9
10 Revision Changes Path
11 1.2 net-misc/httpie/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 5 Oct 2012 13:48:54 -0000 1.1
24 +++ metadata.xml 31 Jan 2014 19:43:33 -0000 1.2
25 @@ -6,7 +6,12 @@
26 <name>Vikraman Choudhury</name>
27 </maintainer>
28 <longdescription lang="en">
29 - 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.
30 + HTTPie is a command line HTTP client. Its goal is to make CLI
31 + interaction with web services as human-friendly as possible. It
32 + provides a simple http command that allows for sending arbitrary HTTP
33 + requests using a simple and natural syntax, and displays colorized
34 + responses. HTTPie can be used for testing, debugging, and generally
35 + interacting with HTTP servers.
36 </longdescription>
37 <upstream>
38 <remote-id type="pypi">httpie</remote-id>
39
40
41
42 1.13 net-misc/httpie/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.13&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.13&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?r1=1.12&r2=1.13
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v
51 retrieving revision 1.12
52 retrieving revision 1.13
53 diff -u -r1.12 -r1.13
54 --- ChangeLog 24 Nov 2013 09:02:21 -0000 1.12
55 +++ ChangeLog 31 Jan 2014 19:43:33 -0000 1.13
56 @@ -1,6 +1,12 @@
57 # ChangeLog for net-misc/httpie
58 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.12 2013/11/24 09:02:21 vikraman Exp $
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.13 2014/01/31 19:43:33 vikraman Exp $
62 +
63 +*httpie-0.8.0 (31 Jan 2014)
64 +
65 + 31 Jan 2014; Vikraman Choudhury <vikraman@g.o> +httpie-0.8.0.ebuild,
66 + metadata.xml:
67 + Bump to version 0.8.0. Bug 499868.
68
69 24 Nov 2013; Vikraman <vikraman@g.o> httpie-0.6.0.ebuild,
70 httpie-0.7.2.ebuild:
71
72
73
74 1.1 net-misc/httpie/httpie-0.8.0.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild?rev=1.1&content-type=text/plain
78
79 Index: httpie-0.8.0.ebuild
80 ===================================================================
81 # Copyright 1999-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild,v 1.1 2014/01/31 19:43:33 vikraman Exp $
84
85 EAPI=5
86
87 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
88
89 inherit distutils-r1
90
91 DESCRIPTION="A CLI, cURL-like tool for humans"
92 HOMEPAGE="http://httpie.org/ http://pypi.python.org/pypi/httpie"
93 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94
95 LICENSE="BSD"
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98 IUSE=""
99
100 DEPEND=""
101 RDEPEND="${DEPEND}
102 >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
103 >=dev-python/pygments-1.5[${PYTHON_USEDEP}]
104 virtual/python-argparse[${PYTHON_USEDEP}]"