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/zope-minmax: zope-minmax-1.1.2.ebuild
Date: Fri, 01 Apr 2011 20:09:41
Message-Id: 20110401200931.9D54D20054@flycatcher.gentoo.org
1 arfrever 11/04/01 20:09:31
2
3 Modified: zope-minmax-1.1.2.ebuild
4 Log:
5 Fix dependencies. Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-zope/zope-minmax/zope-minmax-1.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild?r1=1.5&r2=1.6
15
16 Index: zope-minmax-1.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- zope-minmax-1.1.2.ebuild 30 Oct 2010 19:05:56 -0000 1.5
23 +++ zope-minmax-1.1.2.ebuild 1 Apr 2011 20:09:31 -0000 1.6
24 @@ -1,9 +1,11 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild,v 1.5 2010/10/30 19:05:56 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.2.ebuild,v 1.6 2011/04/01 20:09:31 arfrever Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33 +PYTHON_DEPEND="2"
34 SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="3.* *-jython"
36
37 inherit distutils
38
39 @@ -23,9 +25,8 @@
40 net-zope/zope-interface"
41 DEPEND="${RDEPEND}
42 dev-python/setuptools"
43 -RESTRICT_PYTHON_ABIS="3.*"
44
45 S="${WORKDIR}/${MY_P}"
46
47 -PYTHON_MODNAME="${PN/-//}"
48 DOCS="CHANGES.txt README.txt"
49 +PYTHON_MODNAME="${PN/-//}"