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/ball: ChangeLog ball-1.4.1-r1.ebuild
Date: Wed, 29 May 2013 16:17:13
Message-Id: 20130529161706.6BF512171D@flycatcher.gentoo.org
1 jlec 13/05/29 16:17:06
2
3 Modified: ChangeLog ball-1.4.1-r1.ebuild
4 Log:
5 sci-chemistry/ball: 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.8 sci-chemistry/ball/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 3 Mar 2013 02:10:30 -0000 1.7
23 +++ ChangeLog 29 May 2013 16:17:06 -0000 1.8
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-chemistry/ball
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.7 2013/03/03 02:10:30 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.8 2013/05/29 16:17:06 jlec Exp $
29 +
30 + 29 May 2013; Justin Lecher <jlec@g.o> ball-1.4.1-r1.ebuild:
31 + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
32 + PYTHON_DEPS)
33
34 03 Mar 2013; Davide Pesavento <pesa@g.o> metadata.xml:
35 Adjust metadata for Qt category move.
36
37
38
39 1.4 sci-chemistry/ball/ball-1.4.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: ball-1.4.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ball-1.4.1-r1.ebuild 2 Mar 2013 23:17:31 -0000 1.3
52 +++ ball-1.4.1-r1.ebuild 29 May 2013 16:17:06 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.3 2013/03/02 23:17:31 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.4 2013/05/29 16:17:06 jlec Exp $
58
59 EAPI=5
60
61 @@ -17,9 +17,16 @@
62 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
63 IUSE="cuda mpi +python sql +threads +webkit"
64
65 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
66 +
67 RDEPEND="
68 dev-cpp/eigen:3
69 dev-libs/boost
70 + dev-qt/qtcore:4
71 + dev-qt/qtgui:4
72 + dev-qt/qtopengl:4
73 + dev-qt/qttest:4
74 + dev-qt/qtwebkit:4
75 media-libs/glew
76 sci-libs/fftw:3.0[threads?]
77 sci-libs/gsl
78 @@ -27,11 +34,6 @@
79 sci-mathematics/lpsolve
80 virtual/opengl
81 x11-libs/libX11
82 - dev-qt/qtcore:4
83 - dev-qt/qtgui:4
84 - dev-qt/qtopengl:4
85 - dev-qt/qttest:4
86 - dev-qt/qtwebkit:4
87 cuda? ( dev-util/nvidia-cuda-toolkit )
88 mpi? ( virtual/mpi )
89 python? ( ${PYTHON_DEPS} )