Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/restrictedpython: restrictedpython-3.6.0.ebuild ChangeLog
Date: Sun, 28 Nov 2010 22:01:40
Message-Id: 20101128220129.971BB20051@flycatcher.gentoo.org
1 arfrever 10/11/28 22:01:29
2
3 Modified: restrictedpython-3.6.0.ebuild ChangeLog
4 Log:
5 Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/restrictedpython/restrictedpython-3.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild?r1=1.2&r2=1.3
15
16 Index: restrictedpython-3.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- restrictedpython-3.6.0.ebuild 17 Jul 2010 16:30:36 -0000 1.2
23 +++ restrictedpython-3.6.0.ebuild 28 Nov 2010 22:01:29 -0000 1.3
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild,v 1.2 2010/07/17 16:30:36 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.6.0.ebuild,v 1.3 2010/11/28 22:01:29 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 -RESTRICT_PYTHON_ABIS="3.*"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35 DISTUTILS_SRC_TEST="nosetests"
36
37 inherit distutils
38
39
40
41 1.8 dev-python/restrictedpython/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/ChangeLog?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/ChangeLog?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restrictedpython/ChangeLog?r1=1.7&r2=1.8
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- ChangeLog 9 Jul 2010 22:45:13 -0000 1.7
54 +++ ChangeLog 28 Nov 2010 22:01:29 -0000 1.8
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-python/restrictedpython
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.7 2010/07/09 22:45:13 arfrever Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.8 2010/11/28 22:01:29 arfrever Exp $
60 +
61 + 28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
62 + restrictedpython-3.6.0.ebuild:
63 + Restrict Jython ABIs.
64
65 *restrictedpython-3.6.0 (09 Jul 2010)