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: rt-sources-3.0.12_p29.ebuild ChangeLog
Date: Fri, 02 Dec 2011 13:28:53
Message-Id: 20111202132841.EF5E62004B@flycatcher.gentoo.org
1 psomas 11/12/02 13:28:41
2
3 Modified: ChangeLog
4 Added: rt-sources-3.0.12_p29.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 sys-kernel/rt-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 27 Nov 2011 20:54:37 -0000 1.9
24 +++ ChangeLog 2 Dec 2011 13:28:41 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-kernel/rt-sources
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.9 2011/11/27 20:54:37 psomas Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.10 2011/12/02 13:28:41 psomas Exp $
30 +
31 +*rt-sources-3.0.12_p29 (02 Dec 2011)
32 +
33 + 02 Dec 2011; Stratos Psomadakis <psomas@g.o>
34 + +rt-sources-3.0.12_p29.ebuild:
35 + Version bump
36
37 27 Nov 2011; Stratos Psomadakis <psomas@g.o>
38 -rt-sources-3.0.3_p12-r1.ebuild, -rt-sources-3.0.8_p22.ebuild:
39
40
41
42 1.1 sys-kernel/rt-sources/rt-sources-3.0.12_p29.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.0.12_p29.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.0.12_p29.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rt-sources-3.0.12_p29.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header:
52
53 EAPI="2"
54
55 inherit versionator
56
57 COMPRESSTYPE=".gz"
58 K_USEPV="yes"
59 UNIPATCH_STRICTORDER="yes"
60 K_SECURITY_UNSUPPORTED="yes"
61 K_DEBLOB_AVAILABLE="1"
62
63 CKV="$(get_version_component_range 1-3)"
64 ETYPE="sources"
65 inherit kernel-2
66 detect_version
67
68 RT_PATCHSET="${PV/*_p}"
69 RT_KERNEL="${PV/_p[0-9]*}"
70 RT_KERNEL="${RT_KERNEL/_/-}"
71 RT_FILE="patch-${RT_KERNEL}-rt${RT_PATCHSET}.patch${COMPRESSTYPE}"
72 RT_URI="mirror://kernel/linux/kernel/projects/rt/${KV_MAJOR}.${KV_MINOR}/${RT_FILE}"
73
74 DESCRIPTION="Real-time patchset for the Linux Kernel"
75 HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/"
76 SRC_URI="${KERNEL_URI} ${RT_URI}"
77
78 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
79 IUSE="deblob"
80
81 KV_FULL="${PVR/_p/-rt}"
82 EXTRAVERSION="-rt${RT_PATCHSET}"
83 S="${WORKDIR}/linux-${KV_FULL}"
84
85 pkg_setup(){
86 ewarn
87 ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
88 ewarn "If you need support, please contact the RT project developers directly."
89 ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
90 ewarn "the ebuilds."
91 ewarn
92 kernel-2_pkg_setup
93 }
94
95 src_prepare(){
96 epatch "${DISTDIR}"/"${RT_FILE}"
97 }
98
99 K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
100 ${HOMEPAGE}."