Gentoo Archives: gentoo-commits

From: "Stratos Psomadakis (psomas)" <psomas@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.4.36_p50.ebuild rt-sources-3.4.33_p47.ebuild
Date: Thu, 28 Mar 2013 12:47:50
Message-Id: 20130328124745.839422171D@flycatcher.gentoo.org
1 psomas 13/03/28 12:47:45
2
3 Modified: ChangeLog
4 Added: rt-sources-3.4.36_p50.ebuild
5 Removed: rt-sources-3.4.33_p47.ebuild
6 Log:
7 Version bump for 3.4
8
9 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key BC35D737)
10
11 Revision Changes Path
12 1.22 sys-kernel/rt-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 26 Mar 2013 14:03:28 -0000 1.21
25 +++ ChangeLog 28 Mar 2013 12:47:45 -0000 1.22
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-kernel/rt-sources
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.21 2013/03/26 14:03:28 psomas Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.22 2013/03/28 12:47:45 psomas Exp $
31 +
32 +*rt-sources-3.4.36_p50 (28 Mar 2013)
33 +
34 + 28 Mar 2013; <psomas@g.o> -rt-sources-3.4.33_p47.ebuild,
35 + +rt-sources-3.4.36_p50.ebuild:
36 + Version bump for 3.4
37
38 26 Mar 2013; <psomas@g.o> -rt-sources-3.0.27_p46.ebuild,
39 -rt-sources-3.2.14_p24.ebuild:
40
41
42
43 1.1 sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rt-sources-3.4.36_p50.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild,v 1.1 2013/03/28 12:47:45 psomas Exp $
53
54 EAPI="5"
55 ETYPE="sources"
56 KEYWORDS="~amd64"
57
58 HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/"
59
60 inherit versionator
61
62 CKV="$(get_version_component_range 1-3)"
63 K_SECURITY_UNSUPPORTED="yes"
64 K_DEBLOB_AVAILABLE="1"
65 RT_PATCHSET="${PV/*_p}"
66
67 inherit kernel-2
68 detect_version
69
70 K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
71 RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
72 RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}"
73
74 DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
75 SRC_URI="${KERNEL_URI} ${RT_URI}"
76
77 KV_FULL="${PVR/_p/-rt}"
78 S="${WORKDIR}/linux-${KV_FULL}"
79
80 UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
81 UNIPATCH_STRICTORDER="yes"
82
83 pkg_postinst(){
84
85 ewarn
86 ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
87 ewarn "If you need support, please contact the RT project developers directly."
88 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
89 ewarn "the ebuilds."
90 ewarn
91 }
92
93 K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
94 ${HOMEPAGE}."