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 net-zope/zexceptions: zexceptions-2.13.0.ebuild ChangeLog
Date: Mon, 29 Nov 2010 02:14:03
Message-Id: 20101129021354.3FE5320054@flycatcher.gentoo.org
1 arfrever 10/11/29 02:13:54
2
3 Modified: zexceptions-2.13.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 net-zope/zexceptions/zexceptions-2.13.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/zexceptions-2.13.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/zexceptions-2.13.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/zexceptions-2.13.0.ebuild?r1=1.2&r2=1.3
15
16 Index: zexceptions-2.13.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-zope/zexceptions/zexceptions-2.13.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- zexceptions-2.13.0.ebuild 30 Oct 2010 18:17:03 -0000 1.2
23 +++ zexceptions-2.13.0.ebuild 29 Nov 2010 02:13:54 -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/net-zope/zexceptions/zexceptions-2.13.0.ebuild,v 1.2 2010/10/30 18:17:03 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zexceptions/zexceptions-2.13.0.ebuild,v 1.3 2010/11/29 02:13:54 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 @@ -25,7 +25,8 @@
39 RDEPEND="net-zope/zope-interface
40 net-zope/zope-publisher
41 net-zope/zope-security"
42 -DEPEND="app-arch/unzip
43 +DEPEND="${RDEPEND}
44 + app-arch/unzip
45 dev-python/setuptools"
46
47 S="${WORKDIR}/${MY_P}"
48
49
50
51 1.2 net-zope/zexceptions/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zexceptions/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-zope/zexceptions/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 17 Jul 2010 16:12:11 -0000 1.1
64 +++ ChangeLog 29 Nov 2010 02:13:54 -0000 1.2
65 @@ -1,6 +1,10 @@
66 # ChangeLog for net-zope/zexceptions
67 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zexceptions/ChangeLog,v 1.1 2010/07/17 16:12:11 arfrever Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zexceptions/ChangeLog,v 1.2 2010/11/29 02:13:54 arfrever Exp $
70 +
71 + 29 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
72 + zexceptions-2.13.0.ebuild:
73 + Restrict Jython ABIs.
74
75 *zexceptions-2.13.0 (17 Jul 2010)