sys-kernel/zen-sources: add zen-sources-5.6.5; update Manifest

This commit is contained in:
TheMainOne 2020-04-17 20:29:57 +00:00
parent 6a34b55db0
commit 859bc85efd
2 changed files with 43 additions and 0 deletions

View File

@ -11,3 +11,4 @@ DIST v5.5.9-zen1.patch.xz 728472 BLAKE2B 7f49112a8d05744183fe6a73a938867ed50b9e6
DIST v5.6.2-zen1.patch.xz 79444 BLAKE2B e4ce8c020ab40d40f0e5c9d6dfe9fe57fcb8408c3de4d80d1ab23b7ca8f5c8a251da4e9f85c675fcbb6969b83d0c68c803aace8e9210c9a9794287a24aa10b74 SHA512 80e261406743eb17e3f58e09c22114733816a0e9f1748fc145c120c52882b484c3f1c1ba675044b793af9c6c4538b24d3319d31249fd1befbe0413a2f40675f9
DIST v5.6.3-zen1.patch.xz 88584 BLAKE2B ee6b456a41d991a1468708baefe808693c8f44881f6a60206c0b7d242c793ed98375601b7cdf22a7da5e6518fafd0825cd573b2c814555d339885a58d73c34a9 SHA512 f0e2a80759c0519ea3bd62a6ca4ded0da9e1671eeb346a3b02cf158ac4bbd4297ad439a5e093a835b5abd44eda7ef3f2b0bce805bb801670b49e49ca74f33c03
DIST v5.6.4-zen1.patch.xz 105228 BLAKE2B 3d434d8371fe6465bf60d5f9972a8076daec6c034547b4c58b472c802bb2605d4c8dce3c2b11dd0831ba2a8b3321d4b0c4757382eaad90839e7130472321f49d SHA512 afd59a9528ad3abc57fbca5917a89e595e51da8235ce356ce951089ddc1041cc79b2ea3482be11cc945492fd9586556472b740965fb615027818f70a62c1eccd
DIST v5.6.5-zen1.patch.xz 191164 BLAKE2B 8c6b604aa49f785109dc8ea08f8f174219cb2dd09f45afa71e38e7bf695ef1bc00e5f9c63f46082a12fe7d759c0520f359471e333b5cc21fb497000626a5383a SHA512 a73977f17df7961e5433022eee1259466d2e79aef843c9a29c1acee225fc799d2b4761e852091ca66bd4b6f78c8ac2ac8fa20d94ffd5b4e22987105665e37cec

View File

@ -0,0 +1,42 @@
# 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="2"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
inherit kernel-2
detect_version
detect_arch
KEYWORDS="~amd64 ~x86"
HOMEPAGE="https://github.com/zen-kernel"
IUSE=""
DESCRIPTION="ZEN sources including the Gentoo patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-zen1/v${PV}-zen1.patch.xz"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${ZEN_URI}"
UNIPATCH_LIST="${DISTDIR}/v${PV}-zen1.patch.xz"
UNIPATCH_STRICTORDER="yes"
K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \
${HOMEPAGE}, also go to #zen-sources on freenode"
pkg_setup() {
ewarn
ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
ewarn "If you need support, please contact the zen developers directly."
ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
ewarn "the ebuilds. Thank you."
ewarn
kernel-2_pkg_setup
}
pkg_postrm() {
kernel-2_pkg_postrm
}