From ea8b0bbe226634fee662fd7e5f6149194de694ee Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Mon, 8 Jul 2024 16:44:26 +0900 Subject: sys-kernel/rt-sources: add 6.6.36_p35, drop 6.6.35_p34 Signed-off-by: Alice Ferrazzi --- sys-kernel/rt-sources/Manifest | 4 +- sys-kernel/rt-sources/rt-sources-6.6.35_p34.ebuild | 51 ---------------------- sys-kernel/rt-sources/rt-sources-6.6.36_p35.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 sys-kernel/rt-sources/rt-sources-6.6.35_p34.ebuild create mode 100644 sys-kernel/rt-sources/rt-sources-6.6.36_p35.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index fcea25d84386..b1c63b3702f0 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -35,5 +35,5 @@ DIST patch-6.1.96-rt35.patch.xz 52776 BLAKE2B d2440a4d8332aeb78446305d9bdaa117a0 DIST patch-6.1.96.xz 4793008 BLAKE2B 83f5805aba09fb06366624cf8cac9d303827c8c22c1cb40f8c38d9a413a257ebb2ac72c5f01416b4e0ce091592650eaae30e8b7561346b6ee2d03b4500928262 SHA512 161c7cfef2017e6ebd4b37c414774e9728872384a3afebb9e2ec64a279ef0aa85e8b49cce3ec8e3e1615654de5460c922d359c120344fc35d32b84716ef226bd 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.35-rt34.patch.xz 89576 BLAKE2B f67e733c135401022d6a3780cbf39616d568de8390cf61f2c9c14492f8e165398ff71be9087b697b6617e256c3e0a57e7f82e5f44d4a2ad9af106382bd2ebcef SHA512 e65a2299ce7d74f762379cd6c8f75c1d99acd67e32723f4342bba0fa879d4f0a3a3f86beeade24a055996abc9928a4c61c559a4fe0a2dcdc16f24662175b175b -DIST patch-6.6.35.xz 2307260 BLAKE2B 79fdb1c3567356938cbd72bd0198cf07508e6ce790a7f46e72a04c692a39470b052631114b7d0ec9d7b70c0873b71fde776088fb04b273fea7f11dddf4ab2ea4 SHA512 e5f794ec8fcb5b3149ff10692274eea6367d59f7b4b42845040c31d28d1fcbcd2aa6fdfd24f69f250e89eddac88f7034f1dba3a3fc789f0648a1f7a3d8a01baa +DIST patch-6.6.36-rt35.patch.xz 89600 BLAKE2B 8705461f8bb7f297b3a7b8119ab3b1ee879c977f1ff241e62a8138d605d7a3b477442f814300749c6645456693716b6ea1c15a1693e696d87291e6dc96b1b987 SHA512 068d9a1932ac01493dbdc74fa397a81f33c9806591160d33cd5d5e7ac994c85b2738345990813e90183b20ba9d7c5913d6a7aa6f9b3c40363aaa761f13e6253f +DIST patch-6.6.36.xz 2352844 BLAKE2B 2745e627a9871b3ba3979d1e4384b4872f296d7ff8f6a2dcdd257c7b2784707d64314214170edca338f29c21742ac9b054c396c93e2d3ccf287014633f316b0e SHA512 a24b5f49c82817d65e8db2cf33d69cbaa99248e2733bbd9e112f152b656eebf95fe0383bd07cd207683e02dd88a257a8628a296293696ae72cd3d87064e7d961 diff --git a/sys-kernel/rt-sources/rt-sources-6.6.35_p34.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.35_p34.ebuild deleted file mode 100644 index 2a03c9f44c9e..000000000000 --- a/sys-kernel/rt-sources/rt-sources-6.6.35_p34.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.36_p35.ebuild b/sys-kernel/rt-sources/rt-sources-6.6.36_p35.ebuild new file mode 100644 index 000000000000..2a03c9f44c9e --- /dev/null +++ b/sys-kernel/rt-sources/rt-sources-6.6.36_p35.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