Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Mon, 30 Oct 2017 12:04:49
Message-Id: 1509365072.8e7a8343b91b267e05f0b128e2735e59ede3b173.ago@gentoo
1 commit: 8e7a8343b91b267e05f0b128e2735e59ede3b173
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 12:04:32 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 12:04:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a8343
7
8 sys-kernel/git-sources: Automated version bump to 4.14_rc7.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 sys-kernel/git-sources/Manifest | 1 +
14 sys-kernel/git-sources/git-sources-4.14_rc7.ebuild | 40 ++++++++++++++++++++++
15 2 files changed, 41 insertions(+)
16
17 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
18 index 0383ce42b63..56845108523 100644
19 --- a/sys-kernel/git-sources/Manifest
20 +++ b/sys-kernel/git-sources/Manifest
21 @@ -5,3 +5,4 @@ DIST patch-4.14-rc3.patch 50656199 SHA256 45b73aefcf8e9e7de6282bb0107b83aec8a345
22 DIST patch-4.14-rc4.patch 51066860 SHA256 eadd18c5df62a14abe2614b702ef2aab45f352c64aa3532b236def04bfc70461 SHA512 1d7ef59ecb329513bb9cef3d3736d6211a5bb7310ad2ca2c2d50873ff3a64075840f0fea9869b2606ed6cc4e5fb14ffec232ddd354f3a626bcf1bf3ae01b3e9c WHIRLPOOL f4a165c0bc3fe3155c11314ff6342ca69a5a84782a904b5a66107225820fad3264ba3bac3416986f0e23bace1a2802f3a9a675ee4e74147f0e4e48201f59859d
23 DIST patch-4.14-rc5.patch 51247202 SHA256 376bb637ec96ac3e1ebdf4a29ef69327238e954f871bc15660c0f2ae366df8d1 SHA512 56cf0a920c5f78051fe16f1fff06f3e6216ceab97634f064ccb085ec1eedf142cb8f8e1903d967ac05b0dd49fec28e073ea8bda332263818535a8439d286d5d4 WHIRLPOOL 67f2a29aa37e6a3ac144b8bd13ddfbe1824e97ad9733e0fb48f2bd009bd0fa31ae1ce878bf07b7fd0edd43552a78e9676ef6ba58b39a8c0612bbc9893d5b5fc1
24 DIST patch-4.14-rc6.patch 51559410 SHA256 519f148591b719fda9ec74c0ad284f9eca5268587ddca01faaea4eb25126a58c SHA512 129741872167058f2c215822820dbd890855b99e6ebf05b5d904e67592472f3ac5089bc4ce8d5493ad4571148d200f1e3ae0108cd37d54f43638998f13530bfc WHIRLPOOL 31a186e1a54a3868b431c8999daaef238b8af9430ebff7185ae6b0ff4de8558bd8c1396fa481c18febdb17797d0d103635318f5165fd1cd95af0178f951f3e74
25 +DIST patch-4.14-rc7.patch 51715185 SHA256 35e1f2d42c383c5796331c08a9536e2bd1604ee284ce063a41c567fa3fc582e0 SHA512 4b33b60a223359936e546498f9651f7bad21528beac404ca580ba6fd725fe6637845a80ba1079fa0cf4c6f614768d4b361e1e1b04ce7edde6dde686e623f1ed1 WHIRLPOOL e266a98b221fc84d73a3073f934137cbb077224f784f029f65a5f25108dc4ffedd5b1a548cde6f5396dec32343bd74ec97c502207b74f5b99c5dd97c06b1d334
26
27 diff --git a/sys-kernel/git-sources/git-sources-4.14_rc7.ebuild b/sys-kernel/git-sources/git-sources-4.14_rc7.ebuild
28 new file mode 100644
29 index 00000000000..7f2595c38a3
30 --- /dev/null
31 +++ b/sys-kernel/git-sources/git-sources-4.14_rc7.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="5"
37 +UNIPATCH_STRICTORDER="yes"
38 +K_NOUSENAME="yes"
39 +K_NOSETEXTRAVERSION="yes"
40 +K_NOUSEPR="yes"
41 +K_SECURITY_UNSUPPORTED="1"
42 +K_BASE_VER="4.13"
43 +K_EXP_GENPATCHES_NOUSE="1"
44 +K_FROM_GIT="yes"
45 +ETYPE="sources"
46 +CKV="${PVR/-r/-git}"
47 +
48 +# only use this if it's not an _rc/_pre release
49 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
50 +inherit kernel-2
51 +detect_version
52 +
53 +DESCRIPTION="The very latest -git version of the Linux kernel"
54 +HOMEPAGE="https://www.kernel.org"
55 +SRC_URI="${KERNEL_URI}"
56 +
57 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
58 +IUSE=""
59 +
60 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
61 +experimental nature. If you have any issues, try a matching vanilla-sources
62 +ebuild -- if the problem is not there, please contact the upstream kernel
63 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
64 +report the problem so it can be fixed in time for the next kernel release."
65 +
66 +RDEPEND=""
67 +DEPEND="${RDEPEND}
68 + >=sys-devel/patch-2.7.5"
69 +
70 +pkg_postinst() {
71 + postinst_sources
72 +}