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: Mon, 26 Jun 2017 16:35:29
Message-Id: 1498494918.a3117ee9ef161e3fd96658b160a9448b01d09709.mpagano@gentoo
1 commit: a3117ee9ef161e3fd96658b160a9448b01d09709
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 16:34:10 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 16:35:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3117ee9
7
8 sys-kernel/git-sources: Linux patch 4.12-rc7
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.12_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 be4199ec55d..a0adb65dfa7 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -5,3 +5,4 @@ DIST patch-4.12-rc3.patch 89897831 SHA256 d7cd828bdeb0d8b2a584ae87449ab88df8f434
21 DIST patch-4.12-rc4.patch 90081481 SHA256 39240c2f354b303894c77ff14a371d4d05cf4425b7e90135fb72d4cf66df0039 SHA512 0672cf1768f46d9eaed2d47ddffbcaee7b8be9172b479aa037747794225286eb19fffa72bf9f4b401fb4e83de4328bab97405d812e9aeea43ea68cc418bb23a0 WHIRLPOOL 3cead50e6cb5cd794652333772249fcfeebb2ff445922268653cf852c4bbc0ad3bd4d629bab3f6e8fb484c574431a277c01543fada73229d9ebbcefd2ca49870
22 DIST patch-4.12-rc5.patch 90389826 SHA256 b3933852635fc2633bf24357686ea8882c99ab6ea3c8101527a963816aa7b606 SHA512 a5cf9539cd494430933f31d93bc3a952bcb6fca47588c9e4d55957463bd605da667b0f433130e116bf6b09d95e120ea23e8911a51a23b37ef4c4922147b222c8 WHIRLPOOL afbbe0e851d8975488f946b997eea3b987b7fc501cc5722cc40b2789ff4347fdd2824e20e1d193dcf896d19472af430f2e8b5ac38166c2cd51c5b8c8bd606784
23 DIST patch-4.12-rc6.patch 90747250 SHA256 b4677b0fc2fa5d9934e41e868981e2a81745b05859cc827e82a97acb5943cd4e SHA512 ac18d248830a5c1cd205c77f1eea0ab50fbb168bccdd3362190c9ba049981b557f614e60aa25bc448c55e2883e12ceab30a1a54bd8c7b0eb09a39925eab26670 WHIRLPOOL ff904bd44669f5e9d20df0cd41fcca4fe901d1a6d6ee6890256640d187307859be53b6c4c753d203d8998e48808ac28d350a2353e5d1665a43ab30f1f62601a3
24 +DIST patch-4.12-rc7.patch 90886897 SHA256 42590d3377111c74877f0f9e78d4ec7e56df750fd818011a230b8d9c9e397756 SHA512 99b8afe9456b26443cc80eccd8b6fa2d39bbfe4dcbbf41a7957f4188fc8128653400d276c488331a226fb0e24f3bb3f3366c1902658bb07ef9f233572e84e51c WHIRLPOOL 6051209f5febdf35182e7231b6b9dd75edb954009a26d4dc65fcf828b5a6b6f01962be899b6e2284beaee9b2c075b579f7619fa00c8e12ff9b8043481427a788
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.12_rc7.ebuild b/sys-kernel/git-sources/git-sources-4.12_rc7.ebuild
27 new file mode 100644
28 index 00000000000..77ebfa1611c
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.12_rc7.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.11"
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.4"
68 +
69 +pkg_postinst() {
70 + postinst_sources
71 +}