commit:     0e1abbe0bffa83f791195d744aeaef697a4c41bd
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 12:01:12 2016 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 12:01:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1abbe0

sys-kernel/git-sources: Linux patch 4.6_rc5

Package-Manager: portage-2.2.28

 sys-kernel/git-sources/Manifest                   |  1 +
 sys-kernel/git-sources/git-sources-4.6_rc5.ebuild | 40 +++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 805090e..0ee8386 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -3,3 +3,4 @@ DIST patch-4.6-rc1.xz 6426024 SHA256 
a1b27b783b720faea7b188e3b2c010fe1833155df7e
 DIST patch-4.6-rc2.xz 6078920 SHA256 
386e1945510a0635cde0598d49b6624c8753b3bab1c9bf6fa8ce7efb88d1f289 SHA512 
7d35c909f8981985760744d3dfd7e66a5790e35302ffbfc8c8f37ede88a1f60e5f0b725c26e8a2708ed7ebc90a83113089fa0235d6c892fc0bfbe9bfa780a0c7
 WHIRLPOOL 
af2ccc138a24074b2b1664c7ce25b6df0f2a013172293ff2c997c7a6e4f2b0eef1a10c489e6c9fd87bbc32344f35605b6dac44aaf9211518a89cad7d8ceeb279
 DIST patch-4.6-rc3.xz 6623292 SHA256 
45bc4f50c98d6dfea3c802f89cbae79553c308f3f2fc802d8fd9f84cb7f9f808 SHA512 
8356aae1c44226b7747622df0a18a416bce0ea882c8d7e5c11238308ad3de3fa3913513a6f94b60fc9b0544e8c3506561860c696c7816939289e9dadee6eec85
 WHIRLPOOL 
dd157f6a29d2a5ac0d2a5c91fd8e092cb597f4c710b01767c1c06b17e04af10e30cde4c04b7596e070ab260b6467c9a3a596c35c54071488bf2b676b417c776f
 DIST patch-4.6-rc4.xz 6647640 SHA256 
707e6c719f33e6b3982af1e8943877135a24ec53fc0cec38cf4ecd468ce3713b SHA512 
2a7fea04168369a65807a4e3330e19e4899962060861c72e6325c14dd4a5c05ab940f27c38402d8c5e8304b23c193d4a037940de05a9c06927aafe6dd34dd579
 WHIRLPOOL 
a0ed8e0a31bd2736730b5a6c68d1ee2aca728e6b91206dbbc071aea6a2b6111c642a55e7a7d9636a6e5f7ab67aefe366796a844b06ff81912da59f8041a7e577
+DIST patch-4.6-rc5.xz 6290816 SHA256 
792466e412ed0f3a1401c7563eef138c03bc76e21e6928e220035eb4a0f42e2f SHA512 
ce6e32373b8419bad08eab0cf02fde49391db13269323a762322d406fbfb0348604323a849d8f6f96f1e6e1e93cbf082eb91e5b248e45d633a2f863f9e79ceee
 WHIRLPOOL 
576db33881be4b5ef11fff424b6f5ec263b9863a7211f9273fe2a05519cd9bb96ba70cddcb6593080b62bc0625aa3f4fc0ec47b2d7f9acb3504762c197ce900f

diff --git a/sys-kernel/git-sources/git-sources-4.6_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-4.6_rc5.ebuild
new file mode 100644
index 0000000..af024fb
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.6_rc5.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
+}

Reply via email to