sys-kernel/liquorix-sources:bump to 5.10.12

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Westman Dorcsak <hedmoo@yahoo.com>
This commit is contained in:
hedmo 2021-01-31 22:00:58 +01:00
parent 651340b7b8
commit e38d2db6d6
No known key found for this signature in database
GPG Key ID: CD4967633316254F
2 changed files with 34 additions and 0 deletions

View File

@ -5,6 +5,7 @@ DIST genpatches-5.9-1.extras.tar.xz 1764 BLAKE2B 32d29f0448aef113ba9c9591c5d3b67
DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
DIST linux-5.9.tar.xz 115507140 BLAKE2B e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb SHA512 d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
DIST v5.10.10-lqx2.patch.xz 513472 BLAKE2B 10cc5638ab22aea7211d32a46d4e4b16c1d4e02c98667beadd0a058f6ed98ec747263c99e67a381b207e71368e3a70c095be694dcd877006d50ddb36bf888b1b SHA512 c2c1daa243d6520237b58981bb9225fa0f8065aa8267aae6908a8d5bfc8928a298b9793d6492ef98bdf79430e11a5ba91fd4acb4db2db99417bdae5cc9b896d1
DIST v5.10.12-lqx1.patch.xz 543216 BLAKE2B 00792c5a9f11ae686de91958b832dcb0b94028bc8fbab62b098ab8aca7a3b99a604093ffc94afdda934358580202e38fbc3ad1a4ac04a85737574363ff850b9b SHA512 284cd1f483b5cf6ff69426eb1c1c87c5e2ea3c9b1d9a7ec272d0ad0f2375a7dddda540c6e75c3c33a98183c687b41af5c9f89c2df3091947dc187645ebd42f7e
DIST v5.10.3-lqx1.patch.xz 133084 BLAKE2B a69e2a0635acbcba9cc7b8f63afb80614d49284b2b42c8aad06c2a9eb3041d1d420f096e734b1ec7bbc35f1286c38ce643a42c953e7d6f000babdd97e36830ac SHA512 661f7d716b8e34ef093138cb143a871233aba772e12bd49698f27479965003f244ecec566148275e5115942b656fdde2de3132e68652cd410c91082816bdeba5
DIST v5.10.5-lqx1.patch.xz 334676 BLAKE2B b0cd14cd7a0bb373583bbb6e114b8c9cc9be2bc2bfd4ba76dbdcecc1a9005283969e06d0e49cdb7450a9be0b848ff73b0d3ac66030e5cc8082a398eb1abb536f SHA512 c3e8b51b77df1e8a2c76f63cf9e92b202b6ea0fa3499869ec3d8eb7cc38f7dbcc77654aa6af6749e14615128a706fa6b8607db31c046537c55cf8c69d3eec8b7
DIST v5.10.6-lqx1.patch.xz 350852 BLAKE2B 1a49c3f8c7e1d0d18271f43c748decc61ed6b64fe70fda7ade63f860fd3fd385fb34efaea88f2a671ad4d3d67bca7ad9bbfbeaca96e83577c94655e2ba37f4b6 SHA512 6603808dd11b82a04988fa335e4b640101d70ddccc32fd9b1c112cc25ac59649d315df5d67b3a1b3362e8beb260882605d25659447bbaac0cd1c8d7dd50cdc84

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 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="1"
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
}