sys-kernel/xanmod-sources: bump to 5.16.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Westman Dorcsak <hedmoo@yahoo.com>
This commit is contained in:
hedmo 2022-02-17 07:53:42 +01:00
parent 58dbb0483f
commit 3a4ecde1af
No known key found for this signature in database
GPG Key ID: 521B4B4B3A0BC7F9
2 changed files with 42 additions and 0 deletions

View File

@ -8,5 +8,6 @@ DIST patch-5.15.11-xanmod1.xz 1047440 BLAKE2B 777125c87b8f870da0ed953d5fb55395ad
DIST patch-5.15.13-xanmod1.xz 1102076 BLAKE2B d2d75f3dc0cc70e5d3342944a799be6a59604900bc33a61f3a63893a6f53daf3b90a583ca4e45548887e12b8741576a35c0febf690732eff9d910df7c9290690 SHA512 9faf38e42d6515879ba30fd4fda11f1bd0ff7b0338760442f50dce45b4f19d4517e728769c60f1576e28b91065a2a1d9f24bb42da3dbb6d95195e97565950174
DIST patch-5.16.0-xanmod1.xz 219252 BLAKE2B 1d23a2c357b3c3b2ad919e87c3a9508f40140dab8bbe018386b2f814ff93f2d4594c71796e7d0a03cadde408c4c9810faf1017b4d706dd7d039a35e4e265540c SHA512 238a7844981254f839b7aa83683e1bb53cef8d9834016fce5db289e6c9474894bac38303d019a865983499411dcd50c09023279eb4c1698e654533f168b2b21a
DIST patch-5.16.1-xanmod1.xz 226188 BLAKE2B 6e9802fac363672ab592fe13fdf349a94ed74bb9a9c4c4a31ad7cb860cb93c280efe27e0adee0e5e78d78513fad97a0d0820124854e7b942776e0014c27e86b7 SHA512 f13be5f6b454f3c8d941337dd5aba350661998ffba7ace4a254227e5f7b7e0077f43ed7bfcb15d2623f1a15a92dd53dee53e370a24dbf712dcac25d8aefc39a0
DIST patch-5.16.10-xanmod1.xz 704740 BLAKE2B fc248cd5a4c312fc7195dedafb6714a5a328021ee3268908cd6812f649209859ff17d00805e3314a2ccfa543a9a5c4122b7db094227f84f01467c7157be1b848 SHA512 d9f24e5e3b711119d03c3a85280282c2d34aa5498aac8737278a6878430d9b5c44f6d2d13da91b1ded4ae11220e99b47d19ebbbc247624894f445709ba6e86b0
DIST patch-5.16.2-xanmod1.xz 235452 BLAKE2B f9ccc370d1f316175bc4e411bdb5138d3f271921a5cbe2ee2532cadb479485af07901eaa9f00f73846bf1d9f4686085ff7fe1634e71dc89294bb825a3eb614e1 SHA512 b0d967a6745071d02285f9225972406607f0a362e95feab7e2fae424448b5299438156e8a61711ea0fab8e77ab095aec819d5f8da34093d7ea46f3665449d3df
DIST patch-5.16.5-xanmod1.xz 605764 BLAKE2B 36826c004c19c3fbb5d797db8b29210f0cf43aaa3ac5c45fdc250b1a9b274117974598214726a87a415d815ab3b603c026eace8527804fdeba0b63ab0c1ae9d9 SHA512 561489ea814ab0edb98fc01915f08180cb5c3f2e910e58fe31cf3bef57329122d0f4107e02dad254686c9e38a81fd2c2c5565370767d45c31784731e52df259f

View File

@ -0,0 +1,41 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="1"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
ETYPE="sources"
inherit kernel-2-src-prepare-overlay
detect_version
DESCRIPTION="Full XanMod sources with cacule option and including the Gentoo patchset "
HOMEPAGE="https://xanmod.org"
LICENSE+=" CDDL"
KEYWORDS="~amd64"
XANMOD_VERSION="1"
XANMOD_URI="https://github.com/xanmod/linux/releases/download/"
SRC_URI="
${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz
${XANMOD_URI}/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz
${GENPATCHES_URI}
"
src_unpack() {
UNIPATCH_LIST_DEFAULT=""
UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz "
kernel-2-src-prepare-overlay_src_unpack
}
src_prepare() {
kernel-2-src-prepare-overlay_src_prepare
}
pkg_postinst() {
elog "MICROCODES"
elog "Use xanmod-sources with microcodes"
elog "Read https://wiki.gentoo.org/wiki/Intel_microcode"
}