Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/zen-sources: ChangeLog zen-sources-2.6.31_p4.ebuild zen-sources-2.6.31_p5-r1.ebuild zen-sources-2.6.30_p9.ebuild zen-sources-2.6.30-r9.ebuild zen-sources-2.6.31-r5.ebuild zen-sources-2.6.31-r4.ebuild
Date: Fri, 30 Oct 2009 11:32:53
Message-Id: E1N3pio-0001Xt-Gg@stork.gentoo.org
1 wired 09/10/30 11:32:46
2
3 Modified: ChangeLog
4 Added: zen-sources-2.6.31_p4.ebuild
5 zen-sources-2.6.31_p5-r1.ebuild
6 zen-sources-2.6.30_p9.ebuild
7 Removed: zen-sources-2.6.30-r9.ebuild
8 zen-sources-2.6.31-r5.ebuild
9 zen-sources-2.6.31-r4.ebuild
10 Log:
11 modified versioning scheme to allow revisions of the same patchset. the patchset version is now defined by _p. this was necessary in order to be able to add hotfixes (like the one in 2.6.31_p5-r1).
12 (Portage version: 2.2_rc46/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.3 sys-kernel/zen-sources/ChangeLog
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?rev=1.3&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?rev=1.3&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?r1=1.2&r2=1.3
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v
24 retrieving revision 1.2
25 retrieving revision 1.3
26 diff -u -r1.2 -r1.3
27 --- ChangeLog 29 Oct 2009 07:35:41 -0000 1.2
28 +++ ChangeLog 30 Oct 2009 11:32:45 -0000 1.3
29 @@ -1,6 +1,19 @@
30 # ChangeLog for sys-kernel/zen-sources
31 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.2 2009/10/29 07:35:41 wired Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.3 2009/10/30 11:32:45 wired Exp $
34 +
35 +*zen-sources-2.6.31_p5-r1 (30 Oct 2009)
36 +*zen-sources-2.6.31_p4 (30 Oct 2009)
37 +*zen-sources-2.6.30_p9 (30 Oct 2009)
38 +
39 + 30 Oct 2009; Alex Alexander <wired@g.o>
40 + -zen-sources-2.6.30-r9.ebuild, +zen-sources-2.6.30_p9.ebuild,
41 + -zen-sources-2.6.31-r4.ebuild, -zen-sources-2.6.31-r5.ebuild,
42 + +zen-sources-2.6.31_p4.ebuild, +zen-sources-2.6.31_p5-r1.ebuild,
43 + +files/zen-sources-2.6.31_p5-config_fb_fix.patch:
44 + modified versioning scheme to allow revisions of the same patchset. the
45 + patchset version is now defined by _p. this was necessary in order to be
46 + able to add hotfixes (like the one in 2.6.31_p5-r1).
47
48 *zen-sources-2.6.31-r5 (29 Oct 2009)
49
50
51
52
53 1.1 sys-kernel/zen-sources/zen-sources-2.6.31_p4.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p4.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p4.ebuild?rev=1.1&content-type=text/plain
57
58 Index: zen-sources-2.6.31_p4.ebuild
59 ===================================================================
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header $
63
64 COMPRESSTYPE=".bz2"
65 K_PREPATCHED="yes"
66 UNIPATCH_STRICTORDER="yes"
67 K_SECURITY_UNSUPPORTED="1"
68
69 RESTRICT="binchecks strip primaryuri mirror"
70
71 CKV="${PV/_p[0-9]*}"
72 ETYPE="sources"
73 inherit kernel-2
74 detect_version
75 K_NOSETEXTRAVERSION="don't_set_it"
76
77 DESCRIPTION="The Zen Kernel v${KV_MAJOR}.${KV_MINOR}-${PR}"
78 HOMEPAGE="http://zen-kernel.org"
79
80 ZEN_PATCHSET="${PV/*_p}"
81 ZEN_KERNEL="${PV/_p[0-9]*}"
82 ZEN_KERNEL="${ZEN_KERNEL/_/-}"
83 ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}"
84 ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}"
85 SRC_URI="${KERNEL_URI} ${ZEN_URI}"
86
87 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
88 IUSE=""
89
90 pkg_setup(){
91 ewarn
92 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
93 ewarn "If you need support, please contact the Zen developers directly."
94 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
95 ewarn "the ebuilds. Thank you."
96 ewarn
97 ebeep 8
98 kernel-2_pkg_setup
99 }
100
101 src_unpack(){
102 kernel-2_src_unpack
103 cd "${S}"
104 epatch "${DISTDIR}"/"${ZEN_FILE}"
105 }
106
107 K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
108 ${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"
109
110
111
112 1.1 sys-kernel/zen-sources/zen-sources-2.6.31_p5-r1.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p5-r1.ebuild?rev=1.1&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p5-r1.ebuild?rev=1.1&content-type=text/plain
116
117 Index: zen-sources-2.6.31_p5-r1.ebuild
118 ===================================================================
119 # Copyright 1999-2009 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 # $Header $
122
123 COMPRESSTYPE=".lzma"
124 K_PREPATCHED="yes"
125 UNIPATCH_STRICTORDER="yes"
126 K_SECURITY_UNSUPPORTED="1"
127
128 RESTRICT="binchecks strip primaryuri mirror"
129
130 CKV="${PV/_p[0-9]*}"
131 ETYPE="sources"
132 inherit kernel-2
133 detect_version
134 K_NOSETEXTRAVERSION="don't_set_it"
135
136 DESCRIPTION="The Zen Kernel v${KV_MAJOR}.${KV_MINOR}-${PR}"
137 HOMEPAGE="http://zen-kernel.org"
138
139 ZEN_PATCHSET="${PV/*_p}"
140 ZEN_KERNEL="${PV/_p[0-9]*}"
141 ZEN_KERNEL="${ZEN_KERNEL/_/-}"
142 ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}"
143 ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}"
144 SRC_URI="${KERNEL_URI} ${ZEN_URI}"
145
146 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
147 IUSE=""
148
149 pkg_setup(){
150 ewarn
151 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
152 ewarn "If you need support, please contact the Zen developers directly."
153 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
154 ewarn "the ebuilds. Thank you."
155 ewarn
156 ebeep 8
157 kernel-2_pkg_setup
158 }
159
160 src_unpack(){
161 kernel-2_src_unpack
162 cd "${S}"
163 epatch "${DISTDIR}"/"${ZEN_FILE}"
164 epatch "${FILESDIR}"/"${P}-config_fb_fix.patch"
165 }
166
167 K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
168 ${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"
169
170
171
172 1.1 sys-kernel/zen-sources/zen-sources-2.6.30_p9.ebuild
173
174 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.30_p9.ebuild?rev=1.1&view=markup
175 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.30_p9.ebuild?rev=1.1&content-type=text/plain
176
177 Index: zen-sources-2.6.30_p9.ebuild
178 ===================================================================
179 # Copyright 1999-2009 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 # $Header $
182
183 COMPRESSTYPE=".bz2"
184 K_PREPATCHED="yes"
185 UNIPATCH_STRICTORDER="yes"
186 K_SECURITY_UNSUPPORTED="1"
187
188 RESTRICT="binchecks strip primaryuri mirror"
189
190 CKV="${PV/_p[0-9]*}"
191 ETYPE="sources"
192 inherit kernel-2
193 detect_version
194 K_NOSETEXTRAVERSION="don't_set_it"
195
196 DESCRIPTION="The Zen Kernel v${KV_MAJOR}.${KV_MINOR}-${PR}"
197 HOMEPAGE="http://zen-kernel.org"
198
199 ZEN_PATCHSET="${PV/*_p}"
200 ZEN_KERNEL="${PV/_p[0-9]*}"
201 ZEN_KERNEL="${ZEN_KERNEL/_/-}"
202 ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}"
203 ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}"
204 SRC_URI="${KERNEL_URI} ${ZEN_URI}"
205
206 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
207 IUSE=""
208
209 pkg_setup(){
210 ewarn
211 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
212 ewarn "If you need support, please contact the Zen developers directly."
213 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
214 ewarn "the ebuilds. Thank you."
215 ewarn
216 ebeep 8
217 kernel-2_pkg_setup
218 }
219
220 src_unpack(){
221 kernel-2_src_unpack
222 cd "${S}"
223 epatch "${DISTDIR}"/"${ZEN_FILE}"
224 }
225
226 K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
227 ${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"