Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-mach64: ChangeLog xf86-video-mach64-6.8.2.ebuild
Date: Tue, 04 Aug 2009 09:28:24
Message-Id: E1MYGJh-0006YJ-3P@stork.gentoo.org
1 remi 09/08/04 09:28:21
2
3 Modified: ChangeLog
4 Added: xf86-video-mach64-6.8.2.ebuild
5 Log:
6 x11-drivers/xf86-video-mach64: bump to 6.8.2
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 x11-drivers/xf86-video-mach64/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 23 Jun 2009 20:03:09 -0000 1.10
23 +++ ChangeLog 4 Aug 2009 09:28:21 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-drivers/xf86-video-mach64
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.10 2009/06/23 20:03:09 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.11 2009/08/04 09:28:21 remi Exp $
29 +
30 +*xf86-video-mach64-6.8.2 (04 Aug 2009)
31 +
32 + 04 Aug 2009; RĂ©mi Cardona <remi@g.o>
33 + +xf86-video-mach64-6.8.2.ebuild:
34 + bump to 6.8.2
35
36 23 Jun 2009; Tobias Klausmann <klausman@g.o>
37 xf86-video-mach64-6.8.0.ebuild:
38
39
40
41 1.1 x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-video-mach64-6.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild,v 1.1 2009/08/04 09:28:21 remi Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54
55 inherit x-modular
56
57 DESCRIPTION="ATI Mach64 video driver"
58
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 LICENSE="xf86-video-ati"
61 IUSE="dri"
62
63 RDEPEND=">=x11-base/xorg-server-1.2
64 !<x11-drivers/xf86-video-ati-6.9"
65 DEPEND="${RDEPEND}
66 x11-proto/fontsproto
67 x11-proto/randrproto
68 x11-proto/videoproto
69 x11-proto/xextproto
70 x11-proto/xineramaproto
71 x11-proto/xf86miscproto
72 x11-proto/xproto
73 dri? ( x11-proto/glproto
74 x11-proto/xf86driproto
75 >=x11-libs/libdrm-2 )"
76
77 pkg_setup() {
78 CONFIGURE_OPTIONS="$(use_enable dri)"
79 }