sys-kernel/git-sources: Automated version bump to 4.13_rc7.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2017-08-28 11:55:47 +02:00
parent 2e71ca6e7d
commit 7c5457e265
2 changed files with 41 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ DIST patch-4.13-rc3.patch 69526174 SHA256 a207ee00017993880ddf08a11edd1a6626c1cf
DIST patch-4.13-rc4.patch 71262833 SHA256 fb2c504b44168231f853699f1c13100a61b0d9fd13c4a5f9102e91b599e03e96 SHA512 07fa208e343f54699b245ced36f00aa26022df066fcaf11010b36f7f19ebf6f7fed57f4e9ee123ba214691f6d07f8fbe359913e03ee672640efe31c65d5ae1b9 WHIRLPOOL ac0e31d0783246fabf882f5f3ec912218f7e8f332bb6d6553bdb84133ab7f2f0d75139c8af9b69a178d8edc0e2c23367763b9b697a72c142956779ebc90229d7
DIST patch-4.13-rc5.patch 71584125 SHA256 df9a5fe4a51ab1ac7d7a8a02352885651e2ac898740fce3d3924604f82c3dc97 SHA512 95da1085e186151eb729faa880ce0f066f47c22a5bf96f725f1f5a30113a284ddecee82f70e42864e587ea8d92b48c42a4fabb24fd7dc71e3b7dd87fe504e8a5 WHIRLPOOL b5814d0b6495097e05df1bb3798059798aed33f62e25f3ae14ae0462e082985b7a461b42ffa3ee81617f6ea212524fbc86ace718bffb6b543353b8d0c3d3096f
DIST patch-4.13-rc6.patch 71739562 SHA256 0124dc320611f86dfa2eabef86c494ce3eb2a8f2b241907f8ff0f059de82d41a SHA512 8ae76a5e1eb78ea8688d3736e59dd2b4279de629f2acd653b46c328d13419d34e4b2b55c01f001701e4539127cbfc264c4bb83134d3ae28a4100e1715429ba9a WHIRLPOOL 68d09102a5af7ddabc2aaf72ec64e34f2b4d63f368fe46383449fbce1eff78705a7c4b7474982647ecbf34f2ee8bca9fb90c44254dc45bb0217b7b259ce99597
DIST patch-4.13-rc7.patch 71891442 SHA256 ea8ea9636164c32bbcb782df339186bcc2f381bf7b5d0d5f5fe64f24fb7af923 SHA512 dc1a3638776ba19fba13f0d76028ee7099854026f08056c16f32f66f936bb9d7820a460ca7e943f52e60e794c0fb0e3e99b3885a3ee9713b555bb1588466d940 WHIRLPOOL b74e645a8fa1b67a552ab8f99095cbf28d9607f6608bbb9fabaf2045ebd9f943d68d27c3010a5e81a31c4860e8843b68f7dc39c4da22ded7ad4c64af90e645d2

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="1"
K_BASE_VER="4.12"
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
}