From 050da7fe3831fba1c01001f91056a7229d01889b Mon Sep 17 00:00:00 2001 From: layman Date: Sun, 13 Sep 2020 15:46:58 +0000 Subject: [PATCH] sys-kernel/liquorix-sources: add liquorix-sources-5.8.9 --- .../liquorix-sources-5.8.9.ebuild | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sys-kernel/liquorix-sources/liquorix-sources-5.8.9.ebuild diff --git a/sys-kernel/liquorix-sources/liquorix-sources-5.8.9.ebuild b/sys-kernel/liquorix-sources/liquorix-sources-5.8.9.ebuild new file mode 100644 index 0000000..481755b --- /dev/null +++ b/sys-kernel/liquorix-sources/liquorix-sources-5.8.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="1" +K_SECURITY_UNSUPPORTED="1" +K_NOSETEXTRAVERSION="1" +LQX_VERSION="2" + +inherit kernel-2-src-prepare-overlay +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +HOMEPAGE="https://github.com/zen-kernel" +IUSE="" + +DESCRIPTION="Liquorix sources including the Gentoo patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" + +LQX_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-lqx${LQX_VERSION}/v${PV}-lqx${LQX_VERSION}.patch.xz" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${LQX_URI}" + +UNIPATCH_LIST="${DISTDIR}/v${PV}-lqx${LQX_VERSION}.patch.xz" +UNIPATCH_STRICTORDER="yes" + +K_EXTRAEINFO="For more info on liquorix-sources, and for how to report problems, see: \ +${HOMEPAGE}, also go to #zen-sources on freenode" + +pkg_postrm() { + kernel-2_pkg_postrm +}