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, 26 Oct 2020 08:54:30
Message-Id: 1603702459.2735e6b95d357fd8f25a7106bf94e702eac93551.ago@gentoo
1 commit: 2735e6b95d357fd8f25a7106bf94e702eac93551
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 08:54:19 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 08:54:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2735e6b9
7
8 sys-kernel/git-sources: Automated version bump to 5.10_rc1.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 sys-kernel/git-sources/Manifest | 2 ++
14 sys-kernel/git-sources/git-sources-5.10_rc1.ebuild | 40 ++++++++++++++++++++++
15 2 files changed, 42 insertions(+)
16
17 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
18 index 3f537423c84..76fa8cfba30 100644
19 --- a/sys-kernel/git-sources/Manifest
20 +++ b/sys-kernel/git-sources/Manifest
21 @@ -1,4 +1,6 @@
22 DIST linux-5.8.tar.xz 114459324 BLAKE2B 7bd97f8fa4527840754434414c07283e89731dc8ebb1e95fa5bc1469a60af1122582c0d3b6e262e77882f023190068df3537bd8b65964b3caa820bb2c8e579c7 SHA512 45a53ecf351096ef6e98242cca4228b8da9b9139ecc6963695791ea6fb7a9484a4e1c19dcca7ce7cbfdfa49de0451b70973bb078f12bdae9cbaddbc3f8092556
23 +DIST linux-5.9.tar.xz 115507140 BLAKE2B e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb SHA512 d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
24 +DIST patch-5.10-rc1.patch 63423359 BLAKE2B 83bd8492121f572584805667cda35964a1ab68730f7a61e2f6d5de950b61c29b08728596fd8802cfa02b58986da3559ffbb41be70816533bd6139fda55b9f233 SHA512 80f493f134cdce969f80ebf39dd473d1dce00b3fa419569ba761a4b91172fca2112892a91ca1d2f996e1a85e60840ec1244af0e735be46d285e941efa42b5bb1
25 DIST patch-5.9-rc1.patch 62103655 BLAKE2B 7197c9a1811abdd708f74c06893b805d6d185bd73b0721eb5d90e03278cf8e773fa2482cd7535b07bf83e5f08e82e8f76415d2212e6cb6b53a93b8770b946a8e SHA512 7f262f9208b84cd038cc6c879b1705e1cd2ff44ff9619163d581aff151e8548b47c75ea505020092826a27d235671e218df6bd85b1cdb733700bf25c7a81b263
26 DIST patch-5.9-rc2.patch 62542182 BLAKE2B bc724f610ec553f36faae409bd89b82cc59f04587a9f1595e2cfaa93e17dc16dcf3d64eacbcb3e6ad2206ede32948c0759ac2839542e7be9c86d675948c73887 SHA512 848539231d9a6c6a85ed1af59b9140264a104200269815bd62613f30aa2ab5577f4e89b847adf55c758ec66c4dbee87a71a3e05f9dee157841f3de23ec71e860
27 DIST patch-5.9-rc3.patch 63570996 BLAKE2B 7bd2b596298f5cee0baf480544592d0964b473068003c5ee5e4cda064fed5265079b60377779a879b1f2107ccb194500db4d201adcb055ec519981ef7a67d7f0 SHA512 82607e7c3038fe1031d175f4a964e752f90114428bdf3a577764247a33dff3a7ea2a6dba526d1e495a8eb3f55bf87d656e26ef6acf1f96b56c3bdae2542bf320
28
29 diff --git a/sys-kernel/git-sources/git-sources-5.10_rc1.ebuild b/sys-kernel/git-sources/git-sources-5.10_rc1.ebuild
30 new file mode 100644
31 index 00000000000..90316ad9986
32 --- /dev/null
33 +++ b/sys-kernel/git-sources/git-sources-5.10_rc1.ebuild
34 @@ -0,0 +1,40 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI="6"
39 +UNIPATCH_STRICTORDER="yes"
40 +K_NOUSENAME="yes"
41 +K_NOSETEXTRAVERSION="yes"
42 +K_NOUSEPR="yes"
43 +K_SECURITY_UNSUPPORTED="1"
44 +K_BASE_VER="5.9"
45 +K_EXP_GENPATCHES_NOUSE="1"
46 +K_FROM_GIT="yes"
47 +ETYPE="sources"
48 +CKV="${PVR/-r/-git}"
49 +
50 +# only use this if it's not an _rc/_pre release
51 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
52 +inherit kernel-2
53 +detect_version
54 +
55 +DESCRIPTION="The very latest -git version of the Linux kernel"
56 +HOMEPAGE="https://www.kernel.org"
57 +SRC_URI="${KERNEL_URI}"
58 +
59 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
60 +IUSE=""
61 +
62 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
63 +experimental nature. If you have any issues, try a matching vanilla-sources
64 +ebuild -- if the problem is not there, please contact the upstream kernel
65 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
66 +report the problem so it can be fixed in time for the next kernel release."
67 +
68 +RDEPEND=""
69 +DEPEND="${RDEPEND}
70 + >=sys-devel/patch-2.7.5"
71 +
72 +pkg_postinst() {
73 + postinst_sources
74 +}