Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmakerconf/
Date: Sun, 03 Mar 2019 23:54:53
Message-Id: 1551657267.fb2949ada239c63120239da89fa235eab98c6552.voyageur@gentoo
1 commit: fb2949ada239c63120239da89fa235eab98c6552
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 23:54:27 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 23:54:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2949ad
7
8 x11-misc/wmakerconf: drop imlib support
9
10 This was an alternative to using libwraster, and imlib-1 is dead
11
12 Closes: https://bugs.gentoo.org/678912
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild | 9 +++------
17 1 file changed, 3 insertions(+), 6 deletions(-)
18
19 diff --git a/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
20 index dce5d2c3bcf..57ed8fa294b 100644
21 --- a/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
22 +++ b/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -10,11 +10,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
33 -IUSE="imlib nls perl"
34 +IUSE="nls perl"
35
36 RDEPEND="x11-libs/gtk+:2
37 >=x11-wm/windowmaker-0.95.2
38 - imlib? ( media-libs/imlib )
39 perl? ( dev-lang/perl
40 dev-perl/HTML-Parser
41 || ( dev-perl/libwww-perl
42 @@ -36,10 +35,8 @@ src_prepare() {
43 }
44
45 src_configure() {
46 - local myconf
47 - use imlib || myconf="--disable-imlibtest"
48 -
49 econf \
50 + --disable-imlibtest \
51 $(use_enable perl upgrade) \
52 $(use_enable nls) \
53 ${myconf}