Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.2.1.ebuild requests-2.2.0.ebuild requests-2.3.0.ebuild ChangeLog
Date: Sun, 08 Jun 2014 17:12:12
Message-Id: 20140608171208.746822004E@flycatcher.gentoo.org
1 hattya 14/06/08 17:12:08
2
3 Modified: requests-2.2.1.ebuild requests-2.2.0.ebuild
4 requests-2.3.0.ebuild ChangeLog
5 Log:
6 keyword ~ia64 wrt bug #509628
7
8 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
9
10 Revision Changes Path
11 1.5 dev-python/requests/requests-2.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild?r1=1.4&r2=1.5
16
17 Index: requests-2.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- requests-2.2.1.ebuild 2 Apr 2014 21:11:55 -0000 1.4
24 +++ requests-2.2.1.ebuild 8 Jun 2014 17:12:08 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild,v 1.4 2014/04/02 21:11:55 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild,v 1.5 2014/06/08 17:12:08 hattya Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )
33 @@ -13,7 +13,7 @@
34
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-linux"
38 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
39 IUSE=""
40
41 # bundles dev-python/urllib3 snapshot
42
43
44
45 1.3 dev-python/requests/requests-2.2.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild?r1=1.2&r2=1.3
50
51 Index: requests-2.2.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- requests-2.2.0.ebuild 31 Mar 2014 21:11:38 -0000 1.2
58 +++ requests-2.2.0.ebuild 8 Jun 2014 17:12:08 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild,v 1.2 2014/03/31 21:11:38 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild,v 1.3 2014/06/08 17:12:08 hattya Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
67 @@ -13,7 +13,7 @@
68
69 LICENSE="Apache-2.0"
70 SLOT="0"
71 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
72 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86"
73 IUSE=""
74
75 # bundles dev-python/urllib3 snapshot
76
77
78
79 1.3 dev-python/requests/requests-2.3.0.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild?r1=1.2&r2=1.3
84
85 Index: requests-2.3.0.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- requests-2.3.0.ebuild 5 Jun 2014 11:27:37 -0000 1.2
92 +++ requests-2.3.0.ebuild 8 Jun 2014 17:12:08 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.2 2014/06/05 11:27:37 grobian Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.3 2014/06/08 17:12:08 hattya Exp $
98
99 EAPI=5
100 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
101 @@ -13,7 +13,7 @@
102
103 LICENSE="Apache-2.0"
104 SLOT="0"
105 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
106 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
107 IUSE=""
108
109 # bundles dev-python/urllib3 snapshot
110
111
112
113 1.60 dev-python/requests/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.60&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.60&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.59&r2=1.60
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
122 retrieving revision 1.59
123 retrieving revision 1.60
124 diff -u -r1.59 -r1.60
125 --- ChangeLog 8 Jun 2014 17:03:48 -0000 1.59
126 +++ ChangeLog 8 Jun 2014 17:12:08 -0000 1.60
127 @@ -1,6 +1,10 @@
128 # ChangeLog for dev-python/requests
129 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.59 2014/06/08 17:03:48 hattya Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.60 2014/06/08 17:12:08 hattya Exp $
132 +
133 + 08 Jun 2014; Akinori Hattori <hattya@g.o> requests-2.2.0.ebuild,
134 + requests-2.2.1.ebuild, requests-2.3.0.ebuild:
135 + keyword ~ia64 wrt bug #509628
136
137 08 Jun 2014; Akinori Hattori <hattya@g.o> requests-1.2.2.ebuild,
138 requests-1.2.3.ebuild, requests-2.0.0.ebuild, requests-2.1.0.ebuild: