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/xf86-video-ati: ChangeLog xf86-video-ati-6.13.2.ebuild
Date: Tue, 28 Sep 2010 09:49:38
Message-Id: 20100928094931.0BE1720051@flycatcher.gentoo.org
1 scarabeus 10/09/28 09:49:30
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.13.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.124 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.124&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.124&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.123&r2=1.124
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
20 retrieving revision 1.123
21 retrieving revision 1.124
22 diff -u -r1.123 -r1.124
23 --- ChangeLog 19 Sep 2010 20:01:01 -0000 1.123
24 +++ ChangeLog 28 Sep 2010 09:49:30 -0000 1.124
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-ati
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.123 2010/09/19 20:01:01 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.124 2010/09/28 09:49:30 scarabeus Exp $
30 +
31 +*xf86-video-ati-6.13.2 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
34 + +xf86-video-ati-6.13.2.ebuild:
35 + Version bump.
36
37 19 Sep 2010; Raúl Porcel <armin76@g.o>
38 xf86-video-ati-6.13.1.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.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.13.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-ati-6.13.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.13.2.ebuild,v 1.1 2010/09/28 09:49:30 scarabeus Exp $
52
53 EAPI=3
54 inherit xorg-2
55
56 DESCRIPTION="ATI video driver"
57
58 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]"
62 DEPEND="${RDEPEND}
63 >=x11-libs/libdrm-2.4.17
64 x11-proto/fontsproto
65 x11-proto/glproto
66 x11-proto/randrproto
67 x11-proto/videoproto
68 x11-proto/xextproto
69 x11-proto/xf86driproto
70 x11-proto/xf86miscproto
71 x11-proto/xproto"
72
73 pkg_setup() {
74 xorg-2_pkg_setup
75 CONFIGURE_OPTIONS="
76 --enable-dri
77 --enable-kms
78 "
79 }