commit: 76860f483c05bf252b32cea6681099a61838d597
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 12:30:09 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 12:30:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76860f48
sys-kernel/git-sources: add 6.19_rc5
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 1 +
sys-kernel/git-sources/git-sources-6.19_rc5.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 836718920d10..c09bb21b21cf 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -3,3 +3,4 @@ DIST patch-6.19-rc1.patch 51527238 BLAKE2B
963d5d8815775afbc8e56d17e42417d20d88d
DIST patch-6.19-rc2.patch 51874887 BLAKE2B
b514af9c08e0d148e49990fb257e158d68b6146d4804c37a7c4177444c49a544bc326c5fc5a8fdcdf8e08d2c572ef48d9b0374a459c6c4cd4a9333b4a237a130
SHA512
75ae63699129621fe57d851483db19a8a8d0b74e3e812e89c77d56a605349504806cfcb30ce4e335c31c9039d68d09ee9a3b43524c159e4da08d9b8195b83d60
DIST patch-6.19-rc3.patch 52005687 BLAKE2B
b8d5a5ec52f26597887837a3d64dc2c8c52890c631f57e51751212cb17604fef65147fdcfffd926735934c74f92de89facb39351636b1469d951f32aea841390
SHA512
480e847b9b5d5d2ac6b820babc340940d42cb221049739dad3595ec434c119b7a00e56846f582bf41a233baa9c90c774e5655ae875887ebb0a637e5e2bf5c931
DIST patch-6.19-rc4.patch 52205923 BLAKE2B
f518e7a9ffcac747039e02c5dc4cd334c9784b6404d45c13fb4fdf99d17828bd7f5c18b14c1a1d1213e099ab8a32e86f0190204675d3460bf6989807f19da12e
SHA512
504481b2c039a9921f110613a8b2052af85f9f93be0297184677006047722b06e073b70aab2c826da393a49ac76536e225362f6d600a54ae32978395d1570d18
+DIST patch-6.19-rc5.patch 52576386 BLAKE2B
6c0076369eb48f0f4fdd0e5602af149837592be3c43dded3af2f39b630937c2cdf30e1c9cb15b9f347233ec865e9557a3abfabdf0d1cbe68529125f665852827
SHA512
ec85a24819912ed1e510055a8c8bfcb64e1c933efa8ee1761f06db35ecc7b832dffe69e82a671e60ab1332e94e7d326fb138d7709feba689edb6cabdfe69ce1c
diff --git a/sys-kernel/git-sources/git-sources-6.19_rc5.ebuild
b/sys-kernel/git-sources/git-sources-6.19_rc5.ebuild
new file mode 100644
index 000000000000..077eb4bb98f5
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.19_rc5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2026 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.18"
+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
+}