commit:     4062da1d6ede2209ff45d7b392ebe96d5ea5348b
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 22:29:36 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 22:29:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4062da1d

sys-kernel/git-sources: Linux patch 4.18-rc8

Package-Manager: Portage-2.3.44, Repoman-2.3.10

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 37bb62faa71..669e4e71664 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-4.18-rc4.patch 53258687 BLAKE2B 
3abd80176b7de14be61a8fd6826f9eaab970c
 DIST patch-4.18-rc5.patch 53496453 BLAKE2B 
d8211e175f4d6d0f62b3458bd19731c408999c9d00510bee99323232cc59822da9d7eddbfeaacb441066a2e8f3b543106608d67b11896952f8c87c9a6c4b1a2e
 SHA512 
9c7dc21dad12ad7cd005ce12128d25ab36d7cb6e5dd074bcc3d26b89437ae778727e52b8535240c084512c270dc5d9a66ac87babdaa9f5f030a94c2329fc9437
 DIST patch-4.18-rc6.patch 53787283 BLAKE2B 
01fa18fe3cf1afdf1da52145e41c23422ba408f220c889835e01e524e03f30e2b8c61c7395c267f6893bc8f5e8888b254e28ae7f6bc099c25cab1d435c76048f
 SHA512 
6abb369738ab4176fa0b6f25d68b8351a196c400a00045cd5afc7035e74fec5cb9e48b1506707c568a3aad441278cb10a6b345e9ca212f440e48bd5cf319816c
 DIST patch-4.18-rc7.patch 53978258 BLAKE2B 
f13b1b91f08d528657c4e7b7685f84bddc4aec24085c1667b943dbabc3fd59b3c438a96b29ec90cf450fa3d4bae21917f980e3770fc376bcde5ad0112b330f7e
 SHA512 
c982f79d57f3b331de92754f423852913ecb3f8a29284b030780a8e291056b6257ab73b95edb502aa143de1982106d747c69095250c1746429dd477949f7fdd2
+DIST patch-4.18-rc8.patch 54117635 BLAKE2B 
10439a54667a3b81a4635ae7ad1fffbd5862030f095ee382296c46ade02794c31f3b434721296e6d65901b3165d59e41cc286896b49b660680953721dad93f78
 SHA512 
afe4fa142d2d780a99a9bf7c9c8191262ce66df6947adb63c6fd9ee1e9c84f4211ae3da2872ce6d71059800f6cce5375344d0db2930664091be9b8cdc838200e

diff --git a/sys-kernel/git-sources/git-sources-4.18_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-4.18_rc8.ebuild
new file mode 100644
index 00000000000..d7f883a43cc
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.18_rc8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.17"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+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.5"
+
+pkg_postinst() {
+       postinst_sources
+}

Reply via email to