commit:     dd81cf835a92abcd44f3e7c03419f30233b46150
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 19:28:10 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 19:47:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd81cf83

sys-kernel/ck-sources: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild | 91 ++++++++++++++++++++++++
 sys-kernel/ck-sources/metadata.xml               |  1 +
 2 files changed, 92 insertions(+)

diff --git a/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild
new file mode 100644
index 0000000..f0a50e5
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+       http://users.tpg.com.au/ckolivas/kernel/";
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="8"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+#-- If Gentoo-Sources don't follow then extra incremental patches are needed -
+
+XTRA_INCP_MIN=""
+XTRA_INCP_MAX=""
+
+#--
+
+CK_VERSION="3"
+
+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}"
+
+#-- Build extra incremental patches list --------------------------------------
+
+LX_INCP_URI=""
+LX_INCP_LIST=""
+if [ -n "${XTRA_INCP_MIN}" ]; then
+       LX_INCP_URL="${KERNEL_BASE_URI}/incr"
+       for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
+               LX_INCP[i]="patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2"
+               LX_INCP_URI="${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}"
+               LX_INCP_LIST="${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}"
+       done
+fi
+
+#-- CK needs sometimes to patch itself... ---------------------------
+
+CK_INCP_URI=""
+CK_INCP_LIST=""
+
+#-- Local patches needed for the ck-patches to apply smoothly -------
+
+PRE_CK_FIX=""
+POST_CK_FIX=""
+
+#--
+
+SRC_URI="${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI} ${CK_URI}"
+
+UNIPATCH_LIST="${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}/${CK_FILE} 
${CK_INCP_LIST} ${POST_CK_FIX}"
+UNIPATCH_STRICTORDER="yes"
+
+#-- Since experimental genpatches && we want BFQ irrespective of experimental -
+
+K_EXP_GENPATCHES_LIST="50*_*.patch*"
+
+src_prepare() {
+       default
+
+#-- Comment out CK's EXTRAVERSION in Makefile ---------------------------------
+
+       sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile"
+}
+
+pkg_postinst() {
+
+       kernel-2_pkg_postinst
+
+       elog
+       elog "For more info on this patchset, see: 
https://forums.gentoo.org/viewtopic-t-941030-start-0.html";
+       elog
+}

diff --git a/sys-kernel/ck-sources/metadata.xml 
b/sys-kernel/ck-sources/metadata.xml
index 3357f85..f6e6c10 100644
--- a/sys-kernel/ck-sources/metadata.xml
+++ b/sys-kernel/ck-sources/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
+  <!-- maintainer-needed -->
   <use>
     <flag name="bfsonly">BFS by itself vs the full ck patchset</flag>
     <flag name="experimental">Allow experimental code. Can break or degrade

Reply via email to