Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-sis: ChangeLog xf86-video-sis-0.9.4.ebuild
Date: Sat, 01 Dec 2007 20:49:40
Message-Id: E1IyYpV-0007KT-3U@stork.gentoo.org
1 dberkholz 07/12/01 20:20:49
2
3 Modified: ChangeLog
4 Added: xf86-video-sis-0.9.4.ebuild
5 Log:
6 (#167256, #189456) Bump. Should fix DRI.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.30 x11-drivers/xf86-video-sis/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 9 Sep 2007 15:46:25 -0000 1.29
23 +++ ChangeLog 1 Dec 2007 20:20:48 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-drivers/xf86-video-sis
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.29 2007/09/09 15:46:25 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.30 2007/12/01 20:20:48 dberkholz Exp $
29 +
30 +*xf86-video-sis-0.9.4 (01 Dec 2007)
31 +
32 + 01 Dec 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-video-sis-0.9.4.ebuild:
34 + (#167256, #189456) Bump. Should fix DRI.
35
36 09 Sep 2007; Raúl Porcel <armin76@g.o>
37 xf86-video-sis-0.9.3.ebuild:
38
39
40
41 1.1 x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-video-sis-0.9.4.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild,v 1.1 2007/12/01 20:20:48 dberkholz Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54 XDPVER=4
55
56 inherit x-modular
57
58 DESCRIPTION="SiS and XGI video driver"
59 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sh ~x86 ~x86-fbsd"
60 IUSE="dri"
61 RDEPEND=">=x11-base/xorg-server-1.0.99"
62 DEPEND="${RDEPEND}
63 x11-proto/fontsproto
64 x11-proto/randrproto
65 x11-proto/renderproto
66 x11-proto/videoproto
67 x11-proto/xextproto
68 x11-proto/xf86dgaproto
69 x11-proto/xf86miscproto
70 x11-proto/xineramaproto
71 x11-proto/xproto
72 dri? ( x11-proto/xf86driproto
73 >=x11-libs/libdrm-2 )"
74
75 CONFIGURE_OPTIONS="$(use_enable dri)"
76
77 pkg_setup() {
78 if use dri && ! built_with_use x11-base/xorg-server dri; then
79 die "Build x11-base/xorg-server with USE=dri."
80 fi
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list