commit: 2965f338a46f138da8a6dd7675bac961db8bdeda
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 23:15:37 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 23:15:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2965f338
sys-kernel/git-sources: drop 6.19_rc8
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 2 --
sys-kernel/git-sources/git-sources-6.19_rc8.ebuild | 39 ----------------------
2 files changed, 41 deletions(-)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 5a6919dc4dae..2b37ed567958 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,2 @@
-DIST linux-6.18.tar.xz 154309096 BLAKE2B
b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f
SHA512
88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0
DIST linux-6.19.tar.xz 156067644 BLAKE2B
d1551c058e9a1201a0fa769b427255f13bb0d73fdd384e2c0302956cc9a1eeba255b013fa87a15fdad508bc00fdae2085590572c76cfe20fe2af31ba87b7d289
SHA512
01b29c7f4e5bc0c9802794c2cd027fece825f90417be229a71e60eefce530010d5d301749c54ae744e9d4a483518e769e2bb7e6e9209687681ad7fff11c3ed86
-DIST patch-6.19-rc8.patch 53390693 BLAKE2B
c4398fa0ac14c8965f5f8e28cca4e4ef0d17a4cdd24da59ee210e5dfffb47ff1e86b65904e10163b8b209acb985f70004f4baac27b4aadf608a8fd3aba6b6c35
SHA512
de41c161547c79b2bb9bba86c3067631a7a5415002b040df877eec93412fb27d6220680e0e41303342c77e1ad7b81cd2bef748738bb45a4977b3b3e47333d707
DIST patch-7.0-rc1.patch 54576992 BLAKE2B
6c607020758093dd82a186f97027a50735dd63036d877665cd8aa07a4c008e5d49cf77cbdd839627d3d9011e16c326357ff9628d61a75085ce81a8ee0420082f
SHA512
f5ce47ab9f2d11fbbbc190f2df56b3b21a3d1958f30cb4cf5e426a69e8a6b4670625eb32806ca3b9780a9feca6cbd7187656d742ecd186dc405e5e8f89f147ad
diff --git a/sys-kernel/git-sources/git-sources-6.19_rc8.ebuild
b/sys-kernel/git-sources/git-sources-6.19_rc8.ebuild
deleted file mode 100644
index 077eb4bb98f5..000000000000
--- a/sys-kernel/git-sources/git-sources-6.19_rc8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}