sys-kernel/xanmod-sources: remove 5.8.8

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Westman Dorcsak <hedmoo@yahoo.com>
This commit is contained in:
Andreas Westman Dorcsak 2020-10-03 19:57:13 +02:00
parent c9325d0a84
commit 1053fdcf92
No known key found for this signature in database
GPG Key ID: CD4967633316254F
3 changed files with 0 additions and 60 deletions

View File

@ -5,5 +5,4 @@ DIST patch-5.8.10-xanmod1.xz 577460 BLAKE2B 0782e38abc3d398b559f6797b7da169a97fa
DIST patch-5.8.11-xanmod1.xz 603812 BLAKE2B 46e50c060f818dfa1d2ce26cf7687dcd6d852ab4df732f080009ccb3dbec4b44286b3973720ab51137902ffbd097185af176c8005624cde551dab0c4be9f6519 SHA512 117bc4bbf5d363f17ec276b8d9a4103a0454dae7fdb24e9208324f096f8b628a3427895119d0f2f1a4345745aa6294ba9a4bff703bb9749fefd43878dc212df4
DIST patch-5.8.12-xanmod1.xz 619524 BLAKE2B dd5d81826ed0eaae00c2e3931aa495c6913beecce0cd0495c7c0c4ab783657540aba022205744ec22cf8e5458c9fb021df7c4483ce80e54d96dbda17533ab87f SHA512 e7cab6cd66354dd5f50ad55969b3ca16ceda0e63edb886e2946aea82efc9a45be5f653bf6ec9e80be84ba0f99ceed66ebaef4e225771bece6c4afc4318442cc1
DIST patch-5.8.13-xanmod1.xz 666596 BLAKE2B caf7650ae4cba7fb08df347d0d3aed20c2e768eda44062e0eab3ec686e701097d3ebce45a17cc18ce5dd854fe95b74ebd22c11031ff30501dfa8de99a547507c SHA512 2b13be818780080f2d0487a229281873ac09e6da216f572f2a404cbc7874a905eb296bce5ea3a08d1bd103337509a12f82899001ab01e8e1616004d751a39ccc
DIST patch-5.8.8-xanmod1.xz 481372 BLAKE2B 07c223c3806d14223a307ae6336b268d413f8df2a5ca4d37b3ffa076bf3f3f965fd54cfb4eee20651a8e30b8f40dddeff8dc8ebc4a977f6fa33e99f103a4b0e0 SHA512 f18d4dc75c383564e048102d434c78c05146133d2a52681ee98ba2edcd700c17d3ab316e7551f2bea1bf1fd270a1de828b5e7d33b9a55877c88424ff4471273d
DIST patch-5.8.9-xanmod1.xz 531936 BLAKE2B 54a0ed12e67c2451a1d75e1059083ecc31ed01915e8c9f10559b8fd0fbaa1f42aee68407a42094fde4b2bec2ae67f324118f64cebdf7f249f35ca756b7caae36 SHA512 1da64811c88a84edb3ec28e8e0f3ef8d9c14fe514d47ca3344c6d4b9bd7def190db317a0ed4f802f34b4ce830bc514edbbdce1e44f25fe9b8b0c03306fdeb229

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="1"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
XANMOD_VERSION="1"
ETYPE="sources"
inherit kernel-2-src-prepare-overlay
detect_version
DESCRIPTION="Full XanMod sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
HOMEPAGE="https://xanmod.org"
LICENSE+=" CDDL"
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz ${GENPATCHES_URI}"
UNIPATCH_LIST_DEFAULT=""
UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
KEYWORDS="~amd64"
src_prepare() {
kernel-2-src-prepare-overlay_src_prepare
rm "${S}"/.config || die
}

View File

@ -1,28 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
XANMOD_VERSION="1"
ETYPE="sources"
inherit kernel-2-src-prepare-overlay
detect_version
DESCRIPTION="A general-purpose kernel with custom settings and new features"
HOMEPAGE="https://xanmod.org"
LICENSE+=" CDDL"
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
UNIPATCH_LIST_DEFAULT=""
UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
KEYWORDS="~amd64"
src_prepare() {
kernel-2-src-prepare-overlay_src_prepare
rm "${S}"/.config || die
}