Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/zsi: ChangeLog zsi-2.1_alpha1-r1.ebuild
Date: Tue, 04 Jun 2013 12:46:55
Message-Id: 20130604124652.85F092171D@flycatcher.gentoo.org
1 jlec 13/06/04 12:46:52
2
3 Modified: ChangeLog zsi-2.1_alpha1-r1.ebuild
4 Log:
5 dev-python/zsi: Fix for correct usage of new python eclasses
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.24 dev-python/zsi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 23 Apr 2013 15:11:28 -0000 1.23
23 +++ ChangeLog 4 Jun 2013 12:46:52 -0000 1.24
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/zsi
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.23 2013/04/23 15:11:28 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.24 2013/06/04 12:46:52 jlec Exp $
29 +
30 + 04 Jun 2013; Justin Lecher <jlec@g.o> zsi-2.1_alpha1-r1.ebuild:
31 + Fix for correct usage of new python eclasses
32
33 23 Apr 2013; Justin Lecher <jlec@g.o> zsi-2.1_alpha1-r1.ebuild:
34 Drop unnecessary declaration of DOCS
35
36
37
38 1.3 dev-python/zsi/zsi-2.1_alpha1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: zsi-2.1_alpha1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- zsi-2.1_alpha1-r1.ebuild 23 Apr 2013 15:11:28 -0000 1.2
51 +++ zsi-2.1_alpha1-r1.ebuild 4 Jun 2013 12:46:52 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.2 2013/04/23 15:11:28 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.3 2013/06/04 12:46:52 jlec Exp $
57
58 EAPI=5
59
60 @@ -20,7 +20,9 @@
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="doc examples twisted"
63
64 -DEPEND="
65 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 +
67 +DEPEND="${PYTHON_DEPS}
68 dev-python/setuptools[${PYTHON_USEDEP}]
69 twisted? (
70 dev-python/twisted