Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-2.0.9-r1.ebuild
Date: Sat, 27 Feb 2010 20:54:30
Message-Id: E1NlTgC-0005Fj-12@stork.gentoo.org
1 grobian 10/02/27 20:54:28
2
3 Modified: simplejson-2.0.9-r1.ebuild
4 Log:
5 Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
6 (Portage version: 2.2.00.15444-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.5 dev-python/simplejson/simplejson-2.0.9-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: simplejson-2.0.9-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- simplejson-2.0.9-r1.ebuild 20 Dec 2009 10:47:44 -0000 1.4
22 +++ simplejson-2.0.9-r1.ebuild 27 Feb 2010 20:54:27 -0000 1.5
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.4 2009/12/20 10:47:44 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.5 2010/02/27 20:54:27 grobian Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31
32 inherit distutils
33
34 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
36
37 DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
38 HOMEPAGE="http://undefined.org/python/#simplejson"