From c1f0ef59618df78f0a7ced90ece228a5ec6e2ff3 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Thu, 14 Nov 2024 10:26:21 +0900 Subject: sys-kernel/rt-sources: add 6.6.58_p45, drop 6.6.52_p43 Signed-off-by: Arisu Tachibana --- sys-kernel/rt-sources/Manifest | 4 +- sys-kernel/rt-sources/rt-sources-6.6.52_p43.ebuild | 51 ---------------------- sys-kernel/rt-sources/rt-sources-6.6.58_p45.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 sys-kernel/rt-sources/rt-sources-6.6.52_p43.ebuild create mode 100644 sys-kernel/rt-sources/rt-sources-6.6.58_p45.ebuild (limited to 'sys-kernel/rt-sources') diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index efb6ef010b55..2077aaef0e81 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -35,5 +35,5 @@ DIST patch-6.1.112-rt43.patch.xz 52172 BLAKE2B 3ddf688ebdd1ed4fe79e95dcc495e46ac DIST patch-6.1.112.xz 5214368 BLAKE2B 38cf77525339fbc312331d730d24fc2702bcbfba39c193bfe2760c58fb46e52d7e67d336102b65a7d77a220a2cff154e3422ac451d292307371d0b3e9938ae4b SHA512 6e87ef42011444382814a57a147d3b91cd392e7531fef154204517f159cd52d1f32685a1989588540bf62254d38a5bfd25a1f7f41799085bb3e70b9037c0dd71 DIST patch-6.5.2-rt8.patch.xz 54436 BLAKE2B 296da85395314ce26900eefb32a7c9b565b4242603884ab51e6208576e5fa6ceb3bd6269d8938e24f58a0b5d937e556345b45057f90166574797289152b15ae3 SHA512 9b625e33f5097729fb2462e2a6e96a1e13a7677af875ce028f6f8fadd1ab60bc9064ca9b101334211bdaf49ba36c750bfdf8260ff03a5ac2a2277a28293b309c DIST patch-6.5.2.xz 14964 BLAKE2B de3a0d15141199f98873c332f0c0237a39534bffe624f9394a6ba2bb9c3d731121d1b698963c424b919f7683fcffce1a86884bf64d26938cd529a14a211f1904 SHA512 e377f1fd5802321ea8198bbf661b15ec050f5ee902666359c8e1cce8e36abbb67957e04bdc1ee8a91eb3bf2c56ef62e9f5535dc52982eb6185476ce794449402 -DIST patch-6.6.52-rt43.patch.xz 89520 BLAKE2B f6ab53ea125f668e190e45e9bb04f8bb4e9d47bd13b415fb4f5217398b26b3538ab5b1387187a43e83378a6c4ce221b1b126b585b2daebb14ca22674254f9853 SHA512 7c81d15e6e602d6bb43dd4c00603b5bb87a090171d401608a10695b8cc418ca75fe7a20fa6c9821176aa615c23b42839ddfd1bfe9aa461c2d557df06b2c3281e -DIST patch-6.6.52.xz 2901836 BLAKE2B 94c94b666692d7456feae3ec1491feb41663a18a4e05d971f6c2d27049e105a4ebb53134c716e4d05917fa4b772843208dc18879855edbf458021f92413fc356 SHA512 f5fe39550d9cf02dbdc4483b544688260d69a67332168b5039fa7ca28eddbec4383daadd755857ed6c3b84b5e30094ec29f73e8b0c9095cb064d605bf932d65c +DIST patch-6.6.58-rt45.patch.xz 89548 BLAKE2B 6a691f1484b4e29efd8b9db144e32fc4ccb72245ba91a4a1209aaffe65fe4dbbe35bf546e1a10d9c8cd69237777d45c89f240d007f7f95532aee97dc8d605e48 SHA512 35338616991e010be972f8f5ac8d6b13768366d9f23d1a9cd6a0f2c2a94721f6106ed707e6623d51147c2af3301736736732e9b2d250df59c5c493b41b51823d +DIST patch-6.6.58.xz 3228560 BLAKE2B 9f76a34274dfb4b57f593c8434e4be4ce90da3f2170a9bad6b298b26d37d30b5087cc7ad20b52b8122fdb3b906ca53cddf373c7d31aad7af82893ea1285355f1 SHA512 9feecb9b368461c27c93cdc852d30caaa53fedb6f7c8cf066feb5ec35a87b016250b7573d17b1cdb992df80a840b5bc80d4aa84a00b631ac4bfaa8b64bc23cda diff --git a/sys-kernel/rt-sources/rt-sources-6.6.52_p43.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.52_p43.ebuild deleted file mode 100644 index 2a03c9f44c9e..000000000000 --- a/sys-kernel/rt-sources/rt-sources-6.6.52_p43.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" - -CKV="$(ver_cut 1-3)" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -RT_PATCHSET="${PV/*_p}" - -inherit kernel-2 -detect_version - -K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" -DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" -HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" - -RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz" -RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \ - https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}" - -SRC_URI="${KERNEL_URI} ${RT_URI}" -KV_FULL="${PVR/_p/-rt}" -S="${WORKDIR}/linux-${KV_FULL}" -KEYWORDS="~amd64 ~arm64" - -UNIPATCH_LIST="${DISTDIR}/${RT_FILE}" -UNIPATCH_STRICTORDER="yes" - -src_prepare() { - default - - # 627796 - sed \ - "s/default PREEMPT_NONE/default PREEMPT_RT/g" \ - -i "${S}/kernel/Kconfig.preempt" || die "sed failed" -} - -pkg_postinst() { - kernel-2_pkg_postinst - ewarn - ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the RT project developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds." - ewarn -} - -K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \ -${HOMEPAGE}." diff --git a/sys-kernel/rt-sources/rt-sources-6.6.58_p45.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.58_p45.ebuild new file mode 100644 index 000000000000..2a03c9f44c9e --- /dev/null +++ b/sys-kernel/rt-sources/rt-sources-6.6.58_p45.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +ETYPE="sources" + +CKV="$(ver_cut 1-3)" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +RT_PATCHSET="${PV/*_p}" + +inherit kernel-2 +detect_version + +K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" +DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" +HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" + +RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz" +RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \ + https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}" + +SRC_URI="${KERNEL_URI} ${RT_URI}" +KV_FULL="${PVR/_p/-rt}" +S="${WORKDIR}/linux-${KV_FULL}" +KEYWORDS="~amd64 ~arm64" + +UNIPATCH_LIST="${DISTDIR}/${RT_FILE}" +UNIPATCH_STRICTORDER="yes" + +src_prepare() { + default + + # 627796 + sed \ + "s/default PREEMPT_NONE/default PREEMPT_RT/g" \ + -i "${S}/kernel/Kconfig.preempt" || die "sed failed" +} + +pkg_postinst() { + kernel-2_pkg_postinst + ewarn + ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the RT project developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds." + ewarn +} + +K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \ +${HOMEPAGE}." -- cgit v1.2.3-65-gdbad