Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.7.195.ebuild
Date: Sat, 06 Oct 2007 01:03:44
Message-Id: E1Idxvt-0001x6-VM@stork.gentoo.org
1 dberkholz 07/10/06 00:54:17
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.7.195.ebuild
5 Log:
6 Bump. Fix single-CRTC cards; LVDS/RMX working OK again; Add pci-rework support for atimisc and radeon drivers, although the ebuild doesn't do anything special with this yet.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.54 x11-drivers/xf86-video-ati/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 24 Sep 2007 05:25:04 -0000 1.53
23 +++ ChangeLog 6 Oct 2007 00:54:17 -0000 1.54
24 @@ -1,6 +1,14 @@
25 # ChangeLog for x11-drivers/xf86-video-ati
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.53 2007/09/24 05:25:04 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.54 2007/10/06 00:54:17 dberkholz Exp $
29 +
30 +*xf86-video-ati-6.7.195 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-video-ati-6.7.195.ebuild:
34 + Bump. Fix single-CRTC cards; LVDS/RMX working OK again; Add pci-rework
35 + support for atimisc and radeon drivers, although the ebuild doesn't do
36 + anything special with this yet.
37
38 *xf86-video-ati-6.7.194 (24 Sep 2007)
39
40
41
42
43 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.7.195.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.195.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.195.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xf86-video-ati-6.7.195.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.195.ebuild,v 1.1 2007/10/06 00:54:17 dberkholz Exp $
53
54 # Must be before x-modular eclass is inherited
55 #SNAPSHOT="yes"
56 XDPVER=4
57
58 inherit x-modular
59
60 DESCRIPTION="ATI video driver"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="dri"
64
65 RDEPEND=">=x11-base/xorg-server-1.2"
66 DEPEND="${RDEPEND}
67 x11-proto/fontsproto
68 x11-proto/randrproto
69 x11-proto/videoproto
70 x11-proto/xextproto
71 x11-proto/xineramaproto
72 x11-proto/xf86miscproto
73 x11-proto/xproto
74 dri? ( x11-proto/glproto
75 x11-proto/xf86driproto
76 >=x11-libs/libdrm-2 )"
77
78 CONFIGURE_OPTIONS="$(use_enable dri)"
79
80 pkg_setup() {
81 if use dri && ! built_with_use x11-base/xorg-server dri; then
82 die "Build x11-base/xorg-server with USE=dri."
83 fi
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list