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, 02 May 2016 22:44:51
Message-Id: 1462229068.ad871776f3d8e65904d5d1466e456b611b62f6e7.mpagano@gentoo
1 commit: ad871776f3d8e65904d5d1466e456b611b62f6e7
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 22:44:28 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 22:44:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad871776
7
8 sys-kernel/git-sources: Linux patch 4.6_rc6
9
10 Package-Manager: portage-2.2.26
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.6_rc6.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 0ee8386..4fe92fd 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -4,3 +4,4 @@ DIST patch-4.6-rc2.xz 6078920 SHA256 386e1945510a0635cde0598d49b6624c8753b3bab1c
21 DIST patch-4.6-rc3.xz 6623292 SHA256 45bc4f50c98d6dfea3c802f89cbae79553c308f3f2fc802d8fd9f84cb7f9f808 SHA512 8356aae1c44226b7747622df0a18a416bce0ea882c8d7e5c11238308ad3de3fa3913513a6f94b60fc9b0544e8c3506561860c696c7816939289e9dadee6eec85 WHIRLPOOL dd157f6a29d2a5ac0d2a5c91fd8e092cb597f4c710b01767c1c06b17e04af10e30cde4c04b7596e070ab260b6467c9a3a596c35c54071488bf2b676b417c776f
22 DIST patch-4.6-rc4.xz 6647640 SHA256 707e6c719f33e6b3982af1e8943877135a24ec53fc0cec38cf4ecd468ce3713b SHA512 2a7fea04168369a65807a4e3330e19e4899962060861c72e6325c14dd4a5c05ab940f27c38402d8c5e8304b23c193d4a037940de05a9c06927aafe6dd34dd579 WHIRLPOOL a0ed8e0a31bd2736730b5a6c68d1ee2aca728e6b91206dbbc071aea6a2b6111c642a55e7a7d9636a6e5f7ab67aefe366796a844b06ff81912da59f8041a7e577
23 DIST patch-4.6-rc5.xz 6290816 SHA256 792466e412ed0f3a1401c7563eef138c03bc76e21e6928e220035eb4a0f42e2f SHA512 ce6e32373b8419bad08eab0cf02fde49391db13269323a762322d406fbfb0348604323a849d8f6f96f1e6e1e93cbf082eb91e5b248e45d633a2f863f9e79ceee WHIRLPOOL 576db33881be4b5ef11fff424b6f5ec263b9863a7211f9273fe2a05519cd9bb96ba70cddcb6593080b62bc0625aa3f4fc0ec47b2d7f9acb3504762c197ce900f
24 +DIST patch-4.6-rc6.xz 6323852 SHA256 c066c61cf1d1908ba40e5cf5d894de2dc8e4a7bfc83e69af1fb87ef6308deaa3 SHA512 3af8854917e2d80d7ac626de1bf23a827275313ab1715a16a1447e745a81a96853c1546b32bd53c4234e12b26ef7ef38b36bd0eacf153deaaa4004cea8ae28ac WHIRLPOOL 4bbc31e4e8d34526b59a4369f79424515a59d011ef03a0bcd57668369e46166dcc44dc33563685a2d71c94edc92ec561630a473d6e8101f73fbe46de00edec4d
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.6_rc6.ebuild b/sys-kernel/git-sources/git-sources-4.6_rc6.ebuild
27 new file mode 100644
28 index 0000000..af024fb
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.6_rc6.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +UNIPATCH_STRICTORDER="yes"
38 +K_NOUSENAME="yes"
39 +K_NOSETEXTRAVERSION="yes"
40 +K_NOUSEPR="yes"
41 +K_SECURITY_UNSUPPORTED="yes"
42 +K_BASE_VER="4.5"
43 +K_EXP_GENPATCHES_NOUSE="1"
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 +}