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.11.0.ebuild
Date: Thu, 26 Feb 2009 07:53:10
Message-Id: E1Lcb3M-0007uG-A4@stork.gentoo.org
1 dberkholz 09/02/26 07:53:08
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.11.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 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.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 20 Feb 2009 11:13:52 -0000 1.73
23 +++ ChangeLog 26 Feb 2009 07:53:08 -0000 1.74
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-drivers/xf86-video-ati
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.73 2009/02/20 11:13:52 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.74 2009/02/26 07:53:08 dberkholz Exp $
29 +
30 +*xf86-video-ati-6.11.0 (26 Feb 2009)
31 +
32 + 26 Feb 2009; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-video-ati-6.11.0.ebuild:
34 + Version bump.
35
36 20 Feb 2009; RĂ©mi Cardona <remi@g.o>
37 xf86-video-ati-6.7.197.ebuild, xf86-video-ati-6.8.0.ebuild,
38
39
40
41 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-video-ati-6.11.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild,v 1.1 2009/02/26 07:53:08 dberkholz Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54
55 inherit x-modular eutils
56
57 DESCRIPTION="ATI video driver"
58
59 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="dri"
61
62 RDEPEND=">=x11-base/xorg-server-1.2"
63 DEPEND="${RDEPEND}
64 >=x11-misc/util-macros-1.1.3
65 x11-proto/fontsproto
66 x11-proto/randrproto
67 x11-proto/videoproto
68 x11-proto/xextproto
69 x11-proto/xineramaproto
70 x11-proto/xf86miscproto
71 x11-proto/xproto
72 dri? ( x11-proto/glproto
73 x11-proto/xf86driproto
74 >=x11-libs/libdrm-2 )"
75
76 CONFIGURE_OPTIONS="$(use_enable dri)"
77
78 PATCHES=""
79
80 pkg_postinst() {
81 x-modular_pkg_postinst
82
83 ewarn "If you have a mach64 or r128 video card, read this"
84 ewarn "The mach64 and r128 drivers moved to their own packages,"
85 ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
86 ewarn "automatically by xorg-server and you have one of these cards,"
87 ewarn "check your VIDEO_CARDS settings."
88 ebeep
89 epause
90 }