commit:     4b65a436079a9e4d9922ed2e27b3b3ca0598e07e
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  4 00:12:45 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 00:12:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b65a436

sys-kernel/git-sources: add 6.12_rc6

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index e725e91eba4e..cd0caed43b1e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-6.12-rc2.patch 36093232 BLAKE2B 
827554afd814da07ba0e089b06b60ea195f50
 DIST patch-6.12-rc3.patch 37010782 BLAKE2B 
932e95c6138efc2228332b3be112b8c2941789b094c00dd536a5cbb0fe39ff85b03ff2916873cf1b2b982db220daa6393d4a9e513179e215da08a5eeb09053d8
 SHA512 
94a14426d8f00dc1e34f1a9676a5ec45374d21c598827a7ced63a1c85a50fd9873996b954a1f0490ac2b5ead8ebc43dd82421eb056b8063a201a35615130324c
 DIST patch-6.12-rc4.patch 37477805 BLAKE2B 
b6df018b2c6c38e9ff3975781e3e75f5c0fb40f24f7399e8709c321d7e0a7363e6b777d5f42dded07b3b8602691d0570336df10e43db4213990c33de0c0ffb7c
 SHA512 
317d2d5ba3a161c185442e6a6ac4e893bfbc4099338fbf4f8d465676c8443c66077789860147458b3c35bd53f206da5fdc03e362084d94fe3177ad8ff34b992b
 DIST patch-6.12-rc5.patch 37818574 BLAKE2B 
f313fee2cefe8cd32d7508c6766ace4d25e45e35991694bda950900b89f8d1be9726d2e12e9f67a62fafaa62aef0ef4def5bf1796ab1f5c848b1b6ef7846405c
 SHA512 
2e4119042bbc8739e0f7dce4b46867274b2182e02daf653daae93903e2d9f4c1ec7853a15a24707260446fba20a65b02e5021aa177896332c73bec8d27094240
+DIST patch-6.12-rc6.patch 38181769 BLAKE2B 
0f34e66471adc654ec65c04fffc135bf78ba1dbc9ca9d0d6871d7ff8e80596f3a6f329c0ae28a6f9ac520d58104e0fa94280ec2d96c553d5fdfcca280295e274
 SHA512 
edcb6c7fb73ccf9a842480a20c61b3bf7adf7ec234c16bf2fd2a69a6a2bb03e1562af21e15f468e7f025827476191fdf703d7ed0ebaff8ee9e402da9d5cf538b

diff --git a/sys-kernel/git-sources/git-sources-6.12_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-6.12_rc6.ebuild
new file mode 100644
index 000000000000..4c32ee9cdd98
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.12_rc6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 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.11"
+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