Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-2.6.30-r13.ebuild tuxonice-sources-2.6.31-r13.ebuild tuxonice-sources-2.6.33-r5.ebuild ChangeLog tuxonice-sources-2.6.34-r3.ebuild tuxonice-sources-2.6.32-r14.ebuild
Date: Tue, 31 Aug 2010 10:11:24
Message-Id: 20100831101121.A393120051@flycatcher.gentoo.org
1 nelchael 10/08/31 10:11:21
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.30-r13.ebuild
5 tuxonice-sources-2.6.31-r13.ebuild
6 tuxonice-sources-2.6.33-r5.ebuild
7 tuxonice-sources-2.6.34-r3.ebuild
8 tuxonice-sources-2.6.32-r14.ebuild
9 Log:
10 Version bump to TuxOnIce 3.2-rc1, bug #334787.
11 (Portage version: 2.1.8.3/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.95 sys-kernel/tuxonice-sources/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.95&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.95&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.94&r2=1.95
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
23 retrieving revision 1.94
24 retrieving revision 1.95
25 diff -u -r1.94 -r1.95
26 --- ChangeLog 31 Aug 2010 09:51:06 -0000 1.94
27 +++ ChangeLog 31 Aug 2010 10:11:21 -0000 1.95
28 @@ -1,6 +1,18 @@
29 # ChangeLog for sys-kernel/tuxonice-sources
30 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.94 2010/08/31 09:51:06 nelchael Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.95 2010/08/31 10:11:21 nelchael Exp $
33 +
34 +*tuxonice-sources-2.6.34-r3 (31 Aug 2010)
35 +*tuxonice-sources-2.6.33-r5 (31 Aug 2010)
36 +*tuxonice-sources-2.6.32-r14 (31 Aug 2010)
37 +*tuxonice-sources-2.6.31-r13 (31 Aug 2010)
38 +*tuxonice-sources-2.6.30-r13 (31 Aug 2010)
39 +
40 + 31 Aug 2010; Krzysztof Pawlik <nelchael@g.o>
41 + +tuxonice-sources-2.6.30-r13.ebuild, +tuxonice-sources-2.6.31-r13.ebuild,
42 + +tuxonice-sources-2.6.32-r14.ebuild, +tuxonice-sources-2.6.33-r5.ebuild,
43 + +tuxonice-sources-2.6.34-r3.ebuild:
44 + Version bump to TuxOnIce 3.2-rc1, bug #334787.
45
46 31 Aug 2010; Krzysztof Pawlik <nelchael@g.o>
47 tuxonice-sources-2.6.34.ebuild, tuxonice-sources-2.6.34-r1.ebuild,
48
49
50
51 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.30-r13.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.30-r13.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.30-r13.ebuild?rev=1.1&content-type=text/plain
55
56 Index: tuxonice-sources-2.6.30-r13.ebuild
57 ===================================================================
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.30-r13.ebuild,v 1.1 2010/08/31 10:11:21 nelchael Exp $
61
62 ETYPE="sources"
63 K_WANT_GENPATCHES="base extras"
64 K_GENPATCHES_VER="10"
65
66 inherit kernel-2
67 detect_version
68 detect_arch
69
70 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
71 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
72 IUSE=""
73
74 TUXONICE_SNAPSHOT=""
75 TUXONICE_VERSION="3.2-rc1"
76 TUXONICE_TARGET="2.6.30"
77
78 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
79 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
80 else
81 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
82 fi
83
84 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
85
86 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
87 UNIPATCH_STRICTORDER="yes"
88 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
89
90 KEYWORDS="~amd64 ~x86"
91
92 RDEPEND="${RDEPEND}
93 >=sys-apps/tuxonice-userui-1.0
94 >=sys-power/hibernate-script-2.0"
95
96 K_EXTRAELOG="If there are issues with this kernel, please direct any
97 queries to the tuxonice-users mailing list:
98 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
99 K_SECURITY_UNSUPPORTED="1"
100
101 pkg_postinst() {
102 kernel-2_pkg_postinst
103 einfo "For more info on this patchset, and how to report problems, see:"
104 einfo "${HOMEPAGE}"
105 }
106
107
108
109 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.31-r13.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.31-r13.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.31-r13.ebuild?rev=1.1&content-type=text/plain
113
114 Index: tuxonice-sources-2.6.31-r13.ebuild
115 ===================================================================
116 # Copyright 1999-2010 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.31-r13.ebuild,v 1.1 2010/08/31 10:11:21 nelchael Exp $
119
120 ETYPE="sources"
121 K_WANT_GENPATCHES="base extras"
122 K_GENPATCHES_VER="11"
123
124 inherit kernel-2
125 detect_version
126 detect_arch
127
128 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
129 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
130 IUSE=""
131
132 TUXONICE_SNAPSHOT=""
133 TUXONICE_VERSION="3.2-rc1"
134 TUXONICE_TARGET="2.6.31"
135
136 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
137 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
138 else
139 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
140 fi
141
142 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
143
144 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
145 UNIPATCH_STRICTORDER="yes"
146 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
147
148 KEYWORDS="~amd64 ~x86"
149
150 RDEPEND="${RDEPEND}
151 >=sys-apps/tuxonice-userui-1.0
152 >=sys-power/hibernate-script-2.0"
153
154 K_EXTRAELOG="If there are issues with this kernel, please direct any
155 queries to the tuxonice-users mailing list:
156 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
157 K_SECURITY_UNSUPPORTED="1"
158
159 pkg_postinst() {
160 kernel-2_pkg_postinst
161 einfo "For more info on this patchset, and how to report problems, see:"
162 einfo "${HOMEPAGE}"
163 }
164
165
166
167 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r5.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r5.ebuild?rev=1.1&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r5.ebuild?rev=1.1&content-type=text/plain
171
172 Index: tuxonice-sources-2.6.33-r5.ebuild
173 ===================================================================
174 # Copyright 1999-2010 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r5.ebuild,v 1.1 2010/08/31 10:11:21 nelchael Exp $
177
178 ETYPE="sources"
179 K_WANT_GENPATCHES="base extras"
180 K_GENPATCHES_VER="4"
181
182 inherit kernel-2
183 detect_version
184 detect_arch
185
186 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
187 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
188 IUSE=""
189
190 TUXONICE_SNAPSHOT=""
191 TUXONICE_VERSION="3.2-rc1"
192 TUXONICE_TARGET="2.6.33"
193
194 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
195 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
196 else
197 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
198 fi
199
200 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
201
202 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
203 UNIPATCH_STRICTORDER="yes"
204 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
205
206 KEYWORDS="~amd64 ~x86"
207
208 RDEPEND="${RDEPEND}
209 >=sys-apps/tuxonice-userui-1.0
210 >=sys-power/hibernate-script-2.0"
211
212 K_EXTRAELOG="If there are issues with this kernel, please direct any
213 queries to the tuxonice-users mailing list:
214 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
215 K_SECURITY_UNSUPPORTED="1"
216
217 pkg_postinst() {
218 kernel-2_pkg_postinst
219 einfo "For more info on this patchset, and how to report problems, see:"
220 einfo "${HOMEPAGE}"
221 }
222
223
224
225 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r3.ebuild
226
227 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r3.ebuild?rev=1.1&view=markup
228 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r3.ebuild?rev=1.1&content-type=text/plain
229
230 Index: tuxonice-sources-2.6.34-r3.ebuild
231 ===================================================================
232 # Copyright 1999-2010 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r3.ebuild,v 1.1 2010/08/31 10:11:21 nelchael Exp $
235
236 ETYPE="sources"
237 K_WANT_GENPATCHES="base extras"
238 K_GENPATCHES_VER="9"
239
240 inherit kernel-2
241 detect_version
242 detect_arch
243
244 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
245 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
246 IUSE=""
247
248 TUXONICE_SNAPSHOT=""
249 TUXONICE_VERSION="3.2-rc1"
250 TUXONICE_TARGET="2.6.34"
251
252 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
253 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
254 else
255 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
256 fi
257
258 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
259
260 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
261 UNIPATCH_STRICTORDER="yes"
262 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
263
264 KEYWORDS="~amd64 ~x86"
265
266 RDEPEND="${RDEPEND}
267 >=sys-apps/tuxonice-userui-1.0
268 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
269
270 K_EXTRAELOG="If there are issues with this kernel, please direct any
271 queries to the tuxonice-users mailing list:
272 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
273 K_SECURITY_UNSUPPORTED="1"
274
275 pkg_postinst() {
276 kernel-2_pkg_postinst
277 einfo "For more info on this patchset, and how to report problems, see:"
278 einfo "${HOMEPAGE}"
279 }
280
281
282
283 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r14.ebuild
284
285 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r14.ebuild?rev=1.1&view=markup
286 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r14.ebuild?rev=1.1&content-type=text/plain
287
288 Index: tuxonice-sources-2.6.32-r14.ebuild
289 ===================================================================
290 # Copyright 1999-2010 Gentoo Foundation
291 # Distributed under the terms of the GNU General Public License v2
292 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r14.ebuild,v 1.1 2010/08/31 10:11:21 nelchael Exp $
293
294 ETYPE="sources"
295 K_WANT_GENPATCHES="base extras"
296 K_GENPATCHES_VER="18"
297
298 inherit kernel-2
299 detect_version
300 detect_arch
301
302 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
303 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
304 IUSE=""
305
306 TUXONICE_SNAPSHOT=""
307 TUXONICE_VERSION="3.2-rc1"
308 TUXONICE_TARGET="2.6.32"
309
310 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
311 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
312 else
313 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
314 fi
315
316 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
317
318 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
319 UNIPATCH_STRICTORDER="yes"
320 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
321
322 KEYWORDS="~amd64 ~x86"
323
324 RDEPEND="${RDEPEND}
325 >=sys-apps/tuxonice-userui-1.0
326 >=sys-power/hibernate-script-2.0"
327
328 K_EXTRAELOG="If there are issues with this kernel, please direct any
329 queries to the tuxonice-users mailing list:
330 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
331 K_SECURITY_UNSUPPORTED="1"
332
333 pkg_postinst() {
334 kernel-2_pkg_postinst
335 einfo "For more info on this patchset, and how to report problems, see:"
336 einfo "${HOMEPAGE}"
337 }