Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
Date: Sun, 26 Jan 2020 00:21:25
Message-Id: 1579998061.00c6e3b62b28d525f589f85d8649f832e229b70b.dilfridge@gentoo
1 commit: 00c6e3b62b28d525f589f85d8649f832e229b70b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 00:19:47 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 00:21:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c6e3b6
7
8 sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../gwyddion/{gwyddion-2.55.ebuild => gwyddion-2.55-r1.ebuild} | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-visualization/gwyddion/gwyddion-2.55.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
17 similarity index 91%
18 rename from sci-visualization/gwyddion/gwyddion-2.55.ebuild
19 rename to sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
20 index 38eb5f9eca4..7029da852fc 100644
21 --- a/sci-visualization/gwyddion/gwyddion-2.55.ebuild
22 +++ b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
24 LICENSE="GPL-2"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
27 -IUSE="doc fits gnome nls openexr opengl perl ruby sourceview xml X"
28 +IUSE="doc fits gnome nls openexr perl ruby sourceview xml X"
29
30 RDEPEND="
31 >=dev-libs/glib-2.32
32 @@ -26,7 +26,6 @@ RDEPEND="
33 fits? ( sci-libs/cfitsio )
34 gnome? ( gnome-base/gconf:2 )
35 openexr? ( media-libs/openexr:= )
36 - opengl? ( virtual/opengl x11-libs/gtkglext )
37 perl? ( dev-lang/perl:= )
38 ruby? ( dev-ruby/narray )
39 sourceview? ( x11-libs/gtksourceview:2.0 )
40 @@ -57,7 +56,7 @@ src_configure() {
41 $(use_with perl) \
42 --without-python \
43 $(use_with ruby) \
44 - $(use_with opengl gl) \
45 + --without-gl \
46 $(use_with openexr exr) \
47 $(use_with sourceview gtksourceview) \
48 $(use_with xml libxml2) \