commit: 404bb940292dac9f15cb1ca3cf205c078695e19f
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 23:15:26 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 23:15:58 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404bb940
sys-kernel/git-sources: drop 6.19_rc4
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 1 -
sys-kernel/git-sources/git-sources-6.19_rc4.ebuild | 39 ----------------------
2 files changed, 40 deletions(-)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 067e37d11a57..ce676781166e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
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-rc4.patch 52205923 BLAKE2B
f518e7a9ffcac747039e02c5dc4cd334c9784b6404d45c13fb4fdf99d17828bd7f5c18b14c1a1d1213e099ab8a32e86f0190204675d3460bf6989807f19da12e
SHA512
504481b2c039a9921f110613a8b2052af85f9f93be0297184677006047722b06e073b70aab2c826da393a49ac76536e225362f6d600a54ae32978395d1570d18
DIST patch-6.19-rc5.patch 52576386 BLAKE2B
6c0076369eb48f0f4fdd0e5602af149837592be3c43dded3af2f39b630937c2cdf30e1c9cb15b9f347233ec865e9557a3abfabdf0d1cbe68529125f665852827
SHA512
ec85a24819912ed1e510055a8c8bfcb64e1c933efa8ee1761f06db35ecc7b832dffe69e82a671e60ab1332e94e7d326fb138d7709feba689edb6cabdfe69ce1c
DIST patch-6.19-rc6.patch 52897275 BLAKE2B
1feb4147227cfc20fb70ba330ddc2008aeb6341772f7f9e76cb80ca106cb3a3384d74dddc7466acbb8d1f8e146bba458087959b247526c88962cc77539e712cb
SHA512
bf55c5d469206615ee5864b4c2da6aef2cfafd43e18eecf8182ab666c0416ae192da062cb7707773a1ffa9965a81e0c3207971cab4ac5e389559ce736f639903
DIST patch-6.19-rc7.patch 53252571 BLAKE2B
5cc347179868ddcc60d24f38b44faff4428056feef74a3e31e39e6eeb0f162cf9422db2b237081eee7319a96b9fb98aeb3407d336bce5dfc77aa30a50216b74e
SHA512
863070554b4a6f5783d387536bf0240b28e2bdce1de185e327dd7f399597604f6ee2a697155686232e503318576db4324a5bc4ca0ebcba5ee2ba825e7ed51d11
diff --git a/sys-kernel/git-sources/git-sources-6.19_rc4.ebuild
b/sys-kernel/git-sources/git-sources-6.19_rc4.ebuild
deleted file mode 100644
index 077eb4bb98f5..000000000000
--- a/sys-kernel/git-sources/git-sources-6.19_rc4.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
-}