From e0e28c4eec7cdb04468f1bda3e579df7f987a78d Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Sun, 22 Jun 2025 18:47:22 -0400 Subject: [PATCH] sys-kernel/git-sources: add 6.16_rc3 Signed-off-by: Mike Pagano --- sys-kernel/git-sources/Manifest | 1 + .../git-sources/git-sources-6.16_rc3.ebuild | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 sys-kernel/git-sources/git-sources-6.16_rc3.ebuild diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 7d1372230e84a..61f227862f382 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,3 +1,4 @@ DIST linux-6.15.tar.xz 151168812 BLAKE2B 465596c6dc053ff3a3966302a906d3edb4f7ee1ef82f8c20b96360196d3414f5b1deeafa67b8340fcdecd3617280ba9b756d7073ad15c707865e256397b4af53 SHA512 d03788ffa8d8ae1b84ef1286bb44a08fc01432e509dfec6cccae5c5a5a47201d378aec2bcd21e6f0bbd1e625b26f47780c06ee9c1cef3775358f98b160923f30 DIST patch-6.16-rc1.patch 49700531 BLAKE2B e67ea99f78bee4b4d72292ac825336a75f3f32421b545779f2a4fe934bac80b0766bd43daf8b923466af721d2aec85fbb34c4af2a611e7fb0aeb8adb0b44c506 SHA512 626ce51642d9c7befd92fdd63bc4b3197f94cd727df1369c637a9b829b596e89cf9056db76a0bfaf2bf6a6685584aa410383585c7360e8a14b028153c970de91 DIST patch-6.16-rc2.patch 49974347 BLAKE2B dd7413e6a3ae8cb333e7dd4426e2b002485990855b6bf76f1bc0b81493824b30fb9dd795c6558541f4e6aa3761ec244ebff00602b5e8bff70835b84bab36d5f5 SHA512 7de40f8f941e0633d27a5a3f64286f7411da65ea247eec5a51725f6200e69d3fdb34d65ef132ffff5059c5f2ea84e6f53e98b42b2a6c75d21dbd8a80b11bf165 +DIST patch-6.16-rc3.patch 50367200 BLAKE2B 0ef98d3e17948315e177452dd966d7f45addd513e138e38829d0c1cef1b411cb97dd870ac5e9bc11e7e6035a5157491f51e2b6cb0b3b90d1c429c03532414b22 SHA512 6aaf27413716e6ca45f22e0e556420246469efca7d7ab91e5666bad82c9328838d1f9fe6da252d8651f04cfea9955b45caf3094cf9f19c71193336e34b7e4baa diff --git a/sys-kernel/git-sources/git-sources-6.16_rc3.ebuild b/sys-kernel/git-sources/git-sources-6.16_rc3.ebuild new file mode 100644 index 0000000000000..1ec2d34ec4430 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.16_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.15" +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 +}