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/pf-sources: ChangeLog pf-sources-2.6.35_p11.ebuild
Date: Wed, 06 Oct 2010 22:03:49
Message-Id: 20101006220024.1A27820051@flycatcher.gentoo.org
1 wired 10/10/06 22:00:24
2
3 Modified: ChangeLog
4 Added: pf-sources-2.6.35_p11.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sys-kernel/pf-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 28 Sep 2010 15:35:38 -0000 1.5
24 +++ ChangeLog 6 Oct 2010 22:00:24 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-kernel/pf-sources
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.5 2010/09/28 15:35:38 wired Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.6 2010/10/06 22:00:24 wired Exp $
30 +
31 +*pf-sources-2.6.35_p11 (06 Oct 2010)
32 +
33 + 06 Oct 2010; Alex Alexander <wired@g.o>
34 + +pf-sources-2.6.35_p11.ebuild:
35 + version bump
36
37 *pf-sources-2.6.35_p10 (28 Sep 2010)
38
39
40
41
42 1.1 sys-kernel/pf-sources/pf-sources-2.6.35_p11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-2.6.35_p11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-2.6.35_p11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pf-sources-2.6.35_p11.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-2.6.35_p11.ebuild,v 1.1 2010/10/06 22:00:24 wired Exp $
52
53 EAPI="2"
54
55 COMPRESSTYPE=".bz2"
56 K_USEPV="yes"
57 UNIPATCH_STRICTORDER="yes"
58 K_SECURITY_UNSUPPORTED="1"
59
60 CKV="${PV/_p[0-9]*}"
61 ETYPE="sources"
62 inherit kernel-2
63 detect_version
64 K_NOSETEXTRAVERSION="don't_set_it"
65
66 DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
67 HOMEPAGE="http://pf-kernel.org.ua/"
68
69 PF_PATCHSET="${PV/*_p}"
70 PF_KERNEL="${PV/_p[0-9]*}"
71 PF_KERNEL="${PF_KERNEL/_/-}"
72 PF_FILE="patch-${PF_KERNEL}-pf${PF_PATCHSET}${COMPRESSTYPE}"
73 PF_URI="http://pf-kernel.org.ua/sources/$(get_version_component_range 1-3)/${PF_FILE}"
74 SRC_URI="${KERNEL_URI} ${PF_URI}"
75
76 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
77 IUSE=""
78
79 KV_FULL="${PVR/_p/-pf}"
80 S="${WORKDIR}"/linux-"${KV_FULL}"
81
82 pkg_setup(){
83 ewarn
84 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
85 ewarn "If you need support, please contact the pf developers directly."
86 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
87 ewarn "the ebuilds. Thank you."
88 ewarn
89 ebeep 8
90 kernel-2_pkg_setup
91 }
92
93 src_prepare(){
94 epatch "${DISTDIR}"/"${PF_FILE}"
95 }
96
97 K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: \
98 ${HOMEPAGE}."