sys-kernel/git-sources: drop 6.10_rc7

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2024-07-28 18:43:45 -04:00
parent 8462431f93
commit 26587716e5
2 changed files with 0 additions and 41 deletions

View File

@@ -1,4 +1,2 @@
DIST linux-6.10.tar.xz 145142812 BLAKE2B bb243ea7493b9d63aa2df2050a3f1ae2b89ee84a20015239cf157e3f4f51c7ac5efedc8a51132b2d7482f9276ac418de6624831c8a3b806130d9c2d2124c539b SHA512 baa2487954044f991d2ae254d77d14a1f0185dd62c9f0fcaff69f586c9f906823017b8db1c4588f27b076dfa3ebb606929fec859f60ea419e7974330b9289cc2
DIST linux-6.9.tar.xz 144034416 BLAKE2B 4cf86c3cfe6e6534745d42dfaeca59b17ea1168c4e8b615c80e6d8aac735f11283cd85fa992b440b5d4452917e94b9f08397a64af0be5894e3df23c68892377e SHA512 fed3b4cd1fbfb4d94618587c1934273d2ecc8b6e42a3d586ff8a5f24980be930f2ef803aa2923ca3bfa5e4e619f967f3af315368f24fa76f610b10443624a579
DIST patch-6.10-rc7.patch 42371387 BLAKE2B fea07afbe9da8c9239094e91a5650b4d956b6e9c19f04d01332b1abd17690d4fba9379683dc5a00ff53ce7bcb533e794ca66fd00f9ed3fd351465e447657590e SHA512 af4792d94d01d1b41f749741d93c5a51586b7ff5a1b2dbc8f183e6b8125394c17fb2ac6c725f661f37af7070223fae235fde685b46de14ddf4f5537eeda74d9e
DIST patch-6.11-rc1.patch 84813682 BLAKE2B 6e0366cfcd85ad1d16bff987ae4cc6869168501505a2a99716c22fe499705e85b75fc2443d5b7cb37d81a20bcfd10bb1e52e132d27f2a524ae52990ef5028564 SHA512 608e031ffdc5f8a2c9c5e368d3304f55fa8cd111df5ca5b1d84a2f414e25802d6652efd342f855fae9343ca57c0216ab252fe66fe6adca233a6119e0bf989bdc

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="1"
K_BASE_VER="6.9"
K_EXP_GENPATCHES_NOUSE="1"
K_FROM_GIT="yes"
K_NODRYRUN="yes"
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version
DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="https://www.kernel.org"
SRC_URI="${KERNEL_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.6-r4"
pkg_postinst() {
postinst_sources
}