summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Kanzenbach <kurt@kmk-computers.de>2021-04-25 10:57:00 +0200
committerAlice Ferrazzi <alicef@gentoo.org>2021-04-27 13:38:47 +0900
commitac0f3a512cf4c71040dde0b3868d8fdb8004b4bf (patch)
treeeee99f817b71914ba3aeafa6a98b3a4ad559f289 /sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild
parentsys-kernel/rt-sources: Add rt sources v5.11.4-rt11 (diff)
downloadgentoo-ac0f3a512cf4c71040dde0b3868d8fdb8004b4bf.tar.gz
gentoo-ac0f3a512cf4c71040dde0b3868d8fdb8004b4bf.tar.bz2
gentoo-ac0f3a512cf4c71040dde0b3868d8fdb8004b4bf.zip
sys-kernel/rt-sources: Drop old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild')
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild b/sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild
deleted file mode 100644
index 8cec2aef7c8f..000000000000
--- a/sys-kernel/rt-sources/rt-sources-4.14.206_p99.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-ETYPE="sources"
-KEYWORDS="~amd64 ~arm64"
-
-HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/"
-
-inherit eapi7-ver
-
-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_FULL/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}."