Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@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.14.3.ebuild
Date: Wed, 02 Nov 2011 22:09:32
Message-Id: 20111102220916.A415A2004B@flycatcher.gentoo.org
1 chithanh 11/11/02 22:09:16
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.14.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.157 x11-drivers/xf86-video-ati/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.157&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.157&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.156&r2=1.157
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
20 retrieving revision 1.156
21 retrieving revision 1.157
22 diff -u -r1.156 -r1.157
23 --- ChangeLog 30 Jul 2011 10:48:00 -0000 1.156
24 +++ ChangeLog 2 Nov 2011 22:09:16 -0000 1.157
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-ati
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.156 2011/07/30 10:48:00 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.157 2011/11/02 22:09:16 chithanh Exp $
30 +
31 +*xf86-video-ati-6.14.3 (02 Nov 2011)
32 +
33 + 02 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-video-ati-6.14.3.ebuild:
35 + Version bump.
36
37 30 Jul 2011; Raúl Porcel <armin76@g.o> xf86-video-ati-6.14.2.ebuild:
38 alpha/ia64/sparc stable wrt #371857
39
40
41
42 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-ati-6.14.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.1 2011/11/02 22:09:16 chithanh Exp $
52
53 EAPI=4
54
55 XORG_DRI=always
56 inherit xorg-2
57
58 DESCRIPTION="ATI video driver"
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND="x11-libs/libdrm[video_cards_radeon]"
64 DEPEND="${RDEPEND}"
65
66 pkg_setup() {
67 xorg-2_pkg_setup
68 XORG_CONFIGURE_OPTIONS=(
69 --enable-dri
70 --enable-kms
71 --enable-exa
72 )
73 }