From b59cb2007147ad3722a1bb335522f9c68b7699d9 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 9 Mar 2020 09:36:39 +0100 Subject: sys-kernel/git-sources: Automated version bump to 5.6_rc5. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo --- sys-kernel/git-sources/Manifest | 1 + sys-kernel/git-sources/git-sources-5.6_rc5.ebuild | 40 +++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 sys-kernel/git-sources/git-sources-5.6_rc5.ebuild (limited to 'sys-kernel/git-sources') diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 5b393404f55e..b972f89e6da8 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-5.6-rc1.patch 39491488 BLAKE2B adc1688d19eb26d6b253255c427bea5b1961f1 DIST patch-5.6-rc2.patch 40918846 BLAKE2B 72e67ad7b6766989cb826d9c54fc3cc1937f33c4a8225956fc331275b4feb385b79c4ba5d77acd67773d064c5e3a20e3006937a2fcaf761dd3ef0ff358780431 SHA512 1448cae996064fe2769fbbc52f6dc4d5b4a24459b37aae6cbf2163902229cae9a6f54347b1f53ce030c7d88a8e8a59463a76f471ec6034259c091b276285380f DIST patch-5.6-rc3.patch 41366122 BLAKE2B 73f606aa9e24d7e0b4030f883007c0ee40810ac5ecc52da90c2e58448f15a909529b50ce5e3e33274fb1514264e1522753b68ce92991449c16ff5fe61f8784a2 SHA512 a49a177ec7d527da1ee97c3e2f9b3fc97055452de1d82d743aa609ef0ef1abc345791e5ed3d28ecf833b5af833c6f9af9b5b9e8d0895ca103483e384f5d924d6 DIST patch-5.6-rc4.patch 41609569 BLAKE2B 1bcd1a93270b59224459c24a9808b84d872713c239f82a0c4b0aba71e9856b12598764a5c14ca410365e7d6461808f4d7a677e57e3423c910b5f1118edc6ea0c SHA512 46f9f16855065e1bd090b3520f7b7e55bdeab2ddf12b931d3b78e3e00872a070cb313dd7c25eb7631e34bd6bfeedefacca84f34927a64ae34c5251a8194182aa +DIST patch-5.6-rc5.patch 41919911 BLAKE2B 75da7c84962beed37bde19f7f74628096e81440e804cda47eb9446e36ba2499820283c88e0b2bb6404873d0429ab54fa3f3669a2bcd48de89921d0126ba82881 SHA512 e920816f968fbc7a6b5d7bbfe809fec49517b8435af870a1d7aa0cf07d8715122865d6ad84c1c35e28ad275d2ed7790774e4e39a197b850f6b041fb8b36b2c66 diff --git a/sys-kernel/git-sources/git-sources-5.6_rc5.ebuild b/sys-kernel/git-sources/git-sources-5.6_rc5.ebuild new file mode 100644 index 000000000000..4b09cc629ca9 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-5.6_rc5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="5.5" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="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 ~ppc ~ppc64 ~s390 ~sh ~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.5" + +pkg_postinst() { + postinst_sources +} -- cgit v1.2.3-65-gdbad