sys-kernel/git-sources: add 7.1_rc4

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2026-05-17 18:05:11 -04:00
parent 583ad9c4be
commit 21a4c994cb
2 changed files with 40 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ DIST linux-7.0.tar.xz 157143652 BLAKE2B 3d9795083c8938f80f480de0d10bfd9c525640e5
DIST patch-7.1-rc1.patch 55465034 BLAKE2B 2e91dade52cf17bce748257272f3fe9c67c45770f8e322544b3198665362d29b72e484810c24283c75c4d0ebc7c0e90b5a43e066ad65ea34ac507ff73c5b0255 SHA512 50bb1e8bf2b47f3a908f23fc239e0648cd557d257de3cdbcb9a6cb0182d6dd7567318e0d7dc917828711940376a6716f90403dcffeb1cd6b184027f07bfb5c7f
DIST patch-7.1-rc2.patch 56461489 BLAKE2B a59ccdafed3c3c87ccd7433f33bc35951ac6dce29b543b6dc8b30bf281e453edd5f5ee4ce9a28a7983252ee791e49ec47cd15a3e23fdb214a7780c922c14ddcf SHA512 eb69b7b5bd988a2c1c0af8d45b19c0dbd481647cc02ffb0f064d6e74f514e7bb6fbf469333040acd9917f7a27e90074d769e9933650f88601649c76798c19e63
DIST patch-7.1-rc3.patch 57139348 BLAKE2B 8bd4b00d8a8d1478c0696c5d04d00083b64cd243933831e68066af86b6203b0db76b1820634568b5d12b388848760c156b12c970df5e08f7dd056bd46b6545a0 SHA512 ccf91308f7caa493206bf1a133807ee3f8e3bbeb50c5bb43b7050577e5f717d856780c17c7cbfabdf182045d17581831310ca9d909aa69e6f63efe300b426a30
DIST patch-7.1-rc4.patch 57585022 BLAKE2B 79566905515ff28e4542c6b27c04fb9a60f5931376860bdaeeaf6f069f82f60464d707e273e3cd3620ab37ef0edd2cde3efead2672d8969c4c05304ef3b1f5fd SHA512 d50ec1c9408b1981f4965980ca5d89229436a25121d805dfc50278e6bd1d88d9efc49122efb2c1dfbbe21d3ed1e94aba3410368354d413b5bd51f282292e1eb5

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2026 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="7.0"
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"
pkg_postinst() {
postinst_sources
}