From: Agostino Sarubbo Date: Mon, 11 May 2020 06:27:34 +0000 (+0200) Subject: sys-kernel/git-sources: Automated version bump to 5.7_rc5. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44ac67198c6af0a345f8d6b8d77eb7cb41f27786;p=gentoo.git sys-kernel/git-sources: Automated version bump to 5.7_rc5. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo --- diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 7ffa64e58b3f..5a2c71c33571 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-5.7-rc1.patch 39521598 BLAKE2B d9cc47f8f075262b5b67035cc4d552303a57fd DIST patch-5.7-rc2.patch 39838150 BLAKE2B 86a9b1fdb1a0ffdeb5ba8ff0dd7afa0058a3b2be49862001541102b915ad792ae00f1e6f9c671b5f7112cc266ee8697f648584b21d5dcb787e2beaf5c991e29c SHA512 c677ce84cd7616e8840a131b3fab3a647e9778a6b6e7315f7f6a128a32cd699b04f62c5cbed0221339e20ca60d35a95efb188af5e93f8a83e3e323810cfbd469 DIST patch-5.7-rc3.patch 40283173 BLAKE2B c8f85c4a52156d6590f60464ceba4144fa7562e3a23584d29f20e8f31e66c315d83dd7f171780fbdc5a9b9487677322b6a9e35e50c78fd39130bfc0337a6c93e SHA512 c298a70d8b1d90824a8da8d1b99dac5a2436bbd0bcefdc08712626daf1d4d6c692b1d1c80133bff5429502ebf1932801725d53c9882a34cbe7b9739add19852a DIST patch-5.7-rc4.patch 40402513 BLAKE2B 26fa667e2e82320e77de13700dce3886ee489db699499eec84292a0afbfa6da020ef8bf68993ae555854a935172c50d059e9f424f45ba3a628fafe0c1cde2d15 SHA512 da1f23765c7b5ef0a35b5de736e95446d7c96a5771346d5fbded526d2c46bc5c8387f7601ed92eebb29cb4c1614f39c1360d94666d2b0c0869b0bb22cd68ee5e +DIST patch-5.7-rc5.patch 40659677 BLAKE2B 0239c4ad1f98d474437ef1d8b80f19d52bd4bf1a162da8672a036adc10b35c77bc55ed76846716bdf377b8dab47c91fb4e786bdf76fae94bac3eedff49dcc3c6 SHA512 9160d419bbad331504178882197ba3680a38b01f638182631f169ec76130eaebae0a96a8370c74199159ebac5ce65cd369ea9d608621bbe6f9ce4005f37c4693 diff --git a/sys-kernel/git-sources/git-sources-5.7_rc5.ebuild b/sys-kernel/git-sources/git-sources-5.7_rc5.ebuild new file mode 100644 index 000000000000..73b080b1d066 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-5.7_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.6" +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 ~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 +}