diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index db117658b7863..c043c141ebbd2 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/sys-kernel/git-sources/git-sources-6.15_rc2.ebuild b/sys-kernel/git-sources/git-sources-6.15_rc2.ebuild new file mode 100644 index 0000000000000..325c9558df7cb --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.15_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.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 +}