Gentoo Archives: gentoo-commits

From: Enrico Tagliavini <enrico.tagliavini@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/
Date: Sun, 20 Nov 2011 11:02:37
Message-Id: 157ef8682e70b0e42104206284fbfe48c1966bf1.Enrico@gentoo
1 commit: 157ef8682e70b0e42104206284fbfe48c1966bf1
2 Author: Enrico Tagliavini <enrico.tagliavini <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 20 11:02:09 2011 +0000
4 Commit: Enrico Tagliavini <enrico.tagliavini <AT> gmail <DOT> com>
5 CommitDate: Sun Nov 20 11:02:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=157ef868
7
8 {R,}DEPEND and elog fixes
9
10 ---
11 x11-drivers/ati-drivers/ati-drivers-11.11.ebuild | 13 ++++++++-----
12 x11-drivers/ati-drivers/metadata.xml | 2 +-
13 2 files changed, 9 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild
16 index f3489d6..5b8dd4d 100644
17 --- a/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild
18 +++ b/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild
19 @@ -33,7 +33,10 @@ RDEPEND="
20 x11-libs/libXinerama
21 x11-libs/libXrandr
22 x11-libs/libXrender
23 - multilib? ( app-emulation/emul-linux-x86-opengl )
24 + multilib? (
25 + app-emulation/emul-linux-x86-opengl
26 + app-emulation/emul-linux-x86-xlibs
27 + )
28 qt4? (
29 x11-libs/libICE
30 x11-libs/libSM
31 @@ -46,7 +49,6 @@ RDEPEND="
32 "
33
34 DEPEND="${RDEPEND}
35 - app-portage/portage-utils
36 x11-proto/inputproto
37 x11-proto/xf86miscproto
38 x11-proto/xf86vidmodeproto
39 @@ -264,9 +266,7 @@ pkg_setup() {
40 elog "r600 chipset and newer."
41 elog "This represent the ATI Radeon HD series at this moment."
42 elog
43 - elog "If your card is older then usage of ${CATEGORY}/xf86-video-ati"
44 - elog "as replacement is highly recommended. Rather than staying with"
45 - elog "old versions of this driver."
46 + elog "If your card is older then use ${CATEGORY}/xf86-video-ati"
47 elog "For migration informations please reffer to:"
48 elog "http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml"
49 einfo
50 @@ -569,6 +569,9 @@ pkg_postinst() {
51 elog "Fully rebooting the system after an ${PN} update is recommended"
52 elog "Stopping Xorg, reloading fglrx kernel module and restart Xorg"
53 elog "might not work"
54 + elog
55 + elog "Some cards need acpid running to handle events"
56 + elog "Please add it to boot runlevel with rc-update add acpid boot"
57
58 use modules && linux-mod_pkg_postinst
59 "${ROOT}"/usr/bin/eselect opengl set --use-old ati
60
61 diff --git a/x11-drivers/ati-drivers/metadata.xml b/x11-drivers/ati-drivers/metadata.xml
62 index a22c40e..1f3ffe4 100644
63 --- a/x11-drivers/ati-drivers/metadata.xml
64 +++ b/x11-drivers/ati-drivers/metadata.xml
65 @@ -20,7 +20,7 @@
66 </use>
67 <use>
68 <flag name='opencl'>
69 - Install OpenCL libraries
70 + Install OpenCL runtime libraries
71 </flag>
72 </use>
73 </pkgmetadata>