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: Mon, 30 May 2022 21:59:00
Message-Id: 1653947905.34b72d4df722d3b9e37c840fbe344e0ad34249f0.mpagano@gentoo
1 commit: 34b72d4df722d3b9e37c840fbe344e0ad34249f0
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 21:58:25 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:58:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b72d4d
7
8 sys-kernel/gentoo-sources: Update to BMQ Patch
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 .../gentoo-sources/gentoo-sources-5.18.1-r1.ebuild | 28 ++++++++++++++++++++++
13 1 file changed, 28 insertions(+)
14
15 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.18.1-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.18.1-r1.ebuild
16 new file mode 100644
17 index 000000000000..350db901ae85
18 --- /dev/null
19 +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.18.1-r1.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI="8"
25 +ETYPE="sources"
26 +K_WANT_GENPATCHES="base extras experimental"
27 +K_GENPATCHES_VER="2"
28 +
29 +inherit kernel-2
30 +detect_version
31 +detect_arch
32 +
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
34 +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
35 +IUSE="experimental"
36 +
37 +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
38 +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
39 +
40 +pkg_postinst() {
41 + kernel-2_pkg_postinst
42 + einfo "For more info on this patchset, and how to report problems, see:"
43 + einfo "${HOMEPAGE}"
44 +}
45 +
46 +pkg_postrm() {
47 + kernel-2_pkg_postrm
48 +}