Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Sun, 25 Mar 2018 23:56:25
Message-Id: 1522022174.a3479c7856ab8c7259ce94ba91e003e8c31d356e.mpagano@gentoo
1 commit: a3479c7856ab8c7259ce94ba91e003e8c31d356e
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 23:56:05 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 23:56:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3479c78
7
8 sys-kernel/git-sources: Linuxpatch 4.16-rc7
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.16_rc7.ebuild | 40 ++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
17 index ce1168f67fa..0969b379216 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -5,3 +5,4 @@ DIST patch-4.16-rc3.patch 165801482 BLAKE2B 2c4c113a45b08ca742feea938e0ff90e473a
21 DIST patch-4.16-rc4.patch 166128228 BLAKE2B 739531176f5f171bfde598076de48645f53ad7d7cadef65a0193b45bb0967f7435c71de7a1ebdac97172dae4e992ee90dee90f84c945a2e2eccbbcbaeed6f0cb SHA512 94e0f940a9d75c80f1ebd99dacc5ebf4774d341f3ed2819ffc8f9019505af695d8e516a16124af27be005d02c12b0f8c622b159c2726d4f10a8ebd114e33c447
22 DIST patch-4.16-rc5.patch 166483601 BLAKE2B 666b3a7faa31ca471f1a23806f09ed4076bb3d5e2c006a5c599d0f3c2577daf05b025afec57e35d8f09498d31befbb7d8267f3d8e154427e47ff0c0f65130921 SHA512 6cc28aed7abfbe91faba7981b9b93718b684954f394aba8ccc9cdde0c097fb4f5acf2bcf4bbf7eae102e5abdd4d0d1c154580344e1b015f794db564396a86e2a
23 DIST patch-4.16-rc6.patch 166572299 BLAKE2B 0e0449dc983a655614883c9fc9d295ad83d00c0b0bffabd54d1f073111d4a429ade86b8ca5044058647aa3f8244456aaedb856485d947fe922c5a871a6befc4f SHA512 799ec9bb211634ffb8cd76ea1c984563ac4eecae3efef44c61788a18ffbd3838d33d6d300e53a2dbf6577cae5fc2dddad11cd8360aea8c52fe308222f9e32f17
24 +DIST patch-4.16-rc7.patch 166938934 BLAKE2B d86aef55f5f77e6767853dcca7974820bf8042bb8c26a35c8d7322f9c1571f5371ed3d4057d19ad9867f791880bc5d477fddc71588644d62ed0696d9abc7b47d SHA512 2d9463527aaf5613c8e94da1fa634b42a9a563c3a310f59c7ff57439dd37c356d5a3fda81d1ff72968c5fd56b017fb959c5cb5d5b8df3828a33f8c094c118e61
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.16_rc7.ebuild b/sys-kernel/git-sources/git-sources-4.16_rc7.ebuild
27 new file mode 100644
28 index 00000000000..de404a4af08
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.16_rc7.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="5"
36 +UNIPATCH_STRICTORDER="yes"
37 +K_NOUSENAME="yes"
38 +K_NOSETEXTRAVERSION="yes"
39 +K_NOUSEPR="yes"
40 +K_SECURITY_UNSUPPORTED="1"
41 +K_BASE_VER="4.15"
42 +K_EXP_GENPATCHES_NOUSE="1"
43 +K_FROM_GIT="yes"
44 +ETYPE="sources"
45 +CKV="${PVR/-r/-git}"
46 +
47 +# only use this if it's not an _rc/_pre release
48 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
49 +inherit kernel-2
50 +detect_version
51 +
52 +DESCRIPTION="The very latest -git version of the Linux kernel"
53 +HOMEPAGE="https://www.kernel.org"
54 +SRC_URI="${KERNEL_URI}"
55 +
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
57 +IUSE=""
58 +
59 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
60 +experimental nature. If you have any issues, try a matching vanilla-sources
61 +ebuild -- if the problem is not there, please contact the upstream kernel
62 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
63 +report the problem so it can be fixed in time for the next kernel release."
64 +
65 +RDEPEND=""
66 +DEPEND="${RDEPEND}
67 + >=sys-devel/patch-2.7.5"
68 +
69 +pkg_postinst() {
70 + postinst_sources
71 +}