diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 09:15:39 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 09:15:39 +0100 |
commit | 1f6b96f131d252d131715c599b32fafd46e9d8c4 (patch) | |
tree | 210ab2e535cc02a594ab0be636133d40abbf92b1 /sys-kernel | |
parent | sys-kernel/vanilla-sources: Automated version bump to 4.15.3 - remove old. (diff) | |
download | gentoo-1f6b96f131d252d131715c599b32fafd46e9d8c4.tar.gz gentoo-1f6b96f131d252d131715c599b32fafd46e9d8c4.tar.bz2 gentoo-1f6b96f131d252d131715c599b32fafd46e9d8c4.zip |
sys-kernel/git-sources: Automated version bump to 4.16_rc1.
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-4.16_rc1.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 923ce23cd860..ba8e6a3af12b 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -8,3 +8,4 @@ DIST patch-4.15-rc6.patch 46146258 BLAKE2B 7a71a6e995aaa104012bb8f2a6e728658a296 DIST patch-4.15-rc7.patch 46244792 BLAKE2B 80731383db15ebc6aac897b97fe1602ab161f04ca1f3811b47e699d5d50c5e96281672261770c0e8a80f3c0111f6b210104bc67478ccc00cb658cd7d42fb396b SHA512 fae57a83355d3ee0d1b3f07c1af89036f97cb22ab2135a5b57299efb451f3ef91dd8e3822928fb3ad44271508a1ea355771b0e9416d41d25c3888a5074281ade DIST patch-4.15-rc8.patch 46486932 BLAKE2B 783cc4fa216d7591a7cf0713cb1aa285017f382c1f6f8c5ebb5a98a5627080854b0f081f7a4417d650c0591ef1878047ebc54cc8ce04763214e861abb74c343d SHA512 30fdd6ad1174f8e3e2b58b80c2796cda502a24153fbdd8852defac552800b4f7baf66c840ec5c3ef4095391b89e6a700e9e5f88e67a2663db4544ac986c2142c DIST patch-4.15-rc9.patch 46706278 BLAKE2B 67552561e9a9e4d8bd6e878f3779319414abdc587140d31388eace7d43f955982f1a49cc36948d5b67f3379d8e13e6a8237d2f3c714860d32f042f01a0c53f5f SHA512 2d54f54d2a7b8586f3d5e3f2fef7768a7c10440c5394c14d397fc6686c56d028c7a5a81bf0e4e5a89f41b7d7124c69d983f7d972accd1e7c18b3505a579e80a8 +DIST patch-4.16-rc1.patch 207719310 BLAKE2B ee803c3fdde711b573e012492c5dfa3fc51019801c1ce9edb57e80ea972a2951ea7ba09e32448ee5eed72f26c1699171984a13ba4d1323e406ecfb2a899da2df SHA512 d2471139e713d38a0e523d8c55824cb2b1c3da38d72105ef5ef14245d6ece40be00d412b2a2a19e16bea132b30928ec11225a186790b4e180bc355740e6a85cd diff --git a/sys-kernel/git-sources/git-sources-4.16_rc1.ebuild b/sys-kernel/git-sources/git-sources-4.16_rc1.ebuild new file mode 100644 index 000000000000..b525f064fb5d --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.16_rc1.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.14" +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 +} |