Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@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_p12.ebuild zen-sources-2.6.32_p6.ebuild
Date: Sun, 31 Jan 2010 04:59:23
Message-Id: E1NbRu3-0003JV-C1@stork.gentoo.org
1 hwoarang 10/01/31 04:59:19
2
3 Modified: ChangeLog
4 Added: zen-sources-2.6.31_p12.ebuild
5 zen-sources-2.6.32_p6.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.28 sys-kernel/zen-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 25 Jan 2010 09:32:12 -0000 1.27
24 +++ ChangeLog 31 Jan 2010 04:59:18 -0000 1.28
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/zen-sources
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.27 2010/01/25 09:32:12 wired Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.28 2010/01/31 04:59:18 hwoarang Exp $
30 +
31 +*zen-sources-2.6.32_p6 (31 Jan 2010)
32 +*zen-sources-2.6.31_p12 (31 Jan 2010)
33 +
34 + 31 Jan 2010; <hwoarang@g.o> +zen-sources-2.6.31_p12.ebuild,
35 + +zen-sources-2.6.32_p6.ebuild:
36 + Version bump
37
38 *zen-sources-2.6.33_rc5_p1 (25 Jan 2010)
39
40
41
42
43 1.1 sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: zen-sources-2.6.31_p12.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header $
53
54 COMPRESSTYPE=".lzma"
55 K_USEPV="yes"
56 UNIPATCH_STRICTORDER="yes"
57 K_SECURITY_UNSUPPORTED="1"
58
59 CKV="${PV/_p[0-9]*}"
60 ETYPE="sources"
61 inherit kernel-2
62 detect_version
63 K_NOSETEXTRAVERSION="don't_set_it"
64
65 DESCRIPTION="The Zen Kernel Sources v2.6"
66 HOMEPAGE="http://zen-kernel.org"
67
68 ZEN_PATCHSET="${PV/*_p}"
69 ZEN_KERNEL="${PV/_p[0-9]*}"
70 ZEN_KERNEL="${ZEN_KERNEL/_/-}"
71 ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}"
72 #no drm-next on this release
73 #ZEN_DRM_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}-drmnext.patch${COMPRESSTYPE}"
74 ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}"
75 #ZEN_DRM_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/custom/${ZEN_DRM_FILE}"
76 SRC_URI="${KERNEL_URI} ${ZEN_URI}"
77
78 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
79 IUSE=""
80
81 DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )"
82
83 KV_FULL="${PVR/_p/-zen}"
84 S="${WORKDIR}"/linux-"${KV_FULL}"
85
86 pkg_setup(){
87 ewarn
88 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
89 ewarn "If you need support, please contact the Zen developers directly."
90 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
91 ewarn "the ebuilds. Thank you."
92 ewarn
93 ebeep 8
94 kernel-2_pkg_setup
95 }
96
97 src_unpack(){
98 kernel-2_src_unpack
99 cd "${S}"
100 epatch "${DISTDIR}"/"${ZEN_FILE}"
101 use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}"
102 }
103
104 K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
105 ${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"
106
107
108
109 1.1 sys-kernel/zen-sources/zen-sources-2.6.32_p6.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p6.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p6.ebuild?rev=1.1&content-type=text/plain
113
114 Index: zen-sources-2.6.32_p6.ebuild
115 ===================================================================
116 # Copyright 1999-2010 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header $
119
120 COMPRESSTYPE=".lzma"
121 K_USEPV="yes"
122 UNIPATCH_STRICTORDER="yes"
123 K_SECURITY_UNSUPPORTED="1"
124
125 CKV="${PV/_p[0-9]*}"
126 ETYPE="sources"
127 inherit kernel-2
128 detect_version
129 K_NOSETEXTRAVERSION="don't_set_it"
130
131 DESCRIPTION="The Zen Kernel Sources v2.6"
132 HOMEPAGE="http://zen-kernel.org"
133
134 ZEN_PATCHSET="${PV/*_p}"
135 ZEN_KERNEL="${PV/_p[0-9]*}"
136 ZEN_KERNEL="${ZEN_KERNEL/_/-}"
137 ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}"
138 ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}"
139 SRC_URI="${KERNEL_URI} ${ZEN_URI}"
140
141 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
142 IUSE=""
143
144 DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )"
145
146 KV_FULL="${PVR/_p/-zen}"
147 S="${WORKDIR}"/linux-"${KV_FULL}"
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 }
165
166 K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
167 ${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"