Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/afterstep/
Date: Thu, 04 Jan 2018 13:24:00
Message-Id: 1515072231.47245d95347b31f91fec8eaa7838f593cef5b8a7.polynomial-c@gentoo
1 commit: 47245d95347b31f91fec8eaa7838f593cef5b8a7
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 13:23:35 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 13:23:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47245d95
7
8 x11-wm/afterstep: Added sys-libs/readline to RDEPEND.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-wm/afterstep/afterstep-2.2.12.ebuild | 33 ++++++++++++++++++--------------
13 1 file changed, 19 insertions(+), 14 deletions(-)
14
15 diff --git a/x11-wm/afterstep/afterstep-2.2.12.ebuild b/x11-wm/afterstep/afterstep-2.2.12.ebuild
16 index d09d8688884..00b9f27fb2f 100644
17 --- a/x11-wm/afterstep/afterstep-2.2.12.ebuild
18 +++ b/x11-wm/afterstep/afterstep-2.2.12.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,15 +14,9 @@ SLOT="0"
26 KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
27 IUSE="alsa debug dbus gif gtk jpeg cpu_flags_x86_mmx nls png svg tiff xinerama"
28
29 -RDEPEND="media-libs/freetype
30 - alsa? ( media-libs/alsa-lib )
31 - dbus? ( sys-apps/dbus )
32 - jpeg? ( virtual/jpeg:= )
33 - gif? ( >=media-libs/giflib-4.1.0 )
34 - gtk? ( x11-libs/gtk+:2 )
35 - png? ( media-libs/libpng:0= )
36 - svg? ( gnome-base/librsvg:2 )
37 - tiff? ( media-libs/tiff:0 )
38 +RDEPEND="
39 + media-libs/freetype
40 + sys-libs/readline:0=
41 x11-libs/libICE
42 x11-libs/libXext
43 x11-libs/libSM
44 @@ -31,14 +25,25 @@ RDEPEND="media-libs/freetype
45 x11-libs/libX11
46 x11-libs/libXpm
47 x11-libs/libXrender
48 - xinerama? ( x11-libs/libXinerama )"
49 -DEPEND="${RDEPEND}
50 + alsa? ( media-libs/alsa-lib )
51 + dbus? ( sys-apps/dbus )
52 + jpeg? ( virtual/jpeg:= )
53 + gif? ( >=media-libs/giflib-4.1.0 )
54 + gtk? ( x11-libs/gtk+:2 )
55 + png? ( media-libs/libpng:0= )
56 + svg? ( gnome-base/librsvg:2 )
57 + tiff? ( media-libs/tiff:0 )
58 + xinerama? ( x11-libs/libXinerama )
59 +"
60 +DEPEND="
61 + ${RDEPEND}
62 !!media-libs/libafterimage
63 x11-proto/xextproto
64 x11-proto/xproto
65 - xinerama? ( x11-proto/xineramaproto )"
66 + xinerama? ( x11-proto/xineramaproto )
67 +"
68
69 -S=${WORKDIR}/${PN}-devel-${PV}
70 +S="${WORKDIR}/${PN}-devel-${PV}"
71
72 src_prepare() {
73 sed -i -e '/^install:/s:install.alternative ::' Makefile.in || die