Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/
Date: Wed, 24 Jan 2018 22:52:12
Message-Id: 1516834315.4f4f05f39da544a76e35c3d4091ec243a2bd4edd.asturm@gentoo
1 commit: 4f4f05f39da544a76e35c3d4091ec243a2bd4edd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 24 22:48:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 24 22:51:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4f05f3
7
8 dev-libs/starpu: Drop USE qt4
9
10 Bug: https://bugs.gentoo.org/553164
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 dev-libs/starpu/starpu-1.1.5-r1.ebuild | 12 ++++--------
14 dev-libs/starpu/starpu-1.1.5.ebuild | 12 ++++--------
15 2 files changed, 8 insertions(+), 16 deletions(-)
16
17 diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
18 index f6b978c34f0..c6fda9dd478 100644
19 --- a/dev-libs/starpu/starpu-1.1.5-r1.ebuild
20 +++ b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,7 +16,7 @@ SLOT="0/8"
28 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
29
30 IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
31 - qt4 static-libs test"
32 + static-libs test"
33
34 RDEPEND="
35 sys-apps/hwloc:0=
36 @@ -28,11 +28,7 @@ RDEPEND="
37 fftw? ( sci-libs/fftw:3.0= )
38 mpi? ( virtual/mpi )
39 opencl? ( virtual/opencl )
40 - opengl? ( media-libs/freeglut:0= )
41 - qt4? ( >=dev-qt/qtgui-4.7:4
42 - >=dev-qt/qtopengl-4.7:4
43 - >=dev-qt/qtsql-4.7:4
44 - x11-libs/qwt:5 )"
45 + opengl? ( media-libs/freeglut:0= )"
46
47 DEPEND="${RDEPEND}
48 virtual/pkgconfig
49 @@ -53,6 +49,7 @@ src_configure() {
50
51 econf \
52 --disable-build-examples \
53 + --disable-starpu-top \
54 $(use_enable cuda) \
55 $(use_enable debug) \
56 $(use_enable doc build-doc) \
57 @@ -60,7 +57,6 @@ src_configure() {
58 $(use_enable gcc-plugin gcc-extensions) \
59 $(use_enable opencl) \
60 $(use_enable opengl opengl-render) \
61 - $(use_enable qt4 starpu-top) \
62 $(use_enable static-libs static) \
63 $(use_with mpi mpicc "$(type -P mpicc)") \
64 $(use cuda && use_enable blas magma) \
65
66 diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild b/dev-libs/starpu/starpu-1.1.5.ebuild
67 index 420f6f28d9b..ce3ab4e9051 100644
68 --- a/dev-libs/starpu/starpu-1.1.5.ebuild
69 +++ b/dev-libs/starpu/starpu-1.1.5.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=5
76 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
77 SLOT="0"
78 KEYWORDS="~alpha amd64 ~x86 ~amd64-linux ~x86-linux"
79
80 -IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
81 +IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
82 static-libs test"
83
84 RDEPEND="
85 @@ -29,11 +29,7 @@ RDEPEND="
86 fftw? ( sci-libs/fftw:3.0= )
87 mpi? ( virtual/mpi )
88 opencl? ( virtual/opencl )
89 - opengl? ( media-libs/freeglut:0= )
90 - qt4? ( >=dev-qt/qtgui-4.7:4
91 - >=dev-qt/qtopengl-4.7:4
92 - >=dev-qt/qtsql-4.7:4
93 - x11-libs/qwt:5 )"
94 + opengl? ( media-libs/freeglut:0= )"
95
96 DEPEND="${RDEPEND}
97 virtual/pkgconfig
98 @@ -53,6 +49,7 @@ src_configure() {
99
100 local myeconfargs=(
101 --disable-build-examples
102 + --disable-starpu-top
103 $(use_enable cuda)
104 $(use_enable debug)
105 $(use_enable doc build-doc)
106 @@ -60,7 +57,6 @@ src_configure() {
107 $(use_enable gcc-plugin gcc-extensions)
108 $(use_enable opencl)
109 $(use_enable opengl opengl-render)
110 - $(use_enable qt4 starpu-top)
111 $(use_with mpi mpicc "$(type -P mpicc)")
112 $(use cuda && use_enable blas magma)
113 $(use mpi && use_enable test mpi-check)