commit: 4e4e27996b7b4c50db908c4473e319b29ba46255 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Apr 18 14:35:29 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Apr 18 14:35:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4e2799
sys-kernel/git-sources: drop 6.9_rc3 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> sys-kernel/git-sources/Manifest | 2 -- sys-kernel/git-sources/git-sources-6.9_rc3.ebuild | 39 ----------------------- 2 files changed, 41 deletions(-) diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 0d87aac1fa36..f38d3d5a0b96 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,4 +1,2 @@ -DIST linux-6.7.tar.xz 141406528 BLAKE2B cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e SHA512 de06de556191614bd9daf077ae239360352a402bab407748e67f1e5108c92fd933e451707840ab22fe0f9976db3d1e1b60ca9d41cf894f015ca09b3f652b74ad DIST linux-6.8.tar.xz 142502100 BLAKE2B c6f17f816cea16e629f63e9379b98888713f57b2c5173306926471f139a9d612a0c74e119341f8075390e55e203d787d9edeb4ad5a064b18870f6f0f7ffaafb2 SHA512 5c4eb4aa1d3f7d1ea01c0f7ddeadacdece6e144fd4bdfc16b2b925d3e10dc04de3a6db69320b79a96c3560052616f001d2c09e7a1bb4f7b731e2380a7ecce068 -DIST patch-6.9-rc3.patch 96996955 BLAKE2B e95fb3392051c331776e0c4719255dab156f648bf80c2e1c5f3e7478975cb59b9562eb9d60c356ea693388a69bee054eef3359a8fba2a3a979c82bc1b8d5b13a SHA512 7af4288187a2751f78c72e67e27d0b8237c365114ce0b6f57fd0eb91e9b1c25b394f73ffe717c094fee53d89d073aca49af1479abc4dfe80515d7f2c16b11a46 DIST patch-6.9-rc4.patch 97385879 BLAKE2B 3e3a0020a0269a1a5b8509f0807e90b2c4a68dc959cba08b7f9074f561ea62f37880d176240d51b663c706c57b7edd95b22c7d62115fd1ff0328d524d3756e44 SHA512 642f01cac43ba541eb0899a6121d92d99239f7360cab2e3683e955b593f3ce5a12b6d149e0da19ef0bf0e23105cb7c334a00bedafe99e647245d786246d5a50d diff --git a/sys-kernel/git-sources/git-sources-6.9_rc3.ebuild b/sys-kernel/git-sources/git-sources-6.9_rc3.ebuild deleted file mode 100644 index ca760a458b08..000000000000 --- a/sys-kernel/git-sources/git-sources-6.9_rc3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 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.7" -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-r4" - -pkg_postinst() { - postinst_sources -}