Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/
Date: Fri, 10 Sep 2021 20:25:42
Message-Id: 1631305403.245e97058e24f159142d6416768fbd09566cba29.mattst88@gentoo
1 commit: 245e97058e24f159142d6416768fbd09566cba29
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 20:23:19 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 20:23:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245e9705
7
8 x11-base/xorg-server: Remove IUSE=dmx
9
10 Removed upstream by commit b3b81c8c2090 ("Drop DMX DDX").
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-base/xorg-server/xorg-server-9999.ebuild | 25 +------------------------
15 1 file changed, 1 insertion(+), 24 deletions(-)
16
17 diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild
18 index 6bc0b2004a0..428f4355da4 100644
19 --- a/x11-base/xorg-server/xorg-server-9999.ebuild
20 +++ b/x11-base/xorg-server/xorg-server-9999.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} != 9999* ]]; then
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
23 fi
24
25 -IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
26 +IUSE_SERVERS="kdrive xephyr xnest xorg xvfb"
27 IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test +udev unwind xcsecurity"
28 RESTRICT="!test? ( test )"
29
30 @@ -36,19 +36,6 @@ CDEPEND="
31 >=x11-libs/pixman-0.27.2
32 >=x11-misc/xbitmaps-1.0.1
33 >=x11-misc/xkeyboard-config-2.4.1-r3
34 - dmx? (
35 - x11-libs/libXt
36 - >=x11-libs/libdmx-1.0.99.1
37 - >=x11-libs/libX11-1.1.5
38 - >=x11-libs/libXaw-1.0.4
39 - >=x11-libs/libXext-1.0.99.4
40 - >=x11-libs/libXfixes-5.0
41 - >=x11-libs/libXi-1.2.99.1
42 - >=x11-libs/libXmu-1.0.3
43 - x11-libs/libXrender
44 - >=x11-libs/libXres-1.0.3
45 - >=x11-libs/libXtst-1.0.99.2
46 - )
47 kdrive? (
48 >=x11-libs/libXext-1.0.5
49 x11-libs/libXv
50 @@ -84,15 +71,6 @@ CDEPEND="
51 DEPEND="${CDEPEND}
52 >=x11-base/xorg-proto-2021.4.99.2
53 >=x11-libs/xtrans-1.3.5
54 - dmx? (
55 - doc? (
56 - || (
57 - www-client/links
58 - www-client/lynx
59 - www-client/w3m
60 - )
61 - )
62 - )
63 "
64 RDEPEND="${CDEPEND}
65 !systemd? ( gui-libs/display-manager-init )
66 @@ -130,7 +108,6 @@ src_configure() {
67 local XORG_CONFIGURE_OPTIONS=(
68 $(use_enable ipv6)
69 $(use_enable debug)
70 - $(use_enable dmx)
71 $(use_enable kdrive)
72 $(use_enable test unit-tests)
73 $(use_enable unwind libunwind)