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, 05 Nov 2017 21:58:58
Message-Id: 1509919127.38cf8f64817ec0ee997d00c287d4ae63611b81d0.mpagano@gentoo
1 commit: 38cf8f64817ec0ee997d00c287d4ae63611b81d0
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 21:58:36 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 21:58:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cf8f64
7
8 sys-kernel/git-sources: Linux patch 4.14-rc8
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.14_rc8.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 56845108523..de327e8fb96 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -6,3 +6,4 @@ DIST patch-4.14-rc4.patch 51066860 SHA256 eadd18c5df62a14abe2614b702ef2aab45f352
21 DIST patch-4.14-rc5.patch 51247202 SHA256 376bb637ec96ac3e1ebdf4a29ef69327238e954f871bc15660c0f2ae366df8d1 SHA512 56cf0a920c5f78051fe16f1fff06f3e6216ceab97634f064ccb085ec1eedf142cb8f8e1903d967ac05b0dd49fec28e073ea8bda332263818535a8439d286d5d4 WHIRLPOOL 67f2a29aa37e6a3ac144b8bd13ddfbe1824e97ad9733e0fb48f2bd009bd0fa31ae1ce878bf07b7fd0edd43552a78e9676ef6ba58b39a8c0612bbc9893d5b5fc1
22 DIST patch-4.14-rc6.patch 51559410 SHA256 519f148591b719fda9ec74c0ad284f9eca5268587ddca01faaea4eb25126a58c SHA512 129741872167058f2c215822820dbd890855b99e6ebf05b5d904e67592472f3ac5089bc4ce8d5493ad4571148d200f1e3ae0108cd37d54f43638998f13530bfc WHIRLPOOL 31a186e1a54a3868b431c8999daaef238b8af9430ebff7185ae6b0ff4de8558bd8c1396fa481c18febdb17797d0d103635318f5165fd1cd95af0178f951f3e74
23 DIST patch-4.14-rc7.patch 51715185 SHA256 35e1f2d42c383c5796331c08a9536e2bd1604ee284ce063a41c567fa3fc582e0 SHA512 4b33b60a223359936e546498f9651f7bad21528beac404ca580ba6fd725fe6637845a80ba1079fa0cf4c6f614768d4b361e1e1b04ce7edde6dde686e623f1ed1 WHIRLPOOL e266a98b221fc84d73a3073f934137cbb077224f784f029f65a5f25108dc4ffedd5b1a548cde6f5396dec32343bd74ec97c502207b74f5b99c5dd97c06b1d334
24 +DIST patch-4.14-rc8.patch 55459153 SHA256 cbaced25b4361ad9fafea5398f525922cb0b869ddbfa306d18a66918b6ce1eec SHA512 01c1630044973e6c2ff1d6bc84cefda77fa15955d1c41170d2c9e3dd9ae980f699b2ee1dce2aa7924cfe1533e6ae9be65a2327f498cc0872e50247b936a7834b WHIRLPOOL ac8ba0f2f164ac06d956a38f1d381a73ac88a051e96afa525ceb4424547bda8463c82f91d527ff87b620dd9cf6cbd2b943fa20a2853c69f00cb8768d4bbc625a
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild b/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild
27 new file mode 100644
28 index 00000000000..7f2595c38a3
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2017 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.13"
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 +}