summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuzetsa <kuzetsa@gmail.com>2017-12-10 20:30:51 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2017-12-11 10:40:50 -0500
commit0685f3a2823887704c25e7e5e5582f0d419807f2 (patch)
treec0a300e0bcf3afe9cd5a911e7c4516b6e673eee9 /sys-kernel/ck-sources/ck-sources-4.9.61.ebuild
parentsys-kernel/ck-sources: v.bump (4.9.68 & 4.14.5) (diff)
downloadgentoo-0685f3a2823887704c25e7e5e5582f0d419807f2.tar.gz
gentoo-0685f3a2823887704c25e7e5e5582f0d419807f2.tar.bz2
gentoo-0685f3a2823887704c25e7e5e5582f0d419807f2.zip
sys-kernel/ck-sources: prune old versions
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-4.9.61.ebuild')
-rw-r--r--sys-kernel/ck-sources/ck-sources-4.9.61.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-4.9.61.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.61.ebuild
deleted file mode 100644
index ded2c4e20a90..000000000000
--- a/sys-kernel/ck-sources/ck-sources-4.9.61.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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/"
-
-K_WANT_GENPATCHES="base extras experimental"
-K_EXP_GENPATCHES_PULL="1"
-K_EXP_GENPATCHES_NOUSE="1"
-K_GENPATCHES_VER="63"
-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="Con Kolivas' high performance patchset and Gentoo's genpatches for Linux ${K_BRANCH_ID}"
-
-CK_VERSION="1"
-
-CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
-
-CK_BASE_URL="http://ck.kolivas.org/patches/4.0"
-CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
-CK_URI="${CK_LVER_URL}/${CK_FILE}"
-
-# 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}/${CK_FILE} ${DISTDIR}/${FRZR_FILE}"
-UNIPATCH_STRICTORDER="yes"
-
-# ck-patches already includes BFQ (similar version as genpatches "experimental" USE flag)
-# what's not included is: "additional cpu optimizations" (5010) from genpatches experimental
-
-K_EXP_GENPATCHES_LIST="5010_*.patch*"
-
-pkg_setup() {
- use deblob && python-any-r1_pkg_setup
- kernel-2_pkg_setup
-}
-
-src_prepare() {
-
-#-- Comment out CK's EXTRAVERSION in Makefile ---------------------------------
-
- # linux-info eclass cannot handle recursively expanded variables in Makefile #490328
- sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die
-
- kernel-2_src_prepare
-}