commit: 4fd087d63a4de67c9cd1d234a1d566376cf7ccd4
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 22:10:24 2023 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun May 7 22:10:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd087d6
sys-kernel/git-sources: add 6.4_rc1
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/git-sources/Manifest | 1 +
sys-kernel/git-sources/git-sources-6.4_rc1.ebuild | 41 +++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 0c9f450f7227..c3541627ccc6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-6.3-rc4.patch 78319961 BLAKE2B
ba2690ec145446691f8bc912ffd52765937c21
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.4_rc1.ebuild
b/sys-kernel/git-sources/git-sources-6.4_rc1.ebuild
new file mode 100644
index 000000000000..ae9a3401cdd2
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.4_rc1.ebuild
@@ -0,0 +1,41 @@
+# 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
+}