Gentoo Archives: gentoo-commits

From: "Bryan Stine (battousai)" <battousai@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-base/x11-drm: x11-drm-20070314.ebuild x11-drm-20071019.ebuild x11-drm-20080710.ebuild ChangeLog x11-drm-20060608-r1.ebuild x11-drm-20060608.ebuild
Date: Thu, 22 Jan 2009 23:19:10
Message-Id: E1LQ8pG-0005Iq-Qs@stork.gentoo.org
1 battousai 09/01/22 23:19:06
2
3 Modified: x11-drm-20070314.ebuild x11-drm-20071019.ebuild
4 x11-drm-20080710.ebuild ChangeLog
5 Removed: x11-drm-20060608-r1.ebuild x11-drm-20060608.ebuild
6 Log:
7 Bump to 20080710-0.5, with patch to fix bug #255956. Dropped 20060608 versions. Minor convention fix in all ebuilds.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 x11-base/x11-drm/x11-drm-20070314.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild?r1=1.13&r2=1.14
16
17 Index: x11-drm-20070314.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- x11-drm-20070314.ebuild 2 Nov 2008 00:02:58 -0000 1.13
24 +++ x11-drm-20070314.ebuild 22 Jan 2009 23:19:06 -0000 1.14
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
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-base/x11-drm/x11-drm-20070314.ebuild,v 1.13 2008/11/02 00:02:58 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild,v 1.14 2009/01/22 23:19:06 battousai Exp $
31
32 WANT_AUTOCONF="latest"
33 WANT_AUTOMAKE="1.7"
34 @@ -146,18 +146,18 @@
35 set_vidcards() {
36 if use kernel_linux; then
37 set_kvobj
38 - I810_VIDCARDS="i810.${KV_OBJ} i830.${KV_OBJ} i915.${KV_OBJ}"
39 + INTEL_VIDCARDS="i810.${KV_OBJ} i830.${KV_OBJ} i915.${KV_OBJ}"
40 elif use kernel_FreeBSD; then
41 KV_OBJ="ko"
42 # bsd does not have i810/i830, only i915:
43 - I810_VIDCARDS="i915.${KV_OBJ}"
44 + INTEL_VIDCARDS="i915.${KV_OBJ}"
45 fi
46
47 VIDCARDS=""
48
49 if [[ -n "${VIDEO_CARDS}" ]]; then
50 use video_cards_intel && \
51 - VIDCARDS="${VIDCARDS} ${I810_VIDCARDS}"
52 + VIDCARDS="${VIDCARDS} ${INTEL_VIDCARDS}"
53 use video_cards_mach64 && \
54 VIDCARDS="${VIDCARDS} mach64.${KV_OBJ}"
55 use video_cards_mga && \
56
57
58
59 1.6 x11-base/x11-drm/x11-drm-20071019.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild?rev=1.6&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild?rev=1.6&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild?r1=1.5&r2=1.6
64
65 Index: x11-drm-20071019.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild,v
68 retrieving revision 1.5
69 retrieving revision 1.6
70 diff -u -r1.5 -r1.6
71 --- x11-drm-20071019.ebuild 22 Oct 2008 16:12:49 -0000 1.5
72 +++ x11-drm-20071019.ebuild 22 Jan 2009 23:19:06 -0000 1.6
73 @@ -1,6 +1,6 @@
74 -# Copyright 1999-2008 Gentoo Foundation
75 +# Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild,v 1.5 2008/10/22 16:12:49 remi Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20071019.ebuild,v 1.6 2009/01/22 23:19:06 battousai Exp $
79
80 WANT_AUTOCONF="latest"
81 WANT_AUTOMAKE="1.7"
82 @@ -146,18 +146,18 @@
83 set_vidcards() {
84 if use kernel_linux; then
85 set_kvobj
86 - I810_VIDCARDS="i810.${KV_OBJ} i915.${KV_OBJ}"
87 + INTEL_VIDCARDS="i810.${KV_OBJ} i915.${KV_OBJ}"
88 elif use kernel_FreeBSD; then
89 KV_OBJ="ko"
90 # bsd does not have i810, only i915:
91 - I810_VIDCARDS="i915.${KV_OBJ}"
92 + INTEL_VIDCARDS="i915.${KV_OBJ}"
93 fi
94
95 VIDCARDS=""
96
97 if [[ -n "${VIDEO_CARDS}" ]]; then
98 use video_cards_intel && \
99 - VIDCARDS="${VIDCARDS} ${I810_VIDCARDS}"
100 + VIDCARDS="${VIDCARDS} ${INTEL_VIDCARDS}"
101 use video_cards_mach64 && \
102 VIDCARDS="${VIDCARDS} mach64.${KV_OBJ}"
103 use video_cards_mga && \
104
105
106
107 1.7 x11-base/x11-drm/x11-drm-20080710.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild?rev=1.7&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild?rev=1.7&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild?r1=1.6&r2=1.7
112
113 Index: x11-drm-20080710.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild,v
116 retrieving revision 1.6
117 retrieving revision 1.7
118 diff -u -r1.6 -r1.7
119 --- x11-drm-20080710.ebuild 22 Oct 2008 16:12:49 -0000 1.6
120 +++ x11-drm-20080710.ebuild 22 Jan 2009 23:19:06 -0000 1.7
121 @@ -1,6 +1,6 @@
122 -# Copyright 1999-2008 Gentoo Foundation
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-base/x11-drm/x11-drm-20080710.ebuild,v 1.6 2008/10/22 16:12:49 remi Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild,v 1.7 2009/01/22 23:19:06 battousai Exp $
127
128 WANT_AUTOCONF="latest"
129 WANT_AUTOMAKE="1.7"
130 @@ -27,7 +27,7 @@
131 RESTRICT="strip"
132
133 S="${WORKDIR}/drm"
134 -PATCHVER="0.4"
135 +PATCHVER="0.5"
136 PATCHDIR="${WORKDIR}/patch"
137 EXCLUDED="${WORKDIR}/excluded"
138
139 @@ -147,18 +147,18 @@
140 set_vidcards() {
141 if use kernel_linux; then
142 set_kvobj
143 - I810_VIDCARDS="i810.${KV_OBJ} i915.${KV_OBJ}"
144 + INTEL_VIDCARDS="i810.${KV_OBJ} i915.${KV_OBJ}"
145 elif use kernel_FreeBSD; then
146 KV_OBJ="ko"
147 # bsd does not have i810, only i915:
148 - I810_VIDCARDS="i915.${KV_OBJ}"
149 + INTEL_VIDCARDS="i915.${KV_OBJ}"
150 fi
151
152 VIDCARDS=""
153
154 if [[ -n "${VIDEO_CARDS}" ]]; then
155 use video_cards_intel && \
156 - VIDCARDS="${VIDCARDS} ${I810_VIDCARDS}"
157 + VIDCARDS="${VIDCARDS} ${INTEL_VIDCARDS}"
158 use video_cards_mach64 && \
159 VIDCARDS="${VIDCARDS} mach64.${KV_OBJ}"
160 use video_cards_mga && \
161
162
163
164 1.68 x11-base/x11-drm/ChangeLog
165
166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/ChangeLog?rev=1.68&view=markup
167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/ChangeLog?rev=1.68&content-type=text/plain
168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/x11-drm/ChangeLog?r1=1.67&r2=1.68
169
170 Index: ChangeLog
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v
173 retrieving revision 1.67
174 retrieving revision 1.68
175 diff -u -r1.67 -r1.68
176 --- ChangeLog 2 Nov 2008 00:02:58 -0000 1.67
177 +++ ChangeLog 22 Jan 2009 23:19:06 -0000 1.68
178 @@ -1,6 +1,13 @@
179 # ChangeLog for x11-base/x11-drm
180 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
181 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.67 2008/11/02 00:02:58 maekke Exp $
182 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
183 +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.68 2009/01/22 23:19:06 battousai Exp $
184 +
185 + 22 Jan 2009; Bryan D. Stine <battousai@g.o>
186 + -x11-drm-20060608.ebuild, -x11-drm-20060608-r1.ebuild,
187 + x11-drm-20070314.ebuild, x11-drm-20071019.ebuild, x11-drm-20080710.ebuild:
188 + Push 20080710 patchball 0.5, restoring compatibility with kernel 2.6.28.
189 + Dropped old 20060608 snapshot. Rename I810_VIDCARDS to INTEL_VIDCARDS for
190 + consistency. 20080710-0.5 fixes bug #255956.
191
192 02 Nov 2008; Markus Meier <maekke@g.o> x11-drm-20070314.ebuild:
193 amd64/x86 stable, bug #237876