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-calculators/gonvert: gonvert-0.2.32.ebuild ChangeLog
Date: Wed, 29 May 2013 16:11:48
Message-Id: 20130529161141.6A4802171D@flycatcher.gentoo.org
1 jlec 13/05/29 16:11:41
2
3 Modified: gonvert-0.2.32.ebuild ChangeLog
4 Log:
5 sci-calculators/gonvert: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
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.2 sci-calculators/gonvert/gonvert-0.2.32.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild?r1=1.1&r2=1.2
15
16 Index: gonvert-0.2.32.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gonvert-0.2.32.ebuild 12 Mar 2013 13:09:48 -0000 1.1
23 +++ gonvert-0.2.32.ebuild 29 May 2013 16:11:41 -0000 1.2
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-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.1 2013/03/12 13:09:48 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.2 2013/05/29 16:11:41 jlec Exp $
29
30 EAPI=5
31
32 @@ -17,7 +17,11 @@
33 KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
34 IUSE=""
35
36 -DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]"
37 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 +
39 +DEPEND="
40 + ${PYTHON_DEPS}
41 + dev-python/pygtk:2[${PYTHON_USEDEP}]"
42 RDEPEND="${DEPEND}"
43
44 PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )
45
46
47
48 1.14 sci-calculators/gonvert/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/gonvert/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 12 Mar 2013 13:09:48 -0000 1.13
61 +++ ChangeLog 29 May 2013 16:11:41 -0000 1.14
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sci-calculators/gonvert
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.13 2013/03/12 13:09:48 jlec Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.14 2013/05/29 16:11:41 jlec Exp $
67 +
68 + 29 May 2013; Justin Lecher <jlec@g.o> gonvert-0.2.32.ebuild:
69 + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
70
71 *gonvert-0.2.32 (12 Mar 2013)