commit: 2b3b666af94c30197c0bc39ad12e0c7e57115ee5 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Nov 13 11:05:13 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Nov 13 11:05:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3b666a
sys-kernel/git-sources: drop 6.6_rc6 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> sys-kernel/git-sources/Manifest | 1 - sys-kernel/git-sources/git-sources-6.6_rc6.ebuild | 41 ----------------------- 2 files changed, 42 deletions(-) diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 542dcef566d7..86efdee1121e 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,5 +1,4 @@ DIST linux-6.5.tar.xz 138898084 BLAKE2B 2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39 SHA512 1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257 DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35 -DIST patch-6.6-rc6.patch 40551984 BLAKE2B 7a8024b838cdc58f59db804cdfe359fb51706b328dd4a0707068fb36e7a85d4ef2196a85345539b773a01bec979a53b00131daa25ad3123620ff5a0cc7fd96f8 SHA512 f6a75af96d6030851f0f6c61b8400c23ca51b9f16cdd7093ad099e098e1f8280427a7e948f683486304e581062cfe0b5a87a347c2c7fc5d5a15a16a602411129 DIST patch-6.6-rc7.patch 40806285 BLAKE2B 655e739eb6742c093056b886c91d89106fb4e55ed7a24abc07e85ff39e75f83b0c59e374a0f68cad8b975e33d5de37915df420a1c3ec93e4f24e59ee2da7f8f0 SHA512 c8e5c82aa09cb0e55eedbeee1e58bf461d5188d5e555d62101a182619ac315f3ca09bfd08d00c26b7fb900a4fca84d599c2e96c5afd909fe114395de57b8470a DIST patch-6.7-rc1.patch 71642632 BLAKE2B ee6626c1474208c5f2874a626bac389bf9581a57787db66e4e92fa0a651d74eee8f1476899e01f5732f4236aead6eda529ac7cebf63510f954cc18dbc0a4c970 SHA512 709c6008267440d1633651733923f625944aef633e4243dc59cf631cf42439dee53811be62ee8b8126d1ba477f13fec799a670cdbdb228e433c29cb31224b942 diff --git a/sys-kernel/git-sources/git-sources-6.6_rc6.ebuild b/sys-kernel/git-sources/git-sources-6.6_rc6.ebuild deleted file mode 100644 index 5065c9cfd114..000000000000 --- a/sys-kernel/git-sources/git-sources-6.6_rc6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 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.5" -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 ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -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." - -RDEPEND="" -DEPEND="${RDEPEND} - >=sys-devel/patch-2.7.6-r4" - -pkg_postinst() { - postinst_sources -}