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: pf-sources-3.17_p2.ebuild ChangeLog
Date: Sat, 29 Nov 2014 08:12:36
Message-Id: 20141129081232.7BC45B249@oystercatcher.gentoo.org
1 wired 14/11/29 08:12:32
2
3 Modified: ChangeLog
4 Added: pf-sources-3.17_p2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
9
10 Revision Changes Path
11 1.125 sys-kernel/pf-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.125&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.125&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.124&r2=1.125
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
20 retrieving revision 1.124
21 retrieving revision 1.125
22 diff -u -r1.124 -r1.125
23 --- ChangeLog 6 Nov 2014 21:27:12 -0000 1.124
24 +++ ChangeLog 29 Nov 2014 08:12:32 -0000 1.125
25 @@ -1,6 +1,11 @@
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.124 2014/11/06 21:27:12 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.125 2014/11/29 08:12:32 wired Exp $
30 +
31 +*pf-sources-3.17_p2 (29 Nov 2014)
32 +
33 + 29 Nov 2014; Alex Alexander <wired@g.o> +pf-sources-3.17_p2.ebuild:
34 + version bump
35
36 *pf-sources-3.17_p1 (06 Nov 2014)
37
38
39
40
41 1.1 sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pf-sources-3.17_p2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild,v 1.1 2014/11/29 08:12:32 wired Exp $
51
52 EAPI="5"
53 inherit readme.gentoo versionator
54
55 COMPRESSTYPE=".xz"
56 K_USEPV="yes"
57 UNIPATCH_STRICTORDER="yes"
58 K_SECURITY_UNSUPPORTED="1"
59
60 CKV="$(get_version_component_range 1-2)"
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 UKSM"
67 HOMEPAGE="http://pf.natalenko.name/"
68
69 PF_VERS="1"
70 PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}"
71 PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
72 SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
73
74 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
75 IUSE=""
76
77 KV_FULL="${PVR}-pf"
78 S="${WORKDIR}"/linux-"${KV_FULL}"
79
80 DISABLE_AUTOFORMATTING="yes"
81 DOC_CONTENTS="
82 ${P} has the following optional runtime dependencies:
83 - sys-apps/tuxonice-userui: provides minimal userspace progress
84 information related to suspending and resuming process.
85 - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
86 for hibernating and suspending your computer."
87
88 pkg_setup(){
89 ewarn
90 ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
91 ewarn "If you need support, please contact the pf developers directly."
92 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
93 ewarn "the ebuilds. Thank you."
94 ewarn
95 kernel-2_pkg_setup
96 }
97
98 src_prepare(){
99 epatch "${DISTDIR}"/"${PF_FILE}"
100 }
101
102 src_install() {
103 kernel-2_src_install
104 readme.gentoo_create_doc
105 }
106
107 pkg_postinst() {
108 kernel-2_pkg_postinst
109 readme.gentoo_print_elog
110 }
111
112 K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
113 see: ${HOMEPAGE}."