diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index cfdcb012df8a6..538eeb7b4b1f9 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -4,3 +4,4 @@ DIST patch-6.17-rc2.patch 45728204 BLAKE2B 792acfa0a159caf6a27d57a2c04c8192fea29 DIST patch-6.17-rc3.patch 46129989 BLAKE2B 2799de40782dc219ac338c7b0711736619a83609066c16794a869fde20aa8f5ee9d2681ed46950f36ffb641e4cbe25b6cb461694a2ebb8dc5f8dd93df014a3ed SHA512 7a1695ffc8d9b4579110003bc1d1748de185a97393f61547afa5e0408d354ceb58b7e73340371cde07a14626779ea93c7c0d6214302a53989a4efc60c04bbc55 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 diff --git a/sys-kernel/git-sources/git-sources-6.17_rc6.ebuild b/sys-kernel/git-sources/git-sources-6.17_rc6.ebuild new file mode 100644 index 0000000000000..21a7c21bbc3f6 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.17_rc6.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 +}