diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 08:41:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 08:42:28 +0200 |
commit | df5c28239853977c72ba34852154821f4c9dd7b6 (patch) | |
tree | 6c6d91cfe4acd76292a881d267a4d136056c4fb3 /sys-kernel/git-sources | |
parent | sys-devel/bison: Removed old (diff) | |
download | gentoo-df5c28239853977c72ba34852154821f4c9dd7b6.tar.gz gentoo-df5c28239853977c72ba34852154821f4c9dd7b6.tar.bz2 gentoo-df5c28239853977c72ba34852154821f4c9dd7b6.zip |
sys-kernel/git-sources: Automated version bump to 5.7_rc6.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-5.7_rc6.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 5a2c71c33571..bd49f72734fe 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -4,3 +4,4 @@ DIST patch-5.7-rc2.patch 39838150 BLAKE2B 86a9b1fdb1a0ffdeb5ba8ff0dd7afa0058a3b2 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 +DIST patch-5.7-rc6.patch 40941449 BLAKE2B bda4907916ae77783683f40b06baa98af3f5472d911d5b28161f12367f7fc091d0a94ae1c7a6849a9c82074a417250827924e240809846918b859225e684f36b SHA512 ec835559a4d9873037f1287b85a454d4da8f890a80d24407d859d1f3d112808685f81b71c12828cc7ba558fd45d430d9f091773d0df1a5d48467fe9a5129a823 diff --git a/sys-kernel/git-sources/git-sources-5.7_rc6.ebuild b/sys-kernel/git-sources/git-sources-5.7_rc6.ebuild new file mode 100644 index 000000000000..73b080b1d066 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-5.7_rc6.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 +} |