Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/, x11-base/xorg-server/, x11-libs/libXvMC/, x11-proto/glproto/
Date: Wed, 01 Apr 2015 18:50:35
Message-Id: 1427914207.2acd91ea6da44e0c40320371afa5493c8c3f39cc.mattst88@gentoo
1 commit: 2acd91ea6da44e0c40320371afa5493c8c3f39cc
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 1 18:50:07 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 18:50:07 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=2acd91ea
7
8 Update app-admin -> app-eselect.
9
10 media-libs/mesa/mesa-9999.ebuild | 8 ++++----
11 x11-base/xorg-server/xorg-server-9999.ebuild | 2 +-
12 x11-libs/libXvMC/libXvMC-9999.ebuild | 2 +-
13 x11-proto/glproto/glproto-9999.ebuild | 2 +-
14 4 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index c15dbd1..bc3aa0c 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -80,9 +80,9 @@ RDEPEND="
21 !<x11-base/xorg-server-1.7
22 !<=x11-proto/xf86driproto-2.0.3
23 abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
24 - classic? ( app-admin/eselect-mesa )
25 - gallium? ( app-admin/eselect-mesa )
26 - >=app-admin/eselect-opengl-1.3.0
27 + classic? ( app-eselect/eselect-mesa )
28 + gallium? ( app-eselect/eselect-mesa )
29 + >=app-eselect/eselect-opengl-1.3.0
30 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
31 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
32 gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
33 @@ -108,7 +108,7 @@ RDEPEND="
34 >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
35 )
36 opencl? (
37 - app-admin/eselect-opencl
38 + app-eselect/eselect-opencl
39 dev-libs/libclc
40 || (
41 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
42
43 diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild
44 index 013f205..22c83d8 100644
45 --- a/x11-base/xorg-server/xorg-server-9999.ebuild
46 +++ b/x11-base/xorg-server/xorg-server-9999.ebuild
47 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
48 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
49 IUSE="${IUSE_SERVERS} glamor ipv6 minimal nptl selinux +suid systemd tslib +udev unwind wayland"
50
51 -CDEPEND=">=app-admin/eselect-opengl-1.3.0
52 +CDEPEND=">=app-eselect/eselect-opengl-1.3.0
53 dev-libs/openssl
54 media-libs/freetype
55 >=x11-apps/iceauth-1.0.2
56
57 diff --git a/x11-libs/libXvMC/libXvMC-9999.ebuild b/x11-libs/libXvMC/libXvMC-9999.ebuild
58 index 878e4de..f2a36d7 100644
59 --- a/x11-libs/libXvMC/libXvMC-9999.ebuild
60 +++ b/x11-libs/libXvMC/libXvMC-9999.ebuild
61 @@ -18,4 +18,4 @@ RDEPEND=">=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
62 >=x11-proto/videoproto-2.3.1-r1:=[${MULTILIB_USEDEP}]
63 >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
64 DEPEND="${RDEPEND}"
65 -PDEPEND="app-admin/eselect-xvmc"
66 +PDEPEND="app-eselect/eselect-xvmc"
67
68 diff --git a/x11-proto/glproto/glproto-9999.ebuild b/x11-proto/glproto/glproto-9999.ebuild
69 index 6cae993..a25708b 100644
70 --- a/x11-proto/glproto/glproto-9999.ebuild
71 +++ b/x11-proto/glproto/glproto-9999.ebuild
72 @@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
73 LICENSE="SGI-B-2.0"
74 IUSE=""
75
76 -RDEPEND=">=app-admin/eselect-opengl-1.3.0"
77 +RDEPEND=">=app-eselect/eselect-opengl-1.3.0"
78 DEPEND=""
79
80 src_install() {