From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88EF1139695 for ; Sat, 1 Jul 2017 15:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8D4727403B; Sat, 1 Jul 2017 15:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3F4227403B for ; Sat, 1 Jul 2017 15:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EC5F34188E for ; Sat, 1 Jul 2017 15:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23C78749E for ; Sat, 1 Jul 2017 15:56:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498924593.3dd42bafe44025543bb564354356ebfcba72645a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gwyddion/gwyddion-2.44.ebuild sci-visualization/gwyddion/gwyddion-2.47.ebuild X-VCS-Directories: sci-visualization/gwyddion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3dd42bafe44025543bb564354356ebfcba72645a X-VCS-Branch: master Date: Sat, 1 Jul 2017 15:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19b94a75-e671-4986-9c40-2a84716be50b X-Archives-Hash: 084146968860054d04f723a38922607a commit: 3dd42bafe44025543bb564354356ebfcba72645a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 1 14:55:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 1 15:56:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd42baf sci-visualization/gwyddion: Drop USE=kde It only builds obsolete kdelibs4-based thumbnailers. Package-Manager: Portage-2.3.6, Repoman-2.3.1 sci-visualization/gwyddion/gwyddion-2.44.ebuild | 7 +++---- sci-visualization/gwyddion/gwyddion-2.47.ebuild | 7 +++---- 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 743ed36eb48..98103e3b4bb 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 0e8c461113e..cc4509980eb 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() {