diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-03-12 11:18:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-03-12 11:18:50 +0100 |
commit | 870d46318147724d55d7a8bde5e5f1c1039017fd (patch) | |
tree | 3d622a2b13e7f243f48405e4096be66f102b4c9e /sys-kernel/git-sources | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.121,4.9.87,4.14.26... (diff) | |
download | gentoo-870d46318147724d55d7a8bde5e5f1c1039017fd.tar.gz gentoo-870d46318147724d55d7a8bde5e5f1c1039017fd.tar.bz2 gentoo-870d46318147724d55d7a8bde5e5f1c1039017fd.zip |
sys-kernel/git-sources: Automated version bump to 4.16_rc5.
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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-4.16_rc5.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index a5dacdc2739c..5d1f50d356dc 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-4.16-rc1.patch 165143143 BLAKE2B 9c373b51ffb514eca21c01dad33d2b236ca0 DIST patch-4.16-rc2.patch 165456194 BLAKE2B c62bd783fda3305d455d8b40d27dee82bee3d6cc6ec4eb58c82e78094c3813bc37677fe69c6843464d939a21502abbc42d5f370b68b9c5ea22d09a37eedb498a SHA512 36af7d64f4ab716b8ab1d21e77e0f4d78d2fb06d3792dac62d998b3889c9d25231182919142be2309fca96963631a815da748ff24e21faf706c37429a2acb7a4 DIST patch-4.16-rc3.patch 165801482 BLAKE2B 2c4c113a45b08ca742feea938e0ff90e473a94475808e9a51a281650c059bb60caa8666bae24aa97f6aff8573cc663912c2e29f9b0ad3fc0fcf508b8a29f9536 SHA512 b5b4bc53a245725806d7f46d53e5715e8b8505536c96465cd8ea9dc506ed7b1c02a518114c3025786d10ab72c1454c03e85380bddd753f48946ca71bc0ed6f17 DIST patch-4.16-rc4.patch 166128228 BLAKE2B 739531176f5f171bfde598076de48645f53ad7d7cadef65a0193b45bb0967f7435c71de7a1ebdac97172dae4e992ee90dee90f84c945a2e2eccbbcbaeed6f0cb SHA512 94e0f940a9d75c80f1ebd99dacc5ebf4774d341f3ed2819ffc8f9019505af695d8e516a16124af27be005d02c12b0f8c622b159c2726d4f10a8ebd114e33c447 +DIST patch-4.16-rc5.patch 166483601 BLAKE2B 666b3a7faa31ca471f1a23806f09ed4076bb3d5e2c006a5c599d0f3c2577daf05b025afec57e35d8f09498d31befbb7d8267f3d8e154427e47ff0c0f65130921 SHA512 6cc28aed7abfbe91faba7981b9b93718b684954f394aba8ccc9cdde0c097fb4f5acf2bcf4bbf7eae102e5abdd4d0d1c154580344e1b015f794db564396a86e2a diff --git a/sys-kernel/git-sources/git-sources-4.16_rc5.ebuild b/sys-kernel/git-sources/git-sources-4.16_rc5.ebuild new file mode 100644 index 000000000000..de404a4af084 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.16_rc5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="4.15" +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 +} |