Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/
Date: Sat, 14 Oct 2017 15:13:10
Message-Id: 1507993575.17961ffa4f36a2f0d28ecdf78420bfde1ecc4149.asturm@gentoo
1 commit: 17961ffa4f36a2f0d28ecdf78420bfde1ecc4149
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 12:39:38 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 15:06:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17961ffa
7
8 x11-misc/fraqtive: Drop USE=qt5
9
10 Gentoo-bug: 631884
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 23 ++++++-----------------
14 1 file changed, 6 insertions(+), 17 deletions(-)
15
16 diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
17 index 5c0a787ab56..a97d45c95d5 100644
18 --- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
19 +++ b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
20 @@ -5,25 +5,18 @@ EAPI=5
21 inherit eutils gnome2-utils qmake-utils toolchain-funcs
22
23 DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals"
24 -HOMEPAGE="http://fraqtive.mimec.org/"
25 +HOMEPAGE="https://fraqtive.mimec.org/"
26 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="qt5 cpu_flags_x86_sse2"
32 +IUSE="cpu_flags_x86_sse2"
33
34 RDEPEND="
35 - !qt5? (
36 - dev-qt/qtcore:4
37 - dev-qt/qtgui:4
38 - dev-qt/qtopengl:4
39 - )
40 - qt5? (
41 - dev-qt/qtcore:5
42 - dev-qt/qtgui:5
43 - dev-qt/qtopengl:5
44 - )
45 + dev-qt/qtcore:5
46 + dev-qt/qtgui:5
47 + dev-qt/qtopengl:5
48 virtual/glu
49 "
50 DEPEND="
51 @@ -49,11 +42,7 @@ src_configure() {
52 # Don't strip wrt #252096
53 echo "QMAKE_STRIP =" >> "${S}"/config.pri
54
55 - if use qt5; then
56 - eqmake5
57 - else
58 - eqmake4
59 - fi
60 + eqmake5
61 }
62
63 src_install() {