Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Mon, 29 Mar 2021 09:26:32
Message-Id: 1617009985.e6610e9ab6bb5abb124e5f3a5c892e09d297fee4.ago@gentoo
1 commit: e6610e9ab6bb5abb124e5f3a5c892e09d297fee4
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 09:26:25 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 09:26:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6610e9a
7
8 sys-kernel/git-sources: Automated version bump to 5.12_rc5.
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 sys-kernel/git-sources/Manifest | 1 +
14 sys-kernel/git-sources/git-sources-5.12_rc5.ebuild | 40 ++++++++++++++++++++++
15 2 files changed, 41 insertions(+)
16
17 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
18 index 6dff68da85d..20cd5b97e19 100644
19 --- a/sys-kernel/git-sources/Manifest
20 +++ b/sys-kernel/git-sources/Manifest
21 @@ -2,3 +2,4 @@ DIST linux-5.11.tar.xz 117619104 BLAKE2B 81300c27bd5476387a83123aaeb4163c73eb61e
22 DIST patch-5.12-rc2.patch 38085886 BLAKE2B 936f291c72b0befa6daf3f3070247e94a2e5ac14857e5a4053f99b5b4edbf1093f47b01a4bfe2884bf1461f0f67873b48b3d352493909d4377a766a5b05702a3 SHA512 4f92e162d8869045dabf245ab3e1a1518291b9d7fd5c27039dc97c656a15da1445bc9786746ba186180898abe8edcb52bab6e122119762e283722b8be19b5254
23 DIST patch-5.12-rc3.patch 38689504 BLAKE2B 25962d05cfd031ea45347f339da8dd206c38ee16c78fd5ff39edb564474b11d4321e450904f9db491f62bb6002e338ef3136327d656c028eaae6f8a3b9207229 SHA512 585a883af66641247e3a44ca56788dc5afe5a2f3a8bd0d9aaabba0324cbbbd4dffdad0d9bc65e30f77903c870985bfbfe1a3283cc709b92417f89d2c94ab8f16
24 DIST patch-5.12-rc4.patch 38986964 BLAKE2B 1d1d105866e52607197dac9a2ccd9b47abd9ca132d465ebdd9cabf9f557e1648d69a0df843fac2d4c5af3e404b9c560ca154a177b303b90e96bbb5a46b822baa SHA512 51957643d3c49757652608a22093b2d5d2c802cb3449e529e55aa1a131ac27c8c8832cc0cc74ea93435191712e289c36f8edbe049541075b121406377ba5e3c7
25 +DIST patch-5.12-rc5.patch 39323574 BLAKE2B ec3cf459048293b1dd4445fcdef14dd68733d9c70cd2206a069943459f48ee1929c96568c37abe4396eeca3c27e388931df89a0fc92e5c7a23de7d8d2a1729eb SHA512 cce82e4193de63f3ab87bd132baf6c63883aef91b31b8a96488c26206c35e22aecd0a5f4d6b562d98701fba0367e38f672d43015786cf480697aeaa6a43b5788
26
27 diff --git a/sys-kernel/git-sources/git-sources-5.12_rc5.ebuild b/sys-kernel/git-sources/git-sources-5.12_rc5.ebuild
28 new file mode 100644
29 index 00000000000..841923d20fb
30 --- /dev/null
31 +++ b/sys-kernel/git-sources/git-sources-5.12_rc5.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +UNIPATCH_STRICTORDER="yes"
38 +K_NOUSENAME="yes"
39 +K_NOSETEXTRAVERSION="yes"
40 +K_NOUSEPR="yes"
41 +K_SECURITY_UNSUPPORTED="1"
42 +K_BASE_VER="5.11"
43 +K_EXP_GENPATCHES_NOUSE="1"
44 +K_FROM_GIT="yes"
45 +ETYPE="sources"
46 +CKV="${PVR/-r/-git}"
47 +
48 +# only use this if it's not an _rc/_pre release
49 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
50 +inherit kernel-2
51 +detect_version
52 +
53 +DESCRIPTION="The very latest -git version of the Linux kernel"
54 +HOMEPAGE="https://www.kernel.org"
55 +SRC_URI="${KERNEL_URI}"
56 +
57 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
58 +IUSE=""
59 +
60 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
61 +experimental nature. If you have any issues, try a matching vanilla-sources
62 +ebuild -- if the problem is not there, please contact the upstream kernel
63 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
64 +report the problem so it can be fixed in time for the next kernel release."
65 +
66 +RDEPEND=""
67 +DEPEND="${RDEPEND}
68 + >=sys-devel/patch-2.7.5"
69 +
70 +pkg_postinst() {
71 + postinst_sources
72 +}