commit:     a47cade82c92a7d42c0d60a44a539d2ac9202335
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 23:50:52 2026 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 23:50:52 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47cade8

sys-kernel/git-sources: add 7.0_rc2

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 sys-kernel/git-sources/Manifest                   |  1 +
 sys-kernel/git-sources/git-sources-7.0_rc2.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 2b37ed567958..b0291ea3f126 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-6.19.tar.xz 156067644 BLAKE2B 
d1551c058e9a1201a0fa769b427255f13bb0d73fdd384e2c0302956cc9a1eeba255b013fa87a15fdad508bc00fdae2085590572c76cfe20fe2af31ba87b7d289
 SHA512 
01b29c7f4e5bc0c9802794c2cd027fece825f90417be229a71e60eefce530010d5d301749c54ae744e9d4a483518e769e2bb7e6e9209687681ad7fff11c3ed86
 DIST patch-7.0-rc1.patch 54576992 BLAKE2B 
6c607020758093dd82a186f97027a50735dd63036d877665cd8aa07a4c008e5d49cf77cbdd839627d3d9011e16c326357ff9628d61a75085ce81a8ee0420082f
 SHA512 
f5ce47ab9f2d11fbbbc190f2df56b3b21a3d1958f30cb4cf5e426a69e8a6b4670625eb32806ca3b9780a9feca6cbd7187656d742ecd186dc405e5e8f89f147ad
+DIST patch-7.0-rc2.patch 55105706 BLAKE2B 
7ef6aa80eaf721510c1d405f857be69d5e21b44196a047c2a1846a434d676c29a85dd542d7bcc293361c4ac44ffd435729cad4d22d2878e725819fe61446f25b
 SHA512 
b6dd496e9edeb14951a54cfd5959533e175fac5e8c3c515570afd9380e552c297591961b969eb09b9f94776b2436dadaac5b926593d8abad26b2806583a5c556

diff --git a/sys-kernel/git-sources/git-sources-7.0_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-7.0_rc2.ebuild
new file mode 100644
index 000000000000..41d4d1367695
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-7.0_rc2.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
+}

Reply via email to