commit: 00903d23325d47059fbfd3e822a3611245825b90
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 21:46:15 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 21:46:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00903d23
sys-kernel/git-sources: add 7.0_rc4
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 1 +
sys-kernel/git-sources/git-sources-7.0_rc4.ebuild | 39 +++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 9913a376d710..d5aeda0b233a 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -2,3 +2,4 @@ DIST linux-6.19.tar.xz 156067644 BLAKE2B
d1551c058e9a1201a0fa769b427255f13bb0d73
DIST patch-7.0-rc1.patch 54576992 BLAKE2B
6c607020758093dd82a186f97027a50735dd63036d877665cd8aa07a4c008e5d49cf77cbdd839627d3d9011e16c326357ff9628d61a75085ce81a8ee0420082f
SHA512
f5ce47ab9f2d11fbbbc190f2df56b3b21a3d1958f30cb4cf5e426a69e8a6b4670625eb32806ca3b9780a9feca6cbd7187656d742ecd186dc405e5e8f89f147ad
DIST patch-7.0-rc2.patch 55105706 BLAKE2B
7ef6aa80eaf721510c1d405f857be69d5e21b44196a047c2a1846a434d676c29a85dd542d7bcc293361c4ac44ffd435729cad4d22d2878e725819fe61446f25b
SHA512
b6dd496e9edeb14951a54cfd5959533e175fac5e8c3c515570afd9380e552c297591961b969eb09b9f94776b2436dadaac5b926593d8abad26b2806583a5c556
DIST patch-7.0-rc3.patch 55710859 BLAKE2B
7d813884d846fa964de008fa478e99c54efc3280e7b11c74a34795f877999e738c5da3a15f0a18411253edf436bda11074b1f661a75ba7eaf572ebe5d5ddce46
SHA512
9193f4b7133c4a40c124c6125281f8f6a64e976b37740e415c7b0b24b2776717b4617f3d778a8db9dae285d3f48b9c07ef9bbdf67302ca003dfa65a3ec02b894
+DIST patch-7.0-rc4.patch 56366366 BLAKE2B
3a460eeb449a689b31be5a9209806372e4dbe5f4646eb847228eba3178a89c06a09283927f3e2d9dc0a9ee09a94b9fc0e79a832208b29b917726763fe54d4b8c
SHA512
381ad85dadb6ddfb3f5827dfea706a03056cb00fef3b9078e1e09262903b3d42ab0548317fc59eca5fef9f59d61b08bff93d6e81e62abb5a289aee73ac9af299
diff --git a/sys-kernel/git-sources/git-sources-7.0_rc4.ebuild
b/sys-kernel/git-sources/git-sources-7.0_rc4.ebuild
new file mode 100644
index 000000000000..41d4d1367695
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-7.0_rc4.ebuild
@@ -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="6.19"
+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-r5"
+
+pkg_postinst() {
+ postinst_sources
+}