commit: 6d9db7202b0b100093a0130b4199cba083533768
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 22:37:01 2025 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun May 11 22:37:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9db720
sys-kernel/git-sources: add 6.15_rc6
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 1 +
sys-kernel/git-sources/git-sources-6.15_rc6.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 1581f1716c99..fbcafaf24858 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-6.15-rc2.patch 59080214 BLAKE2B
2baa517836bfad9a6f98e501cd922c4123f7f
DIST patch-6.15-rc3.patch 59540648 BLAKE2B
75b8996089d49368325954111ade0d8c97486bebf33f8bd484fb30e170b75fd3e50756b6e8ac1e026571045a27a0663571b1877716b65d2c21cb4d734659467a
SHA512
12fed19a0726395825a54004dc74f057a370a84e8b4768b4d815110b8d474188919b102d29fb8d8e66d15587b4ed67985ce340402f7a740fce5ebba28f321467
DIST patch-6.15-rc4.patch 59839201 BLAKE2B
2e1fb03b7b7096e9566de9476c099a2715f31b4104b6d3720b798d9a4db741d1aca7c1cd6a28c2edce8f2469da73b8812e05b28cacb2b079e48f912fdbc811b2
SHA512
e04dec3dbd052c658bd02a7edc1f85d4d5d132183992fbdbd00408a0c96045662efd11b0dd920f4157737089ba47e793ff74f3f8e97caba18d5c202139a0fe2b
DIST patch-6.15-rc5.patch 60081073 BLAKE2B
a31d2fbef146fdab17f5bc74cce689c2b6ff97fe68258cc9624105a9a378a9af8bac755dba8f4d9164df22dc2fe352b7cf76881327c457a00f88890983d651a8
SHA512
6be02e6bf06108e6e7be541ae775adcf5fea06df0ae804a1fc6e75ce69029c9c59b264362b49362f2101cc636ae9aed421d07f5b466c9e0f59ee224da7c462c5
+DIST patch-6.15-rc6.patch 60387963 BLAKE2B
f4dabb875a617484aaa4f764fa1c1f45b2287cbe3f254c1cf52f268f57e0e2b893602d510887d02d917474f72a3be3bfe4ec15e6d65dd9ef9bf47c73d5f3cff3
SHA512
bfbb58b5a9ee1cfdc3c79d955540ec05749ed872f5fc167d9d773ec56475804bf631150e4fb465a252209625d42448dbc72b02eba341ae742f396b10bb478804
diff --git a/sys-kernel/git-sources/git-sources-6.15_rc6.ebuild
b/sys-kernel/git-sources/git-sources-6.15_rc6.ebuild
new file mode 100644
index 000000000000..325c9558df7c
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.15_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.14"
+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
+}