Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
Date: Sun, 01 Jul 2018 12:37:43
Message-Id: 1530448636.1de7bc6e5a26c2bf90345149ecb3b338f63473b8.alicef@gentoo
1 commit: 1de7bc6e5a26c2bf90345149ecb3b338f63473b8
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 12:35:13 2018 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 12:37:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de7bc6e
7
8 bump genpatches-4.9-113
9
10 .../gentoo-sources/gentoo-sources-4.9.110.ebuild | 28 ++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.110.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.110.ebuild
14 new file mode 100644
15 index 00000000000..316eba2668f
16 --- /dev/null
17 +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.110.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI="6"
23 +ETYPE="sources"
24 +K_WANT_GENPATCHES="base extras experimental"
25 +K_GENPATCHES_VER="113"
26 +
27 +inherit kernel-2
28 +detect_version
29 +detect_arch
30 +
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
32 +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
33 +IUSE="experimental"
34 +
35 +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
36 +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
37 +
38 +pkg_postinst() {
39 + kernel-2_pkg_postinst
40 + einfo "For more info on this patchset, and how to report problems, see:"
41 + einfo "${HOMEPAGE}"
42 +}
43 +
44 +pkg_postrm() {
45 + kernel-2_pkg_postrm
46 +}