Skip to content

Commit 894d5c4

Browse files
committed
sys-kernel/git-sources: Linux patch 5.6-rc6
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mike Pagano <[email protected]>
1 parent 145b4bc commit 894d5c4

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

sys-kernel/git-sources/Manifest

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ DIST patch-5.6-rc2.patch 40918846 BLAKE2B 72e67ad7b6766989cb826d9c54fc3cc1937f33
44
DIST patch-5.6-rc3.patch 41366122 BLAKE2B 73f606aa9e24d7e0b4030f883007c0ee40810ac5ecc52da90c2e58448f15a909529b50ce5e3e33274fb1514264e1522753b68ce92991449c16ff5fe61f8784a2 SHA512 a49a177ec7d527da1ee97c3e2f9b3fc97055452de1d82d743aa609ef0ef1abc345791e5ed3d28ecf833b5af833c6f9af9b5b9e8d0895ca103483e384f5d924d6
55
DIST patch-5.6-rc4.patch 41609569 BLAKE2B 1bcd1a93270b59224459c24a9808b84d872713c239f82a0c4b0aba71e9856b12598764a5c14ca410365e7d6461808f4d7a677e57e3423c910b5f1118edc6ea0c SHA512 46f9f16855065e1bd090b3520f7b7e55bdeab2ddf12b931d3b78e3e00872a070cb313dd7c25eb7631e34bd6bfeedefacca84f34927a64ae34c5251a8194182aa
66
DIST patch-5.6-rc5.patch 41919911 BLAKE2B 75da7c84962beed37bde19f7f74628096e81440e804cda47eb9446e36ba2499820283c88e0b2bb6404873d0429ab54fa3f3669a2bcd48de89921d0126ba82881 SHA512 e920816f968fbc7a6b5d7bbfe809fec49517b8435af870a1d7aa0cf07d8715122865d6ad84c1c35e28ad275d2ed7790774e4e39a197b850f6b041fb8b36b2c66
7+
DIST patch-5.6-rc6.patch 42196466 BLAKE2B 1173598022b423e6c40f2ba97f974d7615f6097e8910ffc7985ea9e5fcf7659ba3af5ec240c2160108439cc76acbdc015cbfef67e863e0135e910663a047c6c6 SHA512 61ed2bd081fa7bd6154d38ab82bddb477d9c8b5eed2b1ef94e50dedf0116f3dab38a272b8a838aca4ea9752bc910f59ab16e48d2e278d3bd3126ca541f662844
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Copyright 1999-2020 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI="6"
5+
UNIPATCH_STRICTORDER="yes"
6+
K_NOUSENAME="yes"
7+
K_NOSETEXTRAVERSION="yes"
8+
K_NOUSEPR="yes"
9+
K_SECURITY_UNSUPPORTED="1"
10+
K_BASE_VER="5.5"
11+
K_EXP_GENPATCHES_NOUSE="1"
12+
K_FROM_GIT="yes"
13+
ETYPE="sources"
14+
CKV="${PVR/-r/-git}"
15+
16+
# only use this if it's not an _rc/_pre release
17+
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
18+
inherit kernel-2
19+
detect_version
20+
21+
DESCRIPTION="The very latest -git version of the Linux kernel"
22+
HOMEPAGE="https://www.kernel.org"
23+
SRC_URI="${KERNEL_URI}"
24+
25+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
26+
IUSE=""
27+
28+
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
29+
experimental nature. If you have any issues, try a matching vanilla-sources
30+
ebuild -- if the problem is not there, please contact the upstream kernel
31+
developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
32+
report the problem so it can be fixed in time for the next kernel release."
33+
34+
RDEPEND=""
35+
DEPEND="${RDEPEND}
36+
>=sys-devel/patch-2.7.5"
37+
38+
pkg_postinst() {
39+
postinst_sources
40+
}

0 commit comments

Comments
 (0)