diff options
author | 2024-01-21 18:17:33 -0500 | |
---|---|---|
committer | 2024-01-21 18:17:33 -0500 | |
commit | 32f661f0bc024b2c959ea7998f4a118c592fa808 (patch) | |
tree | 5d9c8783b02f086b601332af470b09553684b264 /sys-kernel/git-sources | |
parent | sys-kernel/git-sources: drop 6.7_rc3 (diff) | |
download | gentoo-32f661f0bc024b2c959ea7998f4a118c592fa808.tar.gz gentoo-32f661f0bc024b2c959ea7998f4a118c592fa808.tar.bz2 gentoo-32f661f0bc024b2c959ea7998f4a118c592fa808.zip |
sys-kernel/git-sources: drop 6.7_rc4
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-6.7_rc4.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 98e054705786..48a53220cbb7 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,6 +1,5 @@ DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35 DIST linux-6.7.tar.xz 141406528 BLAKE2B cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e SHA512 de06de556191614bd9daf077ae239360352a402bab407748e67f1e5108c92fd933e451707840ab22fe0f9976db3d1e1b60ca9d41cf894f015ca09b3f652b74ad -DIST patch-6.7-rc4.patch 72676847 BLAKE2B f81414a35d846b7cca8192d7c0b5df98555f1a7d83c386ce73c0d4a47774c93703e6de01e68e9df8f826b9fcf376924108d119c490efa155a76f3333fee187f5 SHA512 4f6ea1d3f15108ddf3a291079024debccded77d91819e30488a945f23c93955b06aa3647f93ff224e38a98f1b8736dcc05c3f769b1513d6e577783329545a032 DIST patch-6.7-rc5.patch 73084909 BLAKE2B 094526599ccb63a3b7658178468a6188e179110ac80e0b3cb890047351cdd23b8ac68f18d90ec6c86f01577ad70e00c177ce1a1d5ebd84f4897ae49229f2bec7 SHA512 02c37a6fea68a1fa280a613f9d8dc88655c43004e42bcb2580e8983ff95fb08c57630e0fec55714cb028a234e28616e40c3642a92785e0fa9b437c0dccd06c81 DIST patch-6.7-rc6.patch 73376662 BLAKE2B 78e4d145caddb81c033fac6388496090fb8d4900f9fde6e95fc8a7cf8c39fcaf3a63f26cf387354b2177fc1b5710e8aa2f721a58bb42807c081f3a3602e89f0b SHA512 3cf301c327adaead8021607cc6e4b72e2f0985319bed6578b272e765cdb859c34754b572e69d322f7397063086e9f6a4333bce47f2e4c9ff73c1a48c17a1743b DIST patch-6.7-rc7.patch 73633759 BLAKE2B e5d23ce499d7fdb37dc19766ab2b15251da3c520e22ccdcb1bfa5531a6637d2438d452fabe26e59eb1ec90f67cb9be8756000671ba9da78c70620e1f418ac778 SHA512 d0cb6fc201ba2ccb59b56ca870fb8bbb5d0a15426bc24eccf6025616756d06cc078403fc9eb2cf9cdeb8facccaea34d1ba35dcf49faf96a9f067195f61f0bb04 diff --git a/sys-kernel/git-sources/git-sources-6.7_rc4.ebuild b/sys-kernel/git-sources/git-sources-6.7_rc4.ebuild deleted file mode 100644 index 46873aec3fec..000000000000 --- a/sys-kernel/git-sources/git-sources-6.7_rc4.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.6" -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" -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 -} |