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-r128: xf86-video-r128-6.8.2-r1.ebuild ChangeLog xf86-video-r128-6.8.2.ebuild
Date: Mon, 11 Jun 2012 13:10:29
Message-Id: 20120611131015.51EF42004B@flycatcher.gentoo.org
1 scarabeus 12/06/11 13:10:15
2
3 Modified: ChangeLog
4 Added: xf86-video-r128-6.8.2-r1.ebuild
5 Removed: xf86-video-r128-6.8.2.ebuild
6 Log:
7 Revision bump to avoid accidental automagicness.
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.23 x11-drivers/xf86-video-r128/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?rev=1.23&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?rev=1.23&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog?r1=1.22&r2=1.23
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v
21 retrieving revision 1.22
22 retrieving revision 1.23
23 diff -u -r1.22 -r1.23
24 --- ChangeLog 16 May 2012 00:55:41 -0000 1.22
25 +++ ChangeLog 11 Jun 2012 13:10:15 -0000 1.23
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-drivers/xf86-video-r128
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.22 2012/05/16 00:55:41 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.23 2012/06/11 13:10:15 scarabeus Exp $
31 +
32 +*xf86-video-r128-6.8.2-r1 (11 Jun 2012)
33 +
34 + 11 Jun 2012; Tomáš Chvátal <scarabeus@g.o>
35 + +xf86-video-r128-6.8.2-r1.ebuild, -xf86-video-r128-6.8.2.ebuild:
36 + Revision bump to avoid accidental automagicness.
37
38 16 May 2012; Alexis Ballier <aballier@g.o>
39 xf86-video-r128-6.8.2.ebuild:
40
41
42
43 1.1 x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xf86-video-r128-6.8.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild,v 1.1 2012/06/11 13:10:15 scarabeus Exp $
53
54 EAPI=4
55 XORG_DRI=dri
56 inherit xorg-2
57
58 DESCRIPTION="ATI Rage128 video driver"
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
61 IUSE="dri"
62
63 RDEPEND=">=x11-base/xorg-server-1.2"
64 DEPEND="${RDEPEND}"
65
66 pkg_setup() {
67 XORG_CONFIGURE_OPTIONS=(
68 $(use_enable dri)
69 )
70 }