Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-9.6.ebuild ChangeLog
Date: Sat, 27 Jun 2009 16:45:43
Message-Id: E1MKb25-00077R-TH@stork.gentoo.org
1 scarabeus 09/06/27 16:45:41
2
3 Modified: ati-drivers-9.6.ebuild ChangeLog
4 Log:
5 Add elog informations about supported video cards and also recomend other driver. Also move slot to 1 so user can still use x11-drivers/ati-drivers:0 in world set and for easier masking for blocking automatic update.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 x11-drivers/ati-drivers/ati-drivers-9.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild?r1=1.2&r2=1.3
14
15 Index: ati-drivers-9.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ati-drivers-9.6.ebuild 26 Jun 2009 12:53:26 -0000 1.2
22 +++ ati-drivers-9.6.ebuild 27 Jun 2009 16:45:41 -0000 1.3
23 @@ -1,39 +1,46 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild,v 1.2 2009/06/26 12:53:26 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild,v 1.3 2009/06/27 16:45:41 scarabeus Exp $
28 +
29 +EAPI="1"
30
31 IUSE="acpi debug"
32
33 inherit eutils multilib linux-mod toolchain-funcs versionator
34
35 -DESCRIPTION="Ati precompiled drivers for recent chipsets"
36 +DESCRIPTION="Ati precompiled drivers for r600 (HD Series) and newer chipsets"
37 HOMEPAGE="http://www.ati.com"
38 ATI_URL="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/"
39 SRC_URI="${ATI_URL}/ati-driver-installer-${PV/./-}-x86.x86_64.run"
40
41 LICENSE="AMD GPL-2 QPL-1.0 as-is"
42 KEYWORDS="~amd64 ~x86"
43 +SLOT="1"
44 +
45
46 # The portage dep is for COLON_SEPARATED support in env-update.
47 # The eselect dep (>=1.0.9) is for COLON_SEPARATED in eselect env update.
48 -RDEPEND=">=x11-base/xorg-server-1.5
49 +RDEPEND="
50 + !x11-drivers/ati-drivers:0
51 !x11-apps/ati-drivers-extra
52 >=app-admin/eselect-1.0.9
53 - app-admin/eselect-opengl
54 + >=app-admin/eselect-opengl-1.0.7
55 + >=sys-apps/portage-2.1.1-r1
56 sys-libs/libstdc++-v3
57 + >=x11-base/xorg-server-1.5
58 + x11-libs/libXrandr
59 amd64? ( app-emulation/emul-linux-x86-xlibs )
60 acpi? (
61 x11-apps/xauth
62 sys-power/acpid
63 )
64 - x11-libs/libXrandr
65 - >=sys-apps/portage-2.1.1-r1"
66 +"
67
68 DEPEND="${RDEPEND}
69 x11-proto/xf86miscproto
70 x11-proto/xf86vidmodeproto
71 x11-proto/inputproto
72 - !<x11-drivers/ati-drivers-8.552-r1"
73 +"
74
75 EMULTILIB_PKG="true"
76
77 @@ -123,6 +130,16 @@
78 PKG_LIBDIR=lib
79 ARCH_DIR="${S}/arch/x86"
80 fi
81 +
82 + elog
83 + elog "Please note that this driver supports only graphic cards based on"
84 + elog "r600 chipset and newer."
85 + elog "This represent the ATI Radeon HD series at this moment."
86 + elog
87 + elog "If your card is older then usage of ${CATEGORY}/xf86-video-ati"
88 + elog "as replacement is highly recommended. Rather than staying with"
89 + elog "Old versions of this driver."
90 + einfo
91 }
92
93 src_unpack() {
94
95
96
97 1.160 x11-drivers/ati-drivers/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.160&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.160&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.159&r2=1.160
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
106 retrieving revision 1.159
107 retrieving revision 1.160
108 diff -u -r1.159 -r1.160
109 --- ChangeLog 26 Jun 2009 12:53:26 -0000 1.159
110 +++ ChangeLog 27 Jun 2009 16:45:41 -0000 1.160
111 @@ -1,6 +1,13 @@
112 # ChangeLog for x11-drivers/ati-drivers
113 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.159 2009/06/26 12:53:26 scarabeus Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.160 2009/06/27 16:45:41 scarabeus Exp $
116 +
117 + 27 Jun 2009; Tomáš Chvátal <scarabeus@g.o>
118 + ati-drivers-9.6.ebuild:
119 + Add elog informations about supported video cards and also recomend other
120 + driver. Also move slot to 1 so user can still use
121 + x11-drivers/ati-drivers:0 in world set and for easier masking for blocking
122 + automatic update.
123
124 26 Jun 2009; Tomáš Chvátal <scarabeus@g.o>
125 ati-drivers-9.6.ebuild: