summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-01 16:55:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-01 17:56:33 +0200
commit3dd42bafe44025543bb564354356ebfcba72645a (patch)
tree06884589c16e9a418aa94d2027b016f9b2a51bea
parentsci-geosciences/qgis: Drop old (diff)
downloadgentoo-3dd42baf.tar.gz
gentoo-3dd42baf.tar.bz2
gentoo-3dd42baf.zip
sci-visualization/gwyddion: Drop USE=kde
It only builds obsolete kdelibs4-based thumbnailers. Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.44.ebuild7
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.47.ebuild7
2 files changed, 6 insertions, 8 deletions
diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
index 743ed36eb48f..98103e3b4bb5 100644
--- a/sci-visualization/gwyddion/gwyddion-2.44.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
RDEPEND="
media-libs/libpng:0
@@ -26,7 +26,6 @@ RDEPEND="
fits? ( sci-libs/cfitsio )
fftw? ( sci-libs/fftw:3.0 )
gnome? ( gnome-base/gconf:2 )
- kde? ( kde-frameworks/kdelibs:4 )
opengl? ( virtual/opengl x11-libs/gtkglext )
perl? ( dev-lang/perl )
python? (
@@ -53,6 +52,7 @@ pkg_setup() {
src_configure() {
local myeconfargs=(
--disable-rpath
+ --without-kde4-thumbnailer
$(use_enable doc gtk-doc)
$(use_enable nls)
$(use_enable python pygwy)
@@ -61,11 +61,10 @@ src_configure() {
$(use_with python)
$(use_with ruby)
$(use_with fftw fftw3)
- $(use_with opengl gl) \
+ $(use_with opengl gl)
$(use_with sourceview gtksourceview)
$(use_with xml libxml2)
$(use_with X x)
- $(use_with kde kde4-thumbnailer)
)
autotools-utils_src_configure
}
diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
index 0e8c461113e1..cc4509980eb7 100644
--- a/sci-visualization/gwyddion/gwyddion-2.47.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
RDEPEND="
media-libs/libpng:0=
@@ -25,7 +25,6 @@ RDEPEND="
fits? ( sci-libs/cfitsio )
fftw? ( sci-libs/fftw:3.0= )
gnome? ( gnome-base/gconf:2 )
- kde? ( kde-frameworks/kdelibs:4 )
opengl? ( virtual/opengl x11-libs/gtkglext )
perl? ( dev-lang/perl:= )
python? (
@@ -50,6 +49,7 @@ pkg_setup() {
src_configure() {
econf \
--disable-rpath \
+ --without-kde4-thumbnailer \
$(use_enable doc gtk-doc) \
$(use_enable nls) \
$(use_enable python pygwy) \
@@ -61,8 +61,7 @@ src_configure() {
$(use_with opengl gl) \
$(use_with sourceview gtksourceview) \
$(use_with xml libxml2) \
- $(use_with X x) \
- $(use_with kde kde4-thumbnailer)
+ $(use_with X x)
}
src_install() {