Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycparser: ChangeLog pycparser-2.10.ebuild
Date: Wed, 01 Apr 2015 10:22:08
Message-Id: 20150401102205.7DFF714FB2@oystercatcher.gentoo.org
1 klausman 15/04/01 10:22:05
2
3 Modified: ChangeLog pycparser-2.10.ebuild
4 Log:
5 Keyworded on alpha, bug 503094
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
8
9 Revision Changes Path
10 1.32 dev-python/pycparser/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 7 Feb 2015 15:35:07 -0000 1.31
23 +++ ChangeLog 1 Apr 2015 10:22:05 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pycparser
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.31 2015/02/07 15:35:07 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.32 2015/04/01 10:22:05 klausman Exp $
29 +
30 + 01 Apr 2015; Tobias Klausmann <klausman@g.o> pycparser-2.10.ebuild:
31 + Keyworded on alpha, bug 503094
32
33 07 Feb 2015; Agostino Sarubbo <ago@g.o> pycparser-2.10.ebuild:
34 Stable for ppc, wrt bug #530592
35
36
37
38 1.21 dev-python/pycparser/pycparser-2.10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild?rev=1.21&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild?rev=1.21&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild?r1=1.20&r2=1.21
43
44 Index: pycparser-2.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v
47 retrieving revision 1.20
48 retrieving revision 1.21
49 diff -u -r1.20 -r1.21
50 --- pycparser-2.10.ebuild 7 Feb 2015 15:35:07 -0000 1.20
51 +++ pycparser-2.10.ebuild 1 Apr 2015 10:22:05 -0000 1.21
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.20 2015/02/07 15:35:07 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.21 2015/04/01 10:22:05 klausman Exp $
57
58 EAPI="5"
59 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
60 @@ -13,7 +13,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
65 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
66 IUSE="test"
67
68 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"