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: Thu, 16 Jul 2020 13:06:48
Message-Id: 1594904790.fbf99edd6bfa4dda3ddbad761ce7f62661d825eb.mpagano@gentoo
1 commit: fbf99edd6bfa4dda3ddbad761ce7f62661d825eb
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 13:06:30 2020 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 13:06:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf99edd
7
8 Linux patch 5.4.52
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 .../gentoo-sources/gentoo-sources-5.4.52.ebuild | 28 ++++++++++++++++++++++
13 1 file changed, 28 insertions(+)
14
15 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.52.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.4.52.ebuild
16 new file mode 100644
17 index 00000000000..75ec09e1743
18 --- /dev/null
19 +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.52.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI="6"
25 +ETYPE="sources"
26 +K_WANT_GENPATCHES="base extras experimental"
27 +K_GENPATCHES_VER="52"
28 +
29 +inherit kernel-2
30 +detect_version
31 +detect_arch
32 +
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 +}