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, 30 May 2016 22:49:06
Message-Id: 1464648520.f01abc120603bce605c93301c8a2baa2fe6b9519.mpagano@gentoo
1 commit: f01abc120603bce605c93301c8a2baa2fe6b9519
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 22:48:40 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 22:48:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01abc12
7
8 sys-kernel/git-sources: Linux patch 4.7_rc1
9
10 Package-Manager: portage-2.2.28
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.7_rc1.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 15bdf01..9d8c017 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -6,3 +6,4 @@ DIST patch-4.6-rc4.xz 6647640 SHA256 707e6c719f33e6b3982af1e8943877135a24ec53fc0
21 DIST patch-4.6-rc5.xz 6290816 SHA256 792466e412ed0f3a1401c7563eef138c03bc76e21e6928e220035eb4a0f42e2f SHA512 ce6e32373b8419bad08eab0cf02fde49391db13269323a762322d406fbfb0348604323a849d8f6f96f1e6e1e93cbf082eb91e5b248e45d633a2f863f9e79ceee WHIRLPOOL 576db33881be4b5ef11fff424b6f5ec263b9863a7211f9273fe2a05519cd9bb96ba70cddcb6593080b62bc0625aa3f4fc0ec47b2d7f9acb3504762c197ce900f
22 DIST patch-4.6-rc6.xz 6323852 SHA256 c066c61cf1d1908ba40e5cf5d894de2dc8e4a7bfc83e69af1fb87ef6308deaa3 SHA512 3af8854917e2d80d7ac626de1bf23a827275313ab1715a16a1447e745a81a96853c1546b32bd53c4234e12b26ef7ef38b36bd0eacf153deaaa4004cea8ae28ac WHIRLPOOL 4bbc31e4e8d34526b59a4369f79424515a59d011ef03a0bcd57668369e46166dcc44dc33563685a2d71c94edc92ec561630a473d6e8101f73fbe46de00edec4d
23 DIST patch-4.6-rc7.xz 6359368 SHA256 32b97a8f351bb5206ce7470c31f4e50ad8471c2f00893267157fb267e9f9eeed SHA512 65897e22c26abc5d2b1ad13b0661bf8b576b28fcf474319aa290f0c135aa91a5a8705389a7b056f3df99ab29b27a395b6b55852e7dca971e5fb9e759ed60a6ba WHIRLPOOL 049b1ffd25147db34f39145dc8389c3c122c37c7992736687e256ee51f08eec23688006001a42489da2cf8e420f6a9ed2d2544e208a36d688bca9bcc97c3d0fa
24 +DIST patch-4.7-rc1.xz 5372116 SHA256 113a5441c67316e27b3c90d6ee07edd5e6df4e943dd4f126fd994231320afd45 SHA512 b1028e3ab5772c2b87a576dceda9dc4fc543cc72710d8a249cff324d0774dcd97b1e2aa1895894d0e3190fe283345c36405a772c25b2c3be6f510dbff6de8b74 WHIRLPOOL 13f61237f9acf9c78c3aed260f1d9fbc041e01014b97ef05636b55b96fc473ad02eb7d225c393a55e7d0ac3cab548c84e619f8c2ffc45e4b8b01904e6f8a8ece
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.7_rc1.ebuild b/sys-kernel/git-sources/git-sources-4.7_rc1.ebuild
27 new file mode 100644
28 index 0000000..af024fb
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.7_rc1.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 +}