commit:     e86c8d56ffec4922610d01d172e858391448f188
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 22:18:03 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 22:18:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86c8d56

sys-kernel/git-sources: add 6.17_rc7

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 538eeb7b4b1f..c937790288d8 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-6.17-rc3.patch 46129989 BLAKE2B 
2799de40782dc219ac338c7b0711736619a83
 DIST patch-6.17-rc4.patch 46507921 BLAKE2B 
126ee07976d099439fcbf637d4c3981fdd18a04f5b2dd0a06dcd9f772fc4d223adad8f09d6bcf7983b6a2d8f98898f1c01673b899b6532395bdfdf1e99ac8b48
 SHA512 
7d3b68d097a137dffd0ddd7892feca7c3e12b6a798ffce32919887d5716355202a7f32de171918112843c257ab7008f0517e6922ecf54e8be28dba8e3a07ccea
 DIST patch-6.17-rc5.patch 46855077 BLAKE2B 
d559ff7c46a9ba58e0a4f792018882ba08bde5bb8a261d845cc7cc619a5cd291e2deda30569083359af0f572242d2f8e97c9939b8f50d8bdac0d53ef3d279cd2
 SHA512 
a7ef397880891020bb134a56f09552b6e36b530c3e8d557f0e14c8b13fb3b7bbde065b00fafc704781a5f6557af629deedc0aced57cf715fbf14185869115621
 DIST patch-6.17-rc6.patch 47172503 BLAKE2B 
306015d77ba3de867261cb653a5cb65f058d93f798aeb59027f6f3c71b2d42f042828a4615b3a0b8e08f9f3884b513a79c7eb7e99bc7140d40fff3a214a9d27f
 SHA512 
323b136bb0dc49afa66b5d2e5cd300483cf9b46ce174bf6805997fcd42d6f88c3cf55d431ed21b94709cd7846d73b22aed5749de3cd6961469b9da03665c2284
+DIST patch-6.17-rc7.patch 47384584 BLAKE2B 
b71af353e8e8dc4b4b7d5ac0ae66a9f56d090b0359621f0b929e0251fa0eaa7b129fec5ec16f89d6547f51d9e3ef952c7fe4ea8bd110bfa3ea1a36ead1fb82dc
 SHA512 
fb205a6021eafd1f5dbbb7b8b65dc0f909dc41e97db435dc00978b657d1b1891eaf9caeae942766a9d19f639ca6cc93b8145b4c5099afaf985e03fa0545cb39e

diff --git a/sys-kernel/git-sources/git-sources-6.17_rc7.ebuild 
b/sys-kernel/git-sources/git-sources-6.17_rc7.ebuild
new file mode 100644
index 000000000000..21a7c21bbc3f
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.17_rc7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 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.16"
+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