Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pip: pip-1.5.5.ebuild ChangeLog
Date: Sun, 04 May 2014 16:17:59
Message-Id: 20140504161756.470AA2004C@flycatcher.gentoo.org
1 maekke 14/05/04 16:17:56
2
3 Modified: pip-1.5.5.ebuild ChangeLog
4 Log:
5 add ~arm to latest version too...
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.2 dev-python/pip/pip-1.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild?r1=1.1&r2=1.2
15
16 Index: pip-1.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pip-1.5.5.ebuild 3 May 2014 07:51:54 -0000 1.1
23 +++ pip-1.5.5.ebuild 4 May 2014 16:17:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild,v 1.1 2014/05/03 07:51:54 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild,v 1.2 2014/05/04 16:17:56 maekke Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
32 @@ -12,7 +12,7 @@
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="MIT"
36 -KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
38 SLOT="0"
39 IUSE="zsh-completion"
40
41
42
43
44 1.35 dev-python/pip/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/ChangeLog?rev=1.35&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/ChangeLog?rev=1.35&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pip/ChangeLog?r1=1.34&r2=1.35
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v
53 retrieving revision 1.34
54 retrieving revision 1.35
55 diff -u -r1.34 -r1.35
56 --- ChangeLog 4 May 2014 16:16:24 -0000 1.34
57 +++ ChangeLog 4 May 2014 16:17:56 -0000 1.35
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pip
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.34 2014/05/04 16:16:24 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.35 2014/05/04 16:17:56 maekke Exp $
63 +
64 + 04 May 2014; Markus Meier <maekke@g.o> pip-1.5.5.ebuild:
65 + add ~arm to latest version too...
66
67 04 May 2014; Markus Meier <maekke@g.o> pip-1.5.4-r1.ebuild:
68 add ~arm, bug #508282