From e64c3ed2c597e478bf6b2902a44dae1cc1e92c04 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Sun, 8 Sep 2024 20:57:45 -0400 Subject: [PATCH] sys-kernel/git-sources: add 6.11_rc7 Signed-off-by: Mike Pagano --- sys-kernel/git-sources/Manifest | 1 + .../git-sources/git-sources-6.11_rc7.ebuild | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 sys-kernel/git-sources/git-sources-6.11_rc7.ebuild diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 0bb7150d21fc9..c1cd415262366 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -5,3 +5,4 @@ DIST patch-6.11-rc3.patch 85423245 BLAKE2B 01eb8f98e554337f199843071dff67407d3d9 DIST patch-6.11-rc4.patch 85940549 BLAKE2B 5d9fcd92de3f686d1b8c795b5eeec39959a11393bfbb756b0aca9f00080a5b75dccf4f7f0c9d9395b936a703ae96345a926a9d724b83de630d7eb6f6051ae4fa SHA512 7ee0ea6fa42c403057cd167452fa4d910c7625f9836c645a41e3c578f959a1eebd28103f859d4da0ef9c9c8a512e6f8001aae723e8c3fd2d56b5d60480fcc18c DIST patch-6.11-rc5.patch 86328047 BLAKE2B a436fed2fce9ac102fc402b6e2488683d81240a9f203a106b30cd5b3f33c887e5ef06e6e531527fb9f6b6eb90ae69e6fc3a62f7788e60a3c8f3cd94b85a827f6 SHA512 e96bb72c48dcc214d07c73babb42efa1f12499276fa03e6d3fef839e8e1a41430eb7c1d107caff64288f173ed8c970168e068427e5ca13c30857fe7db781eb91 DIST patch-6.11-rc6.patch 86619332 BLAKE2B 5248f10c9ca2637141d65c26f9e221ccf2e61bf02a39e8410bfbc0105a6af6d00ad55d0047888aa86379ef75f68e6fe9bf432cace162400b4fd2b0af25432d09 SHA512 3d3b95600112d49a3bcac0edcd6100a8e3f1022a95c0898372a0f5576e188ee2d866bea0ed11bf157e05afce378687e7ff83197f297824ede2a2a40c2d450444 +DIST patch-6.11-rc7.patch 87007810 BLAKE2B d7f292ffcb30a8a5a9174c4306889319db08ab987c3bcf4d22d54a301a8b4e2c7315aa9f4aef7a330ff32d8171ed4394a5be740e312e55ed857f56e8986eb7c5 SHA512 ed7af336bf0c5f06830831412afe52ef6085fe614ebb7093897e9cb6a57346c55cdf1595684b21361f20e8df6ce70006b6c0a4d3ab1d07a91e2ca96a3443b320 diff --git a/sys-kernel/git-sources/git-sources-6.11_rc7.ebuild b/sys-kernel/git-sources/git-sources-6.11_rc7.ebuild new file mode 100644 index 0000000000000..c48bb8c7d15c9 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.11_rc7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 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.10" +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" + +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." + +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.6-r4" + +pkg_postinst() { + postinst_sources +}