commit:     af1fd7ff1f8075baf4c7cf8c378914f9b98c78d7
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 21:54:58 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 21:54:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1fd7ff

sys-kernel/git-sources: add 6.15_rc3

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c043c141ebbd..a548b052b117 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-6.14.tar.xz 149408504 BLAKE2B 
11835719804b406fe281ea1c276a84dc0cbaa808552ddcca9233d3eaeb1c001d0455c7205379b02de8e8db758c1bae6fe7ceb6697e63e3cf9ae7187dc7a9715e
 SHA512 
71dcaa3772d8d9797c3ae30cae9c582b11a7047a3bbcb8dfd479a4dffb40ff0da74cf3d45175f50cc9992e338bcadd46c9c570f54054ca3bde6661768d3d22eb
 DIST patch-6.15-rc1.patch 58578176 BLAKE2B 
514699096a84d68fe6966dc847cc1db871f003a24f544fed1f88a68fe4b3b584c51cc3443a758db6d64fb53a8a488b37b54638b156a6130929e9c632ce952280
 SHA512 
74e0a4b9f40009823e92b78569efb3a3affc4cbf5743fea16c7995d1875413c25895105212eba2f98d4e70fa7cde70bd6268ccabef4abc6821664d007919a8c2
 DIST patch-6.15-rc2.patch 59080214 BLAKE2B 
2baa517836bfad9a6f98e501cd922c4123f7f78553e4e23bb76c5926eafc21b4dd9ffa15cefe3adea0abed0c8dd36e71911fe734221a4f4fa1b22f13fd15f755
 SHA512 
fde99296752645e9a5da063e29982d76667f61912bdeff67c302eee326f783cf9eed2951103015e33ec9af22cf34439a6c879273e9fcb0cecd0ddf3ac5f06029
+DIST patch-6.15-rc3.patch 59540648 BLAKE2B 
75b8996089d49368325954111ade0d8c97486bebf33f8bd484fb30e170b75fd3e50756b6e8ac1e026571045a27a0663571b1877716b65d2c21cb4d734659467a
 SHA512 
12fed19a0726395825a54004dc74f057a370a84e8b4768b4d815110b8d474188919b102d29fb8d8e66d15587b4ed67985ce340402f7a740fce5ebba28f321467

diff --git a/sys-kernel/git-sources/git-sources-6.15_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-6.15_rc3.ebuild
new file mode 100644
index 000000000000..325c9558df7c
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.15_rc3.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
+}

Reply via email to