From 6d557b52c81b6b00fb247e9eccb979ccfe57138a Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Fri, 17 Mar 2023 21:11:25 +0900 Subject: sys-kernel/rt-sources: add 6.1.19_p8, drop 6.1.12_p7 Signed-off-by: Alice Ferrazzi --- sys-kernel/rt-sources/Manifest | 4 +- sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild | 52 ----------------------- sys-kernel/rt-sources/rt-sources-6.1.19_p8.ebuild | 52 +++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild create mode 100644 sys-kernel/rt-sources/rt-sources-6.1.19_p8.ebuild (limited to 'sys-kernel/rt-sources') diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index 495ed0c7545f..491221457fa5 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -28,5 +28,5 @@ DIST patch-5.4.230-rt80.patch.xz 183116 BLAKE2B 4a28dfb2ac1cfa81a1d97a0b86e4ae7e DIST patch-5.4.230.xz 4519916 BLAKE2B a88f386ba71ce0d9972154644c7ec46b10f20fbf1760f1a7ca73afdd2e424985156f127974758bf4870647f53b9c341d56b625f56c51f584ab4156f0dc5e6522 SHA512 8686631fc84aa7f6650051cd3cfebec4059ef54f53a5f86c09d61129c67615a433daf5b443462b10bb93965cf945c6c3e431ec080c96388aff2626abef6f36f3 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71 SHA512 3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e DIST patch-6.0.5.xz 274580 BLAKE2B b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff SHA512 c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb -DIST patch-6.1.12-rt7.patch.xz 48992 BLAKE2B 803d2c8a275487f69eaa26305a650d658882676fb82547e5b7abbfa307c973365b8509cff8a76cafbc1d66d58dc338b9c298c42e5aee4acdf49e5bfbc3263b0f SHA512 3901e7ac84004815be723bbed10b6ffd2a32c98f78547e439478c8592c3dd518ad5e5c272586039392ac580a3775a031d8b176a961bd73add4bf69dcccfeba45 -DIST patch-6.1.12.xz 749796 BLAKE2B c382e0d30346fcf3325c51549994dca01fcb14b99b37986e97cc4decd461eec147eddd73d0d870862946737e44c628e1e6986ca48848fe0acc3b92e951ea79c7 SHA512 02a058eb50464e0819f5b05ea5d154d2e7a944cf590224c4f4ff07e4f57f9173962e1b04e1a0cb4a55795f4f66fb80afb6686c9c75bce435c8dfb2b733bfe21f +DIST patch-6.1.19-rt8.patch.xz 48676 BLAKE2B d251b6440f4ad99ed65a1a02a99dd961cafecee048459db1a5a19703cdc05981f6cae1e748849657d7546d2332c90b7938b7c1f65b6f7b7f42422f113d7a60d8 SHA512 bf03d67cfd36080ce676369b76b7c592dee2a0a80b4bccdefee235d0e3c6906cc7fbf3ea6fde59182f16f5ea698ac3f6a3283e84d2555dd03c61c9a82107efa1 +DIST patch-6.1.19.xz 1073624 BLAKE2B 313596f43234b22af1964e06bfb66de653362040b04c33cc1dd79667e3ec33d33ded39245fbd71ae67c80eda6ac34d070f9e69fe450bfa4db07cdfd02f02fb1b SHA512 88b203ab038f85b6af418c4bad6e4fe2b95dd8f0039502eacb9203eb6fd5b08fb7f9ba668edeb912681db45f1fc9fcc923fd3670175683747516764f7d998598 diff --git a/sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild b/sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild deleted file mode 100644 index 03c59e4fb6e4..000000000000 --- a/sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 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.1.19_p8.ebuild b/sys-kernel/rt-sources/rt-sources-6.1.19_p8.ebuild new file mode 100644 index 000000000000..03c59e4fb6e4 --- /dev/null +++ b/sys-kernel/rt-sources/rt-sources-6.1.19_p8.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2023 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