Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: ChangeLog simplejson-2.1.1.ebuild
Date: Tue, 04 May 2010 10:18:41
Message-Id: 20100504101838.8269A29628@corvid.gentoo.org
1 angelos 10/05/04 10:18:38
2
3 Modified: ChangeLog simplejson-2.1.1.ebuild
4 Log:
5 amd64 stable, thanks to Roeland Douma (bug #318199)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.26 dev-python/simplejson/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 26 Apr 2010 08:45:15 -0000 1.25
22 +++ ChangeLog 4 May 2010 10:18:38 -0000 1.26
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/simplejson
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.25 2010/04/26 08:45:15 phajdan.jr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.26 2010/05/04 10:18:38 angelos Exp $
28 +
29 + 04 May 2010; <angelos@g.o> simplejson-2.1.1.ebuild:
30 + amd64 stable, thanks to Roeland Douma (bug #318199)
31
32 26 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o>
33 simplejson-2.1.0.ebuild:
34
35
36
37 1.4 dev-python/simplejson/simplejson-2.1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?r1=1.3&r2=1.4
42
43 Index: simplejson-2.1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- simplejson-2.1.1.ebuild 25 Apr 2010 14:18:25 -0000 1.3
50 +++ simplejson-2.1.1.ebuild 4 May 2010 10:18:38 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.3 2010/04/25 14:18:25 the_paya Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.4 2010/05/04 10:18:38 angelos Exp $
56
57 EAPI="3"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60
61 LICENSE="MIT"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
64 +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 IUSE="doc test"
66
67 DEPEND="dev-python/setuptools"