commit:     d44815464f086fcab681e60d89044ac598958346
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 00:05:24 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 00:05:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4481546

sys-kernel/git-sources: Linux patch 5.5-rc2

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 145c3dac89d..d8de5817b7b 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-5.5-rc1.patch 42346664 BLAKE2B 
5dd2f44ef640b718f27201225eddc9c8b85739c9e9bd0902dacbc8c88ee967c38209dff28a77ed9f392842d24937c264a25155b2cb584b853375a0ab17427257
 SHA512 
a4f2b07002e69768e86f77c3f795fc752567fef0ba1f9370c773b5170df5f3ff467167308c262fce4da820f8f2f4a6683fc64b3fa68aa78ac39954e59a1df500
+DIST patch-5.5-rc2.patch 42752329 BLAKE2B 
1365e47a57cb9938f72f7141fe2a0308bc0ca308f778465a9d9a65b7b6ce142f3a9fdf82472e7904f982d854a6e5c36b271c71b236eccfadf79ac1c1de28b80a
 SHA512 
a451a75db4bc6c031fa70e97e70c31d71c2fbdd836d6c82cc5883ef1fa1767bdb902751c6ec71ac7f7182b20baba01599815ba72cd621b960a3a47b583281666

diff --git a/sys-kernel/git-sources/git-sources-5.5_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-5.5_rc2.ebuild
new file mode 100644
index 00000000000..84c23682a58
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.5_rc2.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.4"
+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