Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: ChangeLog http-parser-0.8.3.ebuild
Date: Tue, 29 Jul 2014 12:35:52
Message-Id: 20140729123548.C58172004E@flycatcher.gentoo.org
1 pinkbyte 14/07/29 12:35:48
2
3 Modified: ChangeLog http-parser-0.8.3.ebuild
4 Log:
5 Add ~s390 keyword, wrt bug #463344
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.22 dev-python/http-parser/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 19 Jun 2014 13:01:28 -0000 1.21
23 +++ ChangeLog 29 Jul 2014 12:35:48 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/http-parser
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.21 2014/06/19 13:01:28 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.22 2014/07/29 12:35:48 pinkbyte Exp $
29 +
30 + 29 Jul 2014; Sergey Popov <pinkbyte@g.o> http-parser-0.8.3.ebuild:
31 + Add ~s390 keyword, wrt bug #463344
32
33 19 Jun 2014; Tobias Klausmann <klausman@g.o> http-parser-0.8.3.ebuild:
34 Keyworded on alpha, bug #463344
35
36
37
38 1.6 dev-python/http-parser/http-parser-0.8.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?r1=1.5&r2=1.6
43
44 Index: http-parser-0.8.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- http-parser-0.8.3.ebuild 19 Jun 2014 13:01:28 -0000 1.5
51 +++ http-parser-0.8.3.ebuild 29 Jul 2014 12:35:48 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.5 2014/06/19 13:01:28 klausman Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.6 2014/07/29 12:35:48 pinkbyte Exp $
57
58 EAPI=5
59
60 @@ -14,7 +14,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
66 IUSE="examples"
67
68 RDEPEND=""