commit:     d7f5641bf098231ef444b109e170c53831491844
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 23:15:20 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=d7f5641b

sys-kernel/git-sources: drop 6.19_rc2

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 sys-kernel/git-sources/Manifest                    |  1 -
 sys-kernel/git-sources/git-sources-6.19_rc2.ebuild | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f4a0c87a0f59..3e7fbdf4ecc0 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-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_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-6.19_rc2.ebuild
deleted file mode 100644
index 01eb215a5b89..000000000000
--- a/sys-kernel/git-sources/git-sources-6.19_rc2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.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
-}

Reply via email to