Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@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: Sun, 25 Apr 2010 14:18:36
Message-Id: 20100425141826.4075F2C04C@corvid.gentoo.org
1 the_paya 10/04/25 14:18:25
2
3 Modified: ChangeLog simplejson-2.1.1.ebuild
4 Log:
5 Keyworded ~x86-fbsd.
6 (Portage version: 2.2_rc67/cvs/FreeBSD i386)
7
8 Revision Changes Path
9 1.24 dev-python/simplejson/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 13 Apr 2010 21:32:57 -0000 1.23
22 +++ ChangeLog 25 Apr 2010 14:18:25 -0000 1.24
23 @@ -1,6 +1,10 @@
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.23 2010/04/13 21:32:57 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.24 2010/04/25 14:18:25 the_paya Exp $
28 +
29 + 25 Apr 2010; Javier Villavicencio <the_paya@g.o>
30 + simplejson-2.1.1.ebuild:
31 + Keyworded ~x86-fbsd.
32
33 13 Apr 2010; Markos Chandras <hwoarang@g.o>
34 simplejson-2.1.0.ebuild:
35
36
37
38 1.3 dev-python/simplejson/simplejson-2.1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?r1=1.2&r2=1.3
43
44 Index: simplejson-2.1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- simplejson-2.1.1.ebuild 2 Apr 2010 23:35:24 -0000 1.2
51 +++ simplejson-2.1.1.ebuild 25 Apr 2010 14:18:25 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.2 2010/04/02 23:35:24 arfrever Exp $
56 +# $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 $
57
58 EAPI="3"
59 SUPPORT_PYTHON_ABIS="1"
60 @@ -13,7 +13,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 IUSE="doc test"
67
68 DEPEND="dev-python/setuptools"