commit:     831c5cce1ea46134011803ec14394b5b2f01c1b9
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 22:34:10 2023 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun May  7 22:34:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831c5cce

sys-kernel/git-sources: drop 6.3_rc5

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

 sys-kernel/git-sources/Manifest                   |  1 -
 sys-kernel/git-sources/git-sources-6.3_rc5.ebuild | 41 -----------------------
 2 files changed, 42 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6eacf24a38f4..bbc5e5aab5cc 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
 DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
 DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f
 DIST patch-6.4-rc1.patch 150354035 BLAKE2B 
a2f069cd47ad350fe811cf8abe2094afd8a107f7dec1eb978ccdecbd25e2beff27dafef569617d333facbd68c23be149719ac474c7bd1526dbd36b05424f4725
 SHA512 
eb31cb141d8ce6ffd0bdfc6b0a27e1e8bfa5bfe43e150e35d097afb3d8fca9bae811a85da337af8b5eceaac417d2cf19728e2f35125500b03fea03c86a4eeb9a

diff --git a/sys-kernel/git-sources/git-sources-6.3_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-6.3_rc5.ebuild
deleted file mode 100644
index ae9a3401cdd2..000000000000
--- a/sys-kernel/git-sources/git-sources-6.3_rc5.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.2"
-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
-}

Reply via email to