Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: openbabel-python-2.3.2.ebuild ChangeLog
Date: Wed, 29 May 2013 16:19:55
Message-Id: 20130529161949.ED4B22171D@flycatcher.gentoo.org
1 jlec 13/05/29 16:19:49
2
3 Modified: openbabel-python-2.3.2.ebuild ChangeLog
4 Log:
5 sci-chemistry/openbabel-python: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, PYTHON_DEPS)
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.5 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?r1=1.4&r2=1.5
15
16 Index: openbabel-python-2.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- openbabel-python-2.3.2.ebuild 20 Feb 2013 19:43:08 -0000 1.4
23 +++ openbabel-python-2.3.2.ebuild 29 May 2013 16:19:49 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.4 2013/02/20 19:43:08 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.5 2013/05/29 16:19:49 jlec Exp $
29
30 EAPI=5
31
32 @@ -17,6 +17,8 @@
33 LICENSE="GPL-2"
34 IUSE=""
35
36 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37 +
38 RDEPEND="${PYTHON_DEPS}
39 !sci-chemistry/babel
40 ~sci-chemistry/openbabel-${PV}
41
42
43
44 1.13 sci-chemistry/openbabel-python/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 20 Feb 2013 19:43:08 -0000 1.12
57 +++ ChangeLog 29 May 2013 16:19:49 -0000 1.13
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-chemistry/openbabel-python
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.12 2013/02/20 19:43:08 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.13 2013/05/29 16:19:49 jlec Exp $
63 +
64 + 29 May 2013; Justin Lecher <jlec@g.o> openbabel-python-2.3.2.ebuild:
65 + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
66 + PYTHON_DEPS)
67
68 20 Feb 2013; Agostino Sarubbo <ago@g.o> openbabel-python-2.3.2.ebuild:
69 Add ~arm, wrt bug #455960