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: ChangeLog httpie-0.4.1.ebuild
Date: Thu, 28 Feb 2013 15:18:06
Message-Id: 20130228151803.995642171D@flycatcher.gentoo.org
1 vikraman 13/02/28 15:18:03
2
3 Modified: ChangeLog
4 Added: httpie-0.4.1.ebuild
5 Log:
6 Version bump to 0.4.1. Fixes bug #459308
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
9
10 Revision Changes Path
11 1.5 net-misc/httpie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 Dec 2012 22:26:21 -0000 1.4
24 +++ ChangeLog 28 Feb 2013 15:18:03 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/httpie
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.4 2012/12/28 22:26:21 vikraman Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.5 2013/02/28 15:18:03 vikraman Exp $
31 +
32 +*httpie-0.4.1 (28 Feb 2013)
33 +
34 + 28 Feb 2013; Vikraman <vikraman@g.o> +httpie-0.4.1.ebuild:
35 + Version bump to 0.4.1. Fixes bug #459308
36
37 *httpie-0.3.1 (28 Dec 2012)
38
39
40
41
42 1.1 net-misc/httpie/httpie-0.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: httpie-0.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.4.1.ebuild,v 1.1 2013/02/28 15:18:03 vikraman Exp $
52
53 EAPI=4
54
55 PYTHON_DEPEND="2:2.6 3:3.1"
56 SUPPORT_PYTHON_ABIS="1"
57
58 inherit distutils
59
60 DESCRIPTION="A CLI, cURL-like tool for humans"
61 HOMEPAGE="http://httpie.org/ http://pypi.python.org/pypi/httpie"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND="${DEPEND}
71 >=dev-python/requests-1.0.4
72 >=dev-python/pygments-1.5
73 virtual/python-argparse"