summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2023-05-07 18:34:07 -0400
committerMike Pagano <mpagano@gentoo.org>2023-05-07 18:34:07 -0400
commit3fb191798211d6b960f07285fef343547d7127fd (patch)
tree98550285f85f493441e710bbb09f00f1ae6d4ddf /sys-kernel
parentsys-kernel/git-sources: drop 6.3_rc2 (diff)
downloadgentoo-3fb191798211d6b960f07285fef343547d7127fd.tar.gz
gentoo-3fb191798211d6b960f07285fef343547d7127fd.tar.bz2
gentoo-3fb191798211d6b960f07285fef343547d7127fd.zip
sys-kernel/git-sources: drop 6.3_rc3
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/Manifest1
-rw-r--r--sys-kernel/git-sources/git-sources-6.3_rc3.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 107ddb366ab4..db3c3efbc530 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-rc3.patch 77958099 BLAKE2B 5e459202c7e77ec1cb977cd6e7d49b014e9ca0fdaef9edf69fe425e2326fd89efae0a278570834691b523a5c3d69276da5b391c6dea2f87fb17f3dd1b55190e9 SHA512 9ff7f62ba90d2e37f50398538ee25f03e520763f0a7bd41d5bc2187b7bcc9512aa52599786246660ab3daf465888c6e17ba0588c907c01810a4572e9afbad246
DIST patch-6.3-rc4.patch 78319961 BLAKE2B ba2690ec145446691f8bc912ffd52765937c215d18bfbec1af415c787a969776f334e8cda602207edf60ffdc66bcd7ddb391d8182ed46cdfe440a8fc101d4d20 SHA512 30ddebaba6ba8c0c0355f4dd65e82609fe2782ae36842d07908584aa49cb75abe7097e30de472f2141b0d6503105059daf6151bb0b5085926e3882dfbb9011e2
DIST patch-6.3-rc5.patch 78517689 BLAKE2B 028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c SHA512 7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
DIST patch-6.3-rc6.patch 78720432 BLAKE2B 6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d SHA512 1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
diff --git a/sys-kernel/git-sources/git-sources-6.3_rc3.ebuild b/sys-kernel/git-sources/git-sources-6.3_rc3.ebuild
deleted file mode 100644
index ae9a3401cdd2..000000000000
--- a/sys-kernel/git-sources/git-sources-6.3_rc3.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
-}