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-r128: xf86-video-r128-6.8.3.ebuild ChangeLog
Date: Thu, 05 Jul 2012 15:59:39
Message-Id: 20120705155929.3B1DF20047@flycatcher.gentoo.org
1 chithanh 12/07/05 15:59:29
2
3 Modified: ChangeLog
4 Added: xf86-video-r128-6.8.3.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.26 x11-drivers/xf86-video-r128/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 24 Jun 2012 19:11:59 -0000 1.25
24 +++ ChangeLog 5 Jul 2012 15:59:29 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-r128
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.25 2012/06/24 19:11:59 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.26 2012/07/05 15:59:29 chithanh Exp $
30 +
31 +*xf86-video-r128-6.8.3 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-video-r128-6.8.3.ebuild:
35 + Version bump.
36
37 24 Jun 2012; Agostino Sarubbo <ago@g.o>
38 xf86-video-r128-6.8.2-r1.ebuild:
39 @@ -106,4 +112,3 @@
40 +metadata.xml, +xf86-video-r128-6.8.0.ebuild:
41 New package: ATI Rage128 video driver, split off from xf86-video-ati
42 between 6.8.0 and 6.9.0.
43 -
44
45
46
47 1.1 x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xf86-video-r128-6.8.3.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-r128/xf86-video-r128-6.8.3.ebuild,v 1.1 2012/07/05 15:59:29 chithanh Exp $
57
58 EAPI=4
59 XORG_DRI=dri
60 inherit xorg-2
61
62 DESCRIPTION="ATI Rage128 video driver"
63
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
65 IUSE="dri"
66
67 RDEPEND=">=x11-base/xorg-server-1.2"
68 DEPEND="${RDEPEND}"
69
70 pkg_setup() {
71 XORG_CONFIGURE_OPTIONS=(
72 $(use_enable dri)
73 )
74 }