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: xf86-video-ati-6.14.6.ebuild ChangeLog
Date: Thu, 05 Jul 2012 15:22:30
Message-Id: 20120705152219.5122D2004B@flycatcher.gentoo.org
1 chithanh 12/07/05 15:22:19
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.14.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.173 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.173&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.173&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.172&r2=1.173
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
20 retrieving revision 1.172
21 retrieving revision 1.173
22 diff -u -r1.172 -r1.173
23 --- ChangeLog 24 Jun 2012 19:05:06 -0000 1.172
24 +++ ChangeLog 5 Jul 2012 15:22:19 -0000 1.173
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-ati
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.172 2012/06/24 19:05:06 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.173 2012/07/05 15:22:19 chithanh Exp $
30 +
31 +*xf86-video-ati-6.14.6 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-video-ati-6.14.6.ebuild:
35 + Version bump.
36
37 24 Jun 2012; Agostino Sarubbo <ago@g.o>
38 xf86-video-ati-6.14.4-r1.ebuild:
39 @@ -869,4 +875,3 @@
40 08 Aug 2005; Donnie Berkholz <dberkholz@g.o>;
41 +xf86-video-ati-6.5.6.ebuild:
42 Initial commit for modular X.
43 -
44
45
46
47 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xf86-video-ati-6.14.6.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild,v 1.1 2012/07/05 15:22:19 chithanh Exp $
57
58 EAPI=4
59
60 XORG_DRI=always
61 inherit xorg-2
62
63 DESCRIPTION="ATI video driver"
64
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]"
69 DEPEND="${RDEPEND}"
70
71 pkg_setup() {
72 xorg-2_pkg_setup
73 XORG_CONFIGURE_OPTIONS=(
74 --enable-dri
75 --enable-kms
76 --enable-exa
77 )
78 }