Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
Date: Sat, 01 Jul 2017 15:56:53
Message-Id: 1498924593.3dd42bafe44025543bb564354356ebfcba72645a.asturm@gentoo
1 commit: 3dd42bafe44025543bb564354356ebfcba72645a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 14:55:21 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 15:56:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd42baf
7
8 sci-visualization/gwyddion: Drop USE=kde
9
10 It only builds obsolete kdelibs4-based thumbnailers.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 sci-visualization/gwyddion/gwyddion-2.44.ebuild | 7 +++----
15 sci-visualization/gwyddion/gwyddion-2.47.ebuild | 7 +++----
16 2 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
19 index 743ed36eb48..98103e3b4bb 100644
20 --- a/sci-visualization/gwyddion/gwyddion-2.44.ebuild
21 +++ b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
22 @@ -15,7 +15,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
26 -IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
27 +IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
28
29 RDEPEND="
30 media-libs/libpng:0
31 @@ -26,7 +26,6 @@ RDEPEND="
32 fits? ( sci-libs/cfitsio )
33 fftw? ( sci-libs/fftw:3.0 )
34 gnome? ( gnome-base/gconf:2 )
35 - kde? ( kde-frameworks/kdelibs:4 )
36 opengl? ( virtual/opengl x11-libs/gtkglext )
37 perl? ( dev-lang/perl )
38 python? (
39 @@ -53,6 +52,7 @@ pkg_setup() {
40 src_configure() {
41 local myeconfargs=(
42 --disable-rpath
43 + --without-kde4-thumbnailer
44 $(use_enable doc gtk-doc)
45 $(use_enable nls)
46 $(use_enable python pygwy)
47 @@ -61,11 +61,10 @@ src_configure() {
48 $(use_with python)
49 $(use_with ruby)
50 $(use_with fftw fftw3)
51 - $(use_with opengl gl) \
52 + $(use_with opengl gl)
53 $(use_with sourceview gtksourceview)
54 $(use_with xml libxml2)
55 $(use_with X x)
56 - $(use_with kde kde4-thumbnailer)
57 )
58 autotools-utils_src_configure
59 }
60
61 diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
62 index 0e8c461113e..cc4509980eb 100644
63 --- a/sci-visualization/gwyddion/gwyddion-2.47.ebuild
64 +++ b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
65 @@ -14,7 +14,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 -IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
70 +IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
71
72 RDEPEND="
73 media-libs/libpng:0=
74 @@ -25,7 +25,6 @@ RDEPEND="
75 fits? ( sci-libs/cfitsio )
76 fftw? ( sci-libs/fftw:3.0= )
77 gnome? ( gnome-base/gconf:2 )
78 - kde? ( kde-frameworks/kdelibs:4 )
79 opengl? ( virtual/opengl x11-libs/gtkglext )
80 perl? ( dev-lang/perl:= )
81 python? (
82 @@ -50,6 +49,7 @@ pkg_setup() {
83 src_configure() {
84 econf \
85 --disable-rpath \
86 + --without-kde4-thumbnailer \
87 $(use_enable doc gtk-doc) \
88 $(use_enable nls) \
89 $(use_enable python pygwy) \
90 @@ -61,8 +61,7 @@ src_configure() {
91 $(use_with opengl gl) \
92 $(use_with sourceview gtksourceview) \
93 $(use_with xml libxml2) \
94 - $(use_with X x) \
95 - $(use_with kde kde4-thumbnailer)
96 + $(use_with X x)
97 }
98
99 src_install() {