diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-09-29 19:15:11 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-09-29 19:15:11 -0400 |
commit | 6d1c8bdca6d51581d4b1c0596c6ff1266f9341e9 (patch) | |
tree | 728f9bfe695cf79600b81fd2f5a1b39d4df1e11b /sys-kernel | |
parent | sys-kernel/git-sources: drop 6.11_rc6 (diff) | |
download | gentoo-6d1c8bdca6d51581d4b1c0596c6ff1266f9341e9.tar.gz gentoo-6d1c8bdca6d51581d4b1c0596c6ff1266f9341e9.tar.bz2 gentoo-6d1c8bdca6d51581d4b1c0596c6ff1266f9341e9.zip |
sys-kernel/git-sources: drop 6.11_rc7
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-6.11_rc7.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 34d2d8b8f07f..b495232bcdbd 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,4 +1,2 @@ -DIST linux-6.10.tar.xz 145142812 BLAKE2B bb243ea7493b9d63aa2df2050a3f1ae2b89ee84a20015239cf157e3f4f51c7ac5efedc8a51132b2d7482f9276ac418de6624831c8a3b806130d9c2d2124c539b SHA512 baa2487954044f991d2ae254d77d14a1f0185dd62c9f0fcaff69f586c9f906823017b8db1c4588f27b076dfa3ebb606929fec859f60ea419e7974330b9289cc2 DIST linux-6.11.tar.xz 146900704 BLAKE2B e7750c0878d71a56a0ce52d4c4c912199dad5bf5e2e8f872585a6494afbb37cbd852e612a6858936d2dc9b7776a3933818f540db408d57e90d18ea5249bba7ab SHA512 329c1f94008742e3f0c2ce7e591a16316d1b2cb9ea4596d4f45604097e07b7aa2f64afa40630a07f321a858455c77aa32ba57b271932ddcf4dc27863f9081cea -DIST patch-6.11-rc7.patch 87007810 BLAKE2B d7f292ffcb30a8a5a9174c4306889319db08ab987c3bcf4d22d54a301a8b4e2c7315aa9f4aef7a330ff32d8171ed4394a5be740e312e55ed857f56e8986eb7c5 SHA512 ed7af336bf0c5f06830831412afe52ef6085fe614ebb7093897e9cb6a57346c55cdf1595684b21361f20e8df6ce70006b6c0a4d3ab1d07a91e2ca96a3443b320 DIST patch-6.12-rc1.patch 35514952 BLAKE2B 81d0c3a1231230e8e7fc8bb179df01ee41536033625f01a5a39c1839f3a95eed598c22dd462be37e170969bc7b41f31f84200f2d50750ff9f762abacf54dbff0 SHA512 31a3f1234edd1d2583788df11e1ed13d8572d44d957ad9fd84d9fd608e2c62854d9e84d5f60c8e9a28e63aebd98fc845fe1a25e6a2be5d018810404706314e0c diff --git a/sys-kernel/git-sources/git-sources-6.11_rc7.ebuild b/sys-kernel/git-sources/git-sources-6.11_rc7.ebuild deleted file mode 100644 index c48bb8c7d15c..000000000000 --- a/sys-kernel/git-sources/git-sources-6.11_rc7.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.10" -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 -} |