From 5e9df53e47f967c43f55d35771f3fea212736eb1 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Wed, 6 Mar 2024 15:49:26 +0900 Subject: sys-kernel/rt-sources: add 6.6.20_p25, drop 6.6.15_p22 Signed-off-by: Alice Ferrazzi --- sys-kernel/rt-sources/Manifest | 4 +- sys-kernel/rt-sources/rt-sources-6.6.15_p22.ebuild | 52 ---------------------- sys-kernel/rt-sources/rt-sources-6.6.20_p25.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 sys-kernel/rt-sources/rt-sources-6.6.15_p22.ebuild create mode 100644 sys-kernel/rt-sources/rt-sources-6.6.20_p25.ebuild (limited to 'sys-kernel/rt-sources') diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index c593cb0e8436..5a072c9c82ea 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -35,5 +35,5 @@ DIST patch-6.1.80-rt26.patch.xz 52760 BLAKE2B fb4adb54aab7e25f01774f406e128eec6a DIST patch-6.1.80.xz 4174796 BLAKE2B 6e20ae1b476e65a8506b2aaab0dfae3eb9da2c7706a7289b75f687d25c8f5b6c3111ff2aef217ec2a7466626bc8e28ee0f5669a2370a84b33bb48b56ae4a8f8d SHA512 cf9b16a0c6d2207c3479f4f1a3dac0829a3099fa20ce17473b02665429549dc02c2fd9286a3155b91aa829df2661eb54cdb114194da571fb12079053782034c1 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.15-rt22.patch.xz 89840 BLAKE2B 412998bb7d498ca8fc49efdcf11a57eaaeef0b38d8fdbbc54c9a7ad369c54cde7cd87a84e48e5390b43e9a6bf56abe8613b654d0caff3597597e7cb70d8d713e SHA512 9389c151a608a5e6b62369f6812ec1b5beba87d57cbb57e8b20d0e7b40b4febab570bf285a9aad821376ba5ffbbe0560805ab381c0ad8aeec8b941946b537bc1 -DIST patch-6.6.15.xz 974176 BLAKE2B f4ae81e22d88a78cad76d8e54d1d66116bd279a14b6bdf257d6ac1e47a643926f235cd601a16bc46649861c5eed5cacfb528ed6a4d2b4ee801ab8f44c45cfd3b SHA512 65039c511af368da9241d9724e8855833865c50a33b35093e8e609ce7994fc49b8d5868e218ab2054d4e6aeebe24fc8b05d34e2345b9b13a3fb446a9dc9df536 +DIST patch-6.6.20-rt25.patch.xz 89968 BLAKE2B edebc1b82a60b6857f0236c3dc700e93027e0193f7c1f88ba82091531dcb202e97f69a2c2aee259f4426baca7c84250f59065f6e1016801e21dc5a6dddb86bd9 SHA512 682a774ef713607a10ddb7a5f3c150861600ee447b05ba07bc91fb1682b4e68552fc28b501ed5e72a22c4476e8f2cd0090edf2c5679e7958ef0d152c9c73414c +DIST patch-6.6.20.xz 1299228 BLAKE2B d355d6bf1f454967097d5fa40c7977ff88d58e473b18f9604b2582a435fb3361cfd436ac7c4822621c340223eb33a520a539b23bacbede1862ee4abb9f2807e2 SHA512 0eff5c2cc691260a7197cbc0e709e6b81a9174de13e4bc254e51c7a61fab73626c56bcb7c9cd4cba773d800a0847af4c8b4af6379339b23c44c1c24f89426240 diff --git a/sys-kernel/rt-sources/rt-sources-6.6.15_p22.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.15_p22.ebuild deleted file mode 100644 index 9e822ca1e1d0..000000000000 --- a/sys-kernel/rt-sources/rt-sources-6.6.15_p22.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" -KEYWORDS="~amd64 ~arm64" - -HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" - -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}" -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}" - -DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" -SRC_URI="${KERNEL_URI} ${RT_URI}" - -KV_FULL="${PVR/_p/-rt}" -S="${WORKDIR}/linux-${KV_FULL}" - -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.20_p25.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.20_p25.ebuild new file mode 100644 index 000000000000..9e822ca1e1d0 --- /dev/null +++ b/sys-kernel/rt-sources/rt-sources-6.6.20_p25.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +ETYPE="sources" +KEYWORDS="~amd64 ~arm64" + +HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" + +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}" +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}" + +DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" +SRC_URI="${KERNEL_URI} ${RT_URI}" + +KV_FULL="${PVR/_p/-rt}" +S="${WORKDIR}/linux-${KV_FULL}" + +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