Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-xgi: xf86-video-xgi-1.5.0.ebuild ChangeLog
Date: Mon, 22 Oct 2007 16:49:50
Message-Id: E1Ik0TK-0003X2-2O@stork.gentoo.org
1 lu_zero 07/10/22 16:49:46
2
3 Modified: xf86-video-xgi-1.5.0.ebuild ChangeLog
4 Log:
5 Endian fix
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.2 x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xf86-video-xgi-1.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xf86-video-xgi-1.5.0.ebuild 8 Sep 2007 08:29:26 -0000 1.1
22 +++ xf86-video-xgi-1.5.0.ebuild 22 Oct 2007 16:49:45 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v 1.1 2007/09/08 08:29:26 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v 1.2 2007/10/22 16:49:45 lu_zero Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -9,8 +9,10 @@
32 inherit x-modular
33
34 DESCRIPTION="XGI video driver"
35 -KEYWORDS="~x86"
36 +KEYWORDS="~x86 ~ppc ~ppc64"
37 RDEPEND=">=x11-base/xorg-server-1.0.99"
38 +SRC_URI="${SRC_URI}
39 + mirror://gentoo/${P}-bigendian.patch"
40 DEPEND="${RDEPEND}
41 x11-proto/fontsproto
42 x11-proto/randrproto
43 @@ -19,3 +21,9 @@
44 x11-proto/xextproto
45 x11-proto/xf86dgaproto
46 x11-proto/xproto"
47 +
48 +src_unpack() {
49 + unpack ${A}
50 + cd "${S}"
51 + epatch "${DISTDIR}/${P}-bigendian.patch"
52 +}
53
54
55
56 1.2 x11-drivers/xf86-video-xgi/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 8 Sep 2007 08:29:26 -0000 1.1
69 +++ ChangeLog 22 Oct 2007 16:49:45 -0000 1.2
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-drivers/xf86-video-xgi
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog,v 1.1 2007/09/08 08:29:26 dberkholz Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/ChangeLog,v 1.2 2007/10/22 16:49:45 lu_zero Exp $
75 +
76 + 22 Oct 2007; Luca Barbato <lu_zero@g.o> xf86-video-xgi-1.5.0.ebuild:
77 + Fix endianess issues and add ~ppc and ~ppc64 keywords
78
79 *xf86-video-xgi-1.5.0 (08 Sep 2007)
80
81
82
83
84 --
85 gentoo-commits@g.o mailing list