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: ball-1.4.2.ebuild ball-1.4.1-r1.ebuild ChangeLog
Date: Wed, 26 Mar 2014 11:20:48
Message-Id: 20140326112040.053A52004E@flycatcher.gentoo.org
1 jlec 14/03/26 11:20:39
2
3 Modified: ball-1.4.1-r1.ebuild ChangeLog
4 Added: ball-1.4.2.ebuild
5 Log:
6 sci-chemistry/ball: Version BUmp
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.7 sci-chemistry/ball/ball-1.4.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?r1=1.6&r2=1.7
16
17 Index: ball-1.4.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ball-1.4.1-r1.ebuild 5 Sep 2013 19:03:42 -0000 1.6
24 +++ ball-1.4.1-r1.ebuild 26 Mar 2014 11:20:39 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.6 2013/09/05 19:03:42 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.7 2014/03/26 11:20:39 jlec Exp $
31
32 EAPI=5
33
34 @@ -61,9 +61,7 @@
35 )
36
37 pkg_setup() {
38 - use python \
39 - && python_set_active_version 2 \
40 - && python_pkg_setup
41 + use python && python-single-r1_pkg_setup
42 }
43
44 src_configure() {
45
46
47
48 1.13 sci-chemistry/ball/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.13&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.13&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?r1=1.12&r2=1.13
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v
57 retrieving revision 1.12
58 retrieving revision 1.13
59 diff -u -r1.12 -r1.13
60 --- ChangeLog 5 Sep 2013 19:03:42 -0000 1.12
61 +++ ChangeLog 26 Mar 2014 11:20:39 -0000 1.13
62 @@ -1,6 +1,15 @@
63 # ChangeLog for sci-chemistry/ball
64 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.12 2013/09/05 19:03:42 mgorny Exp $
66 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.13 2014/03/26 11:20:39 jlec Exp $
68 +
69 +*ball-1.4.2 (26 Mar 2014)
70 +
71 + 26 Mar 2014; Justin Lecher <jlec@g.o> ball-1.4.1-r1.ebuild,
72 + +ball-1.4.2.ebuild,
73 + +files/ball-1.4.2-Fix-compilation-of-sipModularWidget.patch,
74 + +files/ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch,
75 + +files/ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch:
76 + Version BUmp
77
78 05 Sep 2013; Michał Górny <mgorny@g.o> ball-1.4.1-r1.ebuild:
79 Clean up PYTHON_COMPAT from old implementations.
80
81
82
83 1.1 sci-chemistry/ball/ball-1.4.2.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.1&content-type=text/plain
87
88 Index: ball-1.4.2.ebuild
89 ===================================================================
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild,v 1.1 2014/03/26 11:20:39 jlec Exp $
93
94 EAPI=5
95
96 PYTHON_COMPAT=( python{2_6,2_7} )
97
98 inherit cmake-utils python-single-r1
99
100 DESCRIPTION="Biochemical Algorithms Library"
101 HOMEPAGE="http://www.ball-project.org/"
102 SRC_URI="http://www.ball-project.org/Downloads/v${PV}/BALL-${PV}.tar.xz"
103
104 SLOT="0"
105 LICENSE="LGPL-2 GPL-3"
106 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
107 IUSE="cuda mpi +python sql test +threads +webkit"
108
109 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
110
111 RDEPEND="
112 dev-cpp/eigen:3
113 dev-libs/boost
114 dev-qt/qtcore:4
115 dev-qt/qtgui:4
116 dev-qt/qtopengl:4
117 dev-qt/qttest:4
118 dev-qt/qtwebkit:4
119 media-libs/glew
120 sci-libs/fftw:3.0[threads?]
121 sci-libs/gsl
122 sci-libs/libsvm
123 sci-mathematics/lpsolve
124 virtual/opengl
125 x11-libs/libX11
126 cuda? ( dev-util/nvidia-cuda-toolkit )
127 mpi? ( virtual/mpi )
128 python? ( ${PYTHON_DEPS} )
129 sql? ( dev-qt/qtsql:4 )
130 webkit? ( dev-qt/qtwebkit:4 )"
131 DEPEND="${RDEPEND}
132 dev-python/sip
133 sys-devel/bison
134 virtual/yacc"
135
136 S="${WORKDIR}"/BALL-${PV}
137
138 PATCHES=(
139 "${FILESDIR}"/${PN}-1.4.1-multilib.patch
140 "${FILESDIR}"/${PN}-1.4.1-missing-signed.patch
141 "${FILESDIR}"/${P}-PDBFile-Fix-compilation-with-gcc-4.8.patch
142 "${FILESDIR}"/${P}-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch
143 "${FILESDIR}"/${PN}-1.4.1-BondOrder.xml.patch
144 "${FILESDIR}"/${P}-Fix-compilation-of-sipModularWidget.patch
145 )
146
147 pkg_setup() {
148 use python && python-single-r1_pkg_setup
149 }
150
151 src_configure() {
152 local mycmakeargs=(
153 $(cmake-utils_use_use threads FFTW_THREADS)
154 $(cmake-utils_use cuda MT_ENABLE_CUDA)
155 $(cmake-utils_use mpi MT_ENABLE_MPI)
156 $(cmake-utils_use sql BALL_HAS_QTSQL)
157 $(cmake-utils_use_use webkit USE_QTWEBKIT)
158 $(cmake-utils_use python BALL_PYTHON_SUPPORT)
159 )
160 cmake-utils_src_configure
161 local i
162 for i in "${S}"/data/*; do
163 ln -sf "${i}" "${BUILD_DIR}"/source/TEST/ || die
164 ln -sf "${i}" "${S}"/source/TEST/ || die
165 done
166 }
167
168 src_compile() {
169 cmake-utils_src_compile
170 use test && cmake-utils_src_make build_tests
171 }