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/pf-sources: pf-sources-3.16_p1.ebuild pf-sources-3.15_p5.ebuild ChangeLog
Date: Wed, 27 Aug 2014 17:33:58
Message-Id: 20140827173354.76DE03FF9@oystercatcher.gentoo.org
1 hwoarang 14/08/27 17:33:54
2
3 Modified: ChangeLog
4 Added: pf-sources-3.16_p1.ebuild pf-sources-3.15_p5.ebuild
5 Log:
6 Version bump. Bug #519398
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
9
10 Revision Changes Path
11 1.121 sys-kernel/pf-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.121&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.121&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.120&r2=1.121
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
20 retrieving revision 1.120
21 retrieving revision 1.121
22 diff -u -r1.120 -r1.121
23 --- ChangeLog 22 Jul 2014 18:20:56 -0000 1.120
24 +++ ChangeLog 27 Aug 2014 17:33:54 -0000 1.121
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/pf-sources
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.120 2014/07/22 18:20:56 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.121 2014/08/27 17:33:54 hwoarang Exp $
30 +
31 +*pf-sources-3.15_p5 (27 Aug 2014)
32 +*pf-sources-3.16_p1 (27 Aug 2014)
33 +
34 + 27 Aug 2014; Markos Chandras <hwoarang@g.o> +pf-sources-3.15_p5.ebuild,
35 + +pf-sources-3.16_p1.ebuild:
36 + Version bump. Bug #519398
37
38 *pf-sources-3.15_p4 (22 Jul 2014)
39
40
41
42
43 1.1 sys-kernel/pf-sources/pf-sources-3.16_p1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pf-sources-3.16_p1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p1.ebuild,v 1.1 2014/08/27 17:33:54 hwoarang Exp $
53
54 EAPI="5"
55 inherit readme.gentoo versionator
56
57 COMPRESSTYPE=".xz"
58 K_USEPV="yes"
59 UNIPATCH_STRICTORDER="yes"
60 K_SECURITY_UNSUPPORTED="1"
61
62 CKV="$(get_version_component_range 1-2)"
63 ETYPE="sources"
64 inherit kernel-2
65 detect_version
66 K_NOSETEXTRAVERSION="don't_set_it"
67
68 DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM"
69 HOMEPAGE="http://pf.natalenko.name/"
70
71 PF_VERS="1"
72 PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}"
73 PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
74 SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
75
76 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
77 IUSE=""
78
79 KV_FULL="${PVR}-pf"
80 S="${WORKDIR}"/linux-"${KV_FULL}"
81
82 DISABLE_AUTOFORMATTING="yes"
83 DOC_CONTENTS="
84 ${P} has the following optional runtime dependencies:
85 - sys-apps/tuxonice-userui: provides minimal userspace progress
86 information related to suspending and resuming process.
87 - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
88 for hibernating and suspending your computer."
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 pf 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 kernel-2_pkg_setup
98 }
99
100 src_prepare(){
101 epatch "${DISTDIR}"/"${PF_FILE}"
102 }
103
104 src_install() {
105 kernel-2_src_install
106 readme.gentoo_create_doc
107 }
108
109 pkg_postinst() {
110 kernel-2_pkg_postinst
111 readme.gentoo_print_elog
112 }
113
114 K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
115 see: ${HOMEPAGE}."
116
117
118
119 1.1 sys-kernel/pf-sources/pf-sources-3.15_p5.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p5.ebuild?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p5.ebuild?rev=1.1&content-type=text/plain
123
124 Index: pf-sources-3.15_p5.ebuild
125 ===================================================================
126 # Copyright 1999-2014 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p5.ebuild,v 1.1 2014/08/27 17:33:54 hwoarang Exp $
129
130 EAPI="5"
131 inherit readme.gentoo versionator
132
133 COMPRESSTYPE=".xz"
134 K_USEPV="yes"
135 UNIPATCH_STRICTORDER="yes"
136 K_SECURITY_UNSUPPORTED="1"
137
138 CKV="$(get_version_component_range 1-2)"
139 ETYPE="sources"
140 inherit kernel-2
141 detect_version
142 K_NOSETEXTRAVERSION="don't_set_it"
143
144 DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM"
145 HOMEPAGE="http://pf.natalenko.name/"
146
147 PF_VERS="1"
148 PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}"
149 PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
150 SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
151
152 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
153 IUSE=""
154
155 KV_FULL="${PVR}-pf"
156 S="${WORKDIR}"/linux-"${KV_FULL}"
157
158 DISABLE_AUTOFORMATTING="yes"
159 DOC_CONTENTS="
160 ${P} has the following optional runtime dependencies:
161 - sys-apps/tuxonice-userui: provides minimal userspace progress
162 information related to suspending and resuming process.
163 - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
164 for hibernating and suspending your computer."
165
166 pkg_setup(){
167 ewarn
168 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
169 ewarn "If you need support, please contact the pf developers directly."
170 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
171 ewarn "the ebuilds. Thank you."
172 ewarn
173 kernel-2_pkg_setup
174 }
175
176 src_prepare(){
177 epatch "${DISTDIR}"/"${PF_FILE}"
178 }
179
180 src_install() {
181 kernel-2_src_install
182 readme.gentoo_create_doc
183 }
184
185 pkg_postinst() {
186 kernel-2_pkg_postinst
187 readme.gentoo_print_elog
188 }
189
190 K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
191 see: ${HOMEPAGE}."