Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-glint: xf86-video-glint-1.2.2.ebuild ChangeLog xf86-video-glint-1.1.1.ebuild xf86-video-glint-1.2.1.ebuild xf86-video-glint-1.2.0.ebuild
Date: Mon, 04 May 2009 16:30:03
Message-Id: E1M113I-00020a-Hl@stork.gentoo.org
1 ssuominen 09/05/04 16:30:00
2
3 Modified: xf86-video-glint-1.2.2.ebuild ChangeLog
4 xf86-video-glint-1.1.1.ebuild
5 xf86-video-glint-1.2.1.ebuild
6 xf86-video-glint-1.2.0.ebuild
7 Log:
8 Move use_ functions out of global scope.
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild?r1=1.6&r2=1.7
17
18 Index: xf86-video-glint-1.2.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- xf86-video-glint-1.2.2.ebuild 15 Apr 2009 15:47:29 -0000 1.6
25 +++ xf86-video-glint-1.2.2.ebuild 4 May 2009 16:30:00 -0000 1.7
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild,v 1.6 2009/04/15 15:47:29 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.2.ebuild,v 1.7 2009/05/04 16:30:00 ssuominen Exp $
31
32 # Must be before x-modular eclass is inherited
33 #SNAPSHOT="yes"
34 @@ -24,4 +24,6 @@
35 >=x11-libs/libdrm-2
36 x11-proto/glproto )"
37
38 -CONFIGURE_OPTIONS="$(use_enable dri)"
39 +pkg_setup() {
40 + CONFIGURE_OPTIONS="$(use_enable dri)"
41 +}
42
43
44
45 1.38 x11-drivers/xf86-video-glint/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog?rev=1.38&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog?rev=1.38&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog?r1=1.37&r2=1.38
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v
54 retrieving revision 1.37
55 retrieving revision 1.38
56 diff -u -r1.37 -r1.38
57 --- ChangeLog 15 Apr 2009 15:47:29 -0000 1.37
58 +++ ChangeLog 4 May 2009 16:30:00 -0000 1.38
59 @@ -1,6 +1,11 @@
60 # ChangeLog for x11-drivers/xf86-video-glint
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.37 2009/04/15 15:47:29 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.38 2009/05/04 16:30:00 ssuominen Exp $
64 +
65 + 04 May 2009; Samuli Suominen <ssuominen@g.o>
66 + xf86-video-glint-1.1.1.ebuild, xf86-video-glint-1.2.0.ebuild,
67 + xf86-video-glint-1.2.1.ebuild, xf86-video-glint-1.2.2.ebuild:
68 + Move use_ functions out of global scope.
69
70 15 Apr 2009; Raúl Porcel <armin76@g.o>
71 xf86-video-glint-1.2.2.ebuild:
72
73
74
75 1.10 x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild?rev=1.10&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild?rev=1.10&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild?r1=1.9&r2=1.10
80
81 Index: xf86-video-glint-1.1.1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild,v
84 retrieving revision 1.9
85 retrieving revision 1.10
86 diff -u -r1.9 -r1.10
87 --- xf86-video-glint-1.1.1.ebuild 13 Mar 2009 15:33:11 -0000 1.9
88 +++ xf86-video-glint-1.1.1.ebuild 4 May 2009 16:30:00 -0000 1.10
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild,v 1.9 2009/03/13 15:33:11 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.1.1.ebuild,v 1.10 2009/05/04 16:30:00 ssuominen Exp $
94
95 # Must be before x-modular eclass is inherited
96 #SNAPSHOT="yes"
97 @@ -23,4 +23,6 @@
98 >=x11-libs/libdrm-2
99 x11-proto/glproto )"
100
101 -CONFIGURE_OPTIONS="$(use_enable dri)"
102 +pkg_setup() {
103 + CONFIGURE_OPTIONS="$(use_enable dri)"
104 +}
105
106
107
108 1.5 x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild?rev=1.5&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild?rev=1.5&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild?r1=1.4&r2=1.5
113
114 Index: xf86-video-glint-1.2.1.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild,v
117 retrieving revision 1.4
118 retrieving revision 1.5
119 diff -u -r1.4 -r1.5
120 --- xf86-video-glint-1.2.1.ebuild 6 Apr 2009 18:26:45 -0000 1.4
121 +++ xf86-video-glint-1.2.1.ebuild 4 May 2009 16:30:00 -0000 1.5
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2009 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild,v 1.4 2009/04/06 18:26:45 bluebird Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.1.ebuild,v 1.5 2009/05/04 16:30:00 ssuominen Exp $
127
128 # Must be before x-modular eclass is inherited
129 #SNAPSHOT="yes"
130 @@ -24,4 +24,6 @@
131 >=x11-libs/libdrm-2
132 x11-proto/glproto )"
133
134 -CONFIGURE_OPTIONS="$(use_enable dri)"
135 +pkg_setup() {
136 + CONFIGURE_OPTIONS="$(use_enable dri)"
137 +}
138
139
140
141 1.4 x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild?rev=1.4&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild?rev=1.4&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild?r1=1.3&r2=1.4
146
147 Index: xf86-video-glint-1.2.0.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild,v
150 retrieving revision 1.3
151 retrieving revision 1.4
152 diff -u -r1.3 -r1.4
153 --- xf86-video-glint-1.2.0.ebuild 13 Mar 2009 15:33:11 -0000 1.3
154 +++ xf86-video-glint-1.2.0.ebuild 4 May 2009 16:30:00 -0000 1.4
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2009 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild,v 1.3 2009/03/13 15:33:11 armin76 Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.0.ebuild,v 1.4 2009/05/04 16:30:00 ssuominen Exp $
160
161 # Must be before x-modular eclass is inherited
162 #SNAPSHOT="yes"
163 @@ -24,4 +24,6 @@
164 >=x11-libs/libdrm-2
165 x11-proto/glproto )"
166
167 -CONFIGURE_OPTIONS="$(use_enable dri)"
168 +pkg_setup() {
169 + CONFIGURE_OPTIONS="$(use_enable dri)"
170 +}