Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
Date: Fri, 18 Jun 2021 12:55:16
Message-Id: 1624020867.95466e6bd2317e6c79095ff13a90d3fa8048f3ee.mpagano@gentoo
1 commit: 95466e6bd2317e6c79095ff13a90d3fa8048f3ee
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 12:54:27 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 12:54:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95466e6b
7
8 Linux updates: 5.4.127 and 5.10.45
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 .../gentoo-sources/gentoo-sources-5.10.45.ebuild | 28 ++++++++++++++++++++++
13 .../gentoo-sources/gentoo-sources-5.4.127.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 56 insertions(+)
15
16 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.45.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.45.ebuild
17 new file mode 100644
18 index 00000000000..e1e385017f5
19 --- /dev/null
20 +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.45.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI="7"
26 +ETYPE="sources"
27 +K_WANT_GENPATCHES="base extras experimental"
28 +K_GENPATCHES_VER="49"
29 +
30 +inherit kernel-2
31 +detect_version
32 +detect_arch
33 +
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
35 +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
36 +IUSE="experimental"
37 +
38 +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
39 +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
40 +
41 +pkg_postinst() {
42 + kernel-2_pkg_postinst
43 + einfo "For more info on this patchset, and how to report problems, see:"
44 + einfo "${HOMEPAGE}"
45 +}
46 +
47 +pkg_postrm() {
48 + kernel-2_pkg_postrm
49 +}
50
51 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.127.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.4.127.ebuild
52 new file mode 100644
53 index 00000000000..d264f28f7f8
54 --- /dev/null
55 +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.127.ebuild
56 @@ -0,0 +1,28 @@
57 +# Copyright 1999-2021 Gentoo Authors
58 +# Distributed under the terms of the GNU General Public License v2
59 +
60 +EAPI="7"
61 +ETYPE="sources"
62 +K_WANT_GENPATCHES="base extras experimental"
63 +K_GENPATCHES_VER="130"
64 +
65 +inherit kernel-2
66 +detect_version
67 +detect_arch
68 +
69 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
70 +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
71 +IUSE="experimental"
72 +
73 +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
74 +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
75 +
76 +pkg_postinst() {
77 + kernel-2_pkg_postinst
78 + einfo "For more info on this patchset, and how to report problems, see:"
79 + einfo "${HOMEPAGE}"
80 +}
81 +
82 +pkg_postrm() {
83 + kernel-2_pkg_postrm
84 +}