Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/
Date: Sun, 13 Aug 2017 09:52:52
Message-Id: 1502617966.1bf08d6ba57899112dffc861efca17699f5661a6.mgorny@gentoo
1 commit: 1bf08d6ba57899112dffc861efca17699f5661a6
2 Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 10 19:31:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 09:52:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf08d6b
7
8 sys-kernel/rt-sources: version bump to 4.9.40_p30
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-kernel/rt-sources/Manifest | 2 +
13 sys-kernel/rt-sources/rt-sources-4.9.40_p30.ebuild | 45 ++++++++++++++++++++++
14 2 files changed, 47 insertions(+)
15
16 diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
17 index e2772ca109f..fa5945de675 100644
18 --- a/sys-kernel/rt-sources/Manifest
19 +++ b/sys-kernel/rt-sources/Manifest
20 @@ -29,3 +29,5 @@ DIST patch-4.4.79-rt92.patch.xz 191696 SHA256 f2a3b67cce45ac52f1299f3f0328666253
21 DIST patch-4.4.79.xz 1274180 SHA256 2ccbfef63ccdf75c859c2ced2e15bc2ad363ce5dc1591ea61d7de0d49c26e1b6 SHA512 a69f937a3a80949db1cf16b547d162b9c83d55f79f3119e59973a94d7e7b914555833beeae5cd165ea1e9ebb6a896352b38fc9ed0675a364dbc32fa165a62026 WHIRLPOOL 8fefb7325e5e892d473e7f1dddd9fc895b739bdc49819ef7dfae421b93c07143d31c4ea8637859b91788c93b07696999d46aaed2ad96fff20bd4df2bd35c2ecb
22 DIST patch-4.9.35-rt25.patch.xz 171212 SHA256 d2816f75f5407956eaf5d05e9706093c2ac51cf3da402a3a639e5fadda6da76e SHA512 49ae9ca9ead68445d14adb63277529eecac9f0ea42bdf755777f8f2f4afc660a8d9c16ac0d26e1553b163f532f274acd8308d21cf90e5ed82c5681f1b02f276b WHIRLPOOL acaa16c879c422bc6ffb5d38edee7a44d1994d22c7eeb6d7d5b687603508b7ba383497a6d5ab913afd69f80d21f013a50594dcd71fe48b0f3bea0c3b69c5e173
23 DIST patch-4.9.35.xz 760828 SHA256 486c696cda001157d12948bb6ecbc60d270a112da41e1153906a24645d855b13 SHA512 a8b115a439d9228a2ca065cc6f804fd7d72d8d11bc1cbd37632bc58056485b3f24aff9bc1c1360f92b6772a57c9b152c40ab051fe23b2bcf328c6f150f8d7df0 WHIRLPOOL fc477c2c6653482d350a5fccc6d6a0245326f02fa5778460312e511d61cb974f01ad3988eac288524ea6f9a77683b65a35190196f843cb6a397642610c8b7262
24 +DIST patch-4.9.40-rt30.patch.xz 171152 SHA256 3b490d49f37b7716d08771191588d980c225a5a5baa9c3eeafa94ff8ccf2d3a1 SHA512 2cd5cb8c6cb531ab2754566632353f6c89e0ea908b80f7a6cb2fdb586043445572d1e5bb70546a9a0232c8d83c19718854dc7a8e8119d52aa7021b07bdbbb7e7 WHIRLPOOL ae656f1d5f200f65547fda377293d543b708066f6624adbb6fd6d82d6140b4e74fdb62b3a897fa1b71bb56f0d03e936772d486437c612c76acdfa507f190694f
25 +DIST patch-4.9.40.xz 855780 SHA256 8e85a7e9de8fcc2f06f8539b743de30e2ba1f5b9e6784da0701c3ab2b896f019 SHA512 ab9c26493069f87a9d8c6c97db1a84f03a1b1221f47facc68e65d79ef75d9c7bd93c1f39eee334e4f45381b2c84ff3acb8870478c61c4d8a648984db55be5ad3 WHIRLPOOL af5c9e1eff3f3e58848c1af5177d9f5d9abdf0ca5af78518ec4173ad6459a93e417bbde52c395c69d03d217de2fd98ae96eb1966d4002beb33ea56a11f4f95c2
26
27 diff --git a/sys-kernel/rt-sources/rt-sources-4.9.40_p30.ebuild b/sys-kernel/rt-sources/rt-sources-4.9.40_p30.ebuild
28 new file mode 100644
29 index 00000000000..911287c4d4c
30 --- /dev/null
31 +++ b/sys-kernel/rt-sources/rt-sources-4.9.40_p30.ebuild
32 @@ -0,0 +1,45 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +ETYPE="sources"
38 +KEYWORDS="~amd64"
39 +
40 +HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/"
41 +
42 +inherit versionator
43 +
44 +CKV="$(get_version_component_range 1-3)"
45 +K_SECURITY_UNSUPPORTED="1"
46 +K_DEBLOB_AVAILABLE="1"
47 +RT_PATCHSET="${PV/*_p}"
48 +
49 +inherit kernel-2
50 +detect_version
51 +
52 +K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
53 +RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
54 +RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
55 + mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
56 +
57 +DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
58 +SRC_URI="${KERNEL_URI} ${RT_URI}"
59 +
60 +KV_FULL="${PVR/_p/-rt}"
61 +S="${WORKDIR}/linux-${KV_FULL}"
62 +
63 +UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
64 +UNIPATCH_STRICTORDER="yes"
65 +
66 +pkg_postinst() {
67 + kernel-2_pkg_postinst
68 + ewarn
69 + ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
70 + ewarn "If you need support, please contact the RT project developers directly."
71 + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
72 + ewarn "the ebuilds."
73 + ewarn
74 +}
75 +
76 +K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
77 +${HOMEPAGE}."