commit:     079424a68672f8dc17a3e80417cf129cf3ac4850
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 23:21:10 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 23:21:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079424a6

sys-kernel/git-sources: Linux patch 5.2-rc6

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 844117b426c..1e5de9689f6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-5.2-rc2.patch 49912438 BLAKE2B 
38140ffd6b0d62b43fc0d657e28a384d2887cc
 DIST patch-5.2-rc3.patch 56859377 BLAKE2B 
15f2fab5ef83a06efbe1a40fc1423d7c4fbd725b0869dc9d9d00d920a17aad9e3aa2f7a68200e38bd14971a90e692b7b55d45bde4ae8d2027fa4c3d2e1c5462f
 SHA512 
07a97b869f751d9cbf4a4bd8df79a496c63320a24a4b165f684263fe679f3c3df58f3aafa560b9d94b05c6ea302146eadb9c4c5d83bc9e0d0cddba9c5d0bcac5
 DIST patch-5.2-rc4.patch 60202893 BLAKE2B 
0b87ff128da720388b11243143bb15daaa27db66f363a5c89034b92b0cf5eb9dcdc7f4a6fa78bde409e389600f0361ab6574e2d3eb5318dd91cec6271ff507da
 SHA512 
ae5d8cf7ae969dc5fa30faa0b0f29c783071b45f07fa9e73768095da896a5cea7d91f5545986ea7ce659a5cd09ce861f68df75264565a10f87abde6490fc4a46
 DIST patch-5.2-rc5.patch 60381150 BLAKE2B 
b3c86b5feadb357354ad89c24e322bd13b47d0bfe75395312115ba7f8f2edafb3d7bca3b527c63fdf9e9f40d28900900a8861536737655521f450416487c007a
 SHA512 
6cb7282c7f715fcf1c8042ff0e4f33cda5baf69f635fdce49bc6271b7b07dce9e63a7104e44be91402955b20da5617ef0c979907a1007e1fbc4b492f15c93690
+DIST patch-5.2-rc6.patch 64104387 BLAKE2B 
67e56b7074e355b795fb0b1453f1b8d0835737fb08022e755a407253fd4cec4aa5b395920983aa6c59258a11aa5fead544570a48a48b24378fccd81e51754bbd
 SHA512 
6c5c5a7d40a41919dde7d518feadfb9d2af49ec82013135e64b4d767839c31e9da3a570469a1293b75eb0dcbda31906f5087bfaf9145018b706b34fd9e89c70c

diff --git a/sys-kernel/git-sources/git-sources-5.2_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.2_rc6.ebuild
new file mode 100644
index 00000000000..8509b233b0a
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.2_rc6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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="5.1"
+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