commit:     2a69fd9797587ea443a4f7500712717e701f086b
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 00:27:41 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 00:27:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a69fd97

sys-kernel/git-sources: add 6.17_rc2

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 3f393ef4649f..dde6f13407a8 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-6.16.tar.xz 152620004 BLAKE2B 
87bc4da7e89cc8265aebffea7ec6c09f711be24fee87cb1c03a264c03fd5a538d66aa806640835aa5103926e612cdfbc52d7c861d7f7065f1a8bb11d893b0921
 SHA512 
55a00f89ad6db6db2e26ff5dc5cfc96bbf6654e5bd5d17d2a3b944a47640367e54139716d230923187bebc6cb7756edc9511a620fb8abc6f32c50a658a734784
 DIST patch-6.17-rc1.patch 45527005 BLAKE2B 
bf687c3b07e1707e3529d885b665f157be76264bbfcda55fbc8c191fb7c75f72b8c305c228ac301e905de306bb086d9d705616d294ce504d4c772bef2179eccf
 SHA512 
de310954b367d6bd0a7f93416ef54f570217ded9ca944076cc417653888a56f6c0c5678f68ed5a92392d717646ebd603de67c56bfdd75953233c7a3651a97435
+DIST patch-6.17-rc2.patch 45728204 BLAKE2B 
792acfa0a159caf6a27d57a2c04c8192fea291389235f473f43877c2145653f167b6fec243b4c57b6c64ded5eb6c8209e3a4b6aa8c60fce0fb3d42d214f8a3cb
 SHA512 
fefba28c92caa7423f9dc2bb1ec677dc9b7176d485dca0a96439d6162f923bd43d7a4016a50a6f1243b5e5a69d805e8f4cf67a36fd1e6322f927ebd4116c1130

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