summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-12-09 17:21:13 -0600
committerJory Pratt <anarchy@gentoo.org>2019-12-09 17:21:39 -0600
commit8d5db4b98fa0a1052be8ea7b891aca36f5abcc61 (patch)
treef1e20a43d42e90f48d79fa68949e1b9d8e5455cf /sys-kernel/ck-sources/ck-sources-4.9.137.ebuild
parentdev-libs/librdkafka: bump to v1.3.0 (diff)
downloadgentoo-8d5db4b98fa0a1052be8ea7b891aca36f5abcc61.tar.gz
gentoo-8d5db4b98fa0a1052be8ea7b891aca36f5abcc61.tar.bz2
gentoo-8d5db4b98fa0a1052be8ea7b891aca36f5abcc61.zip
sys-kernel/ck-sources: Version bump
This moves use to a full patch from Con instead of a single pick. All 4.x versions have been removed and will be unsupported by myself. Sorry for the trouble look forward to working with you all. Closes: https://bugs.gentoo.org/679978 Closes: https://bugs.gentoo.org/688092 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-4.9.137.ebuild')
-rw-r--r--sys-kernel/ck-sources/ck-sources-4.9.137.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-4.9.137.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.137.ebuild
deleted file mode 100644
index da12748fbcc2..000000000000
--- a/sys-kernel/ck-sources/ck-sources-4.9.137.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2018 kuzetsa℠ and others
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-ETYPE="sources"
-KEYWORDS="~amd64 ~x86"
-
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
- http://kernel.kolivas.org/"
-
-IUSE="experimental"
-
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="141"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE="1"
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 kernel-2
-detect_version
-detect_arch
-
-DEPEND="deblob? ( ${PYTHON_DEPS} )"
-
-K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
-
-DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' MuQSS process scheduler."
-
-MUQSS_VERSION="150"
-MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
-MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0"
-
-# clearly identify package name in distdir
-MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
-
-CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"
-CK_URI="${CK_LVER_URL}/${MUQSS_FILE} -> ${MUQSS_DISTNAME}"
-
-# solves bug #606866 (Fix build for CONFIG_FREEZER disabled.x)
-FRZR_HASH="7de569950716147ed436b27936628ee3ab5b45cc"
-FRZR_FILE="${PN}-4.9-freezer-fix.patch"
-FRZR_URI="https://github.com/ckolivas/linux/commit/${FRZR_HASH}.patch -> ${FRZR_FILE}"
-
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI} ${FRZR_URI}"
-
-UNIPATCH_LIST="${DISTDIR}/${MUQSS_DISTNAME} ${DISTDIR}/${FRZR_FILE}"
-UNIPATCH_STRICTORDER="yes"
-
-pkg_setup() {
- use deblob && python-any-r1_pkg_setup
- kernel-2_pkg_setup
-}