commit: f01abc120603bce605c93301c8a2baa2fe6b9519
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 22:48:40 2016 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May 30 22:48:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01abc12
sys-kernel/git-sources: Linux patch 4.7_rc1
Package-Manager: portage-2.2.28
sys-kernel/git-sources/Manifest | 1 +
sys-kernel/git-sources/git-sources-4.7_rc1.ebuild | 40 +++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 15bdf01..9d8c017 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-4.6-rc4.xz 6647640 SHA256
707e6c719f33e6b3982af1e8943877135a24ec53fc0
DIST patch-4.6-rc5.xz 6290816 SHA256
792466e412ed0f3a1401c7563eef138c03bc76e21e6928e220035eb4a0f42e2f SHA512
ce6e32373b8419bad08eab0cf02fde49391db13269323a762322d406fbfb0348604323a849d8f6f96f1e6e1e93cbf082eb91e5b248e45d633a2f863f9e79ceee
WHIRLPOOL
576db33881be4b5ef11fff424b6f5ec263b9863a7211f9273fe2a05519cd9bb96ba70cddcb6593080b62bc0625aa3f4fc0ec47b2d7f9acb3504762c197ce900f
DIST patch-4.6-rc6.xz 6323852 SHA256
c066c61cf1d1908ba40e5cf5d894de2dc8e4a7bfc83e69af1fb87ef6308deaa3 SHA512
3af8854917e2d80d7ac626de1bf23a827275313ab1715a16a1447e745a81a96853c1546b32bd53c4234e12b26ef7ef38b36bd0eacf153deaaa4004cea8ae28ac
WHIRLPOOL
4bbc31e4e8d34526b59a4369f79424515a59d011ef03a0bcd57668369e46166dcc44dc33563685a2d71c94edc92ec561630a473d6e8101f73fbe46de00edec4d
DIST patch-4.6-rc7.xz 6359368 SHA256
32b97a8f351bb5206ce7470c31f4e50ad8471c2f00893267157fb267e9f9eeed SHA512
65897e22c26abc5d2b1ad13b0661bf8b576b28fcf474319aa290f0c135aa91a5a8705389a7b056f3df99ab29b27a395b6b55852e7dca971e5fb9e759ed60a6ba
WHIRLPOOL
049b1ffd25147db34f39145dc8389c3c122c37c7992736687e256ee51f08eec23688006001a42489da2cf8e420f6a9ed2d2544e208a36d688bca9bcc97c3d0fa
+DIST patch-4.7-rc1.xz 5372116 SHA256
113a5441c67316e27b3c90d6ee07edd5e6df4e943dd4f126fd994231320afd45 SHA512
b1028e3ab5772c2b87a576dceda9dc4fc543cc72710d8a249cff324d0774dcd97b1e2aa1895894d0e3190fe283345c36405a772c25b2c3be6f510dbff6de8b74
WHIRLPOOL
13f61237f9acf9c78c3aed260f1d9fbc041e01014b97ef05636b55b96fc473ad02eb7d225c393a55e7d0ac3cab548c84e619f8c2ffc45e4b8b01904e6f8a8ece
diff --git a/sys-kernel/git-sources/git-sources-4.7_rc1.ebuild
b/sys-kernel/git-sources/git-sources-4.7_rc1.ebuild
new file mode 100644
index 0000000..af024fb
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.7_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="yes"
+K_BASE_VER="4.5"
+K_EXP_GENPATCHES_NOUSE="1"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org"
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=sys-devel/patch-2.7.4"
+
+pkg_postinst() {
+ postinst_sources
+}