Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Sun, 05 Dec 2021 01:29:40
Message-Id: 1638667762.228edd0bfa8ba1ece0221185dd9e91a2d15c24e1.sam@gentoo
1 commit: 228edd0bfa8ba1ece0221185dd9e91a2d15c24e1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 01:29:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 01:29:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228edd0b
7
8 sys-kernel/raspberrypi-sources: update live to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 6 ++----
13 sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
17 index 9c4a165e52cf..d6ff24d0a8fa 100644
18 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
19 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 ETYPE=sources
28 K_DEFCONFIG="bcmrpi_defconfig"
29 @@ -11,7 +11,7 @@ inherit kernel-2
30 detect_version
31 detect_arch
32
33 -inherit git-r3 eapi7-ver
34 +inherit git-r3
35 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
36 EGIT_BRANCH="rpi-$(ver_cut 1-2).y"
37 EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
38 @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow"
39 DESCRIPTION="Raspberry Pi kernel sources"
40 HOMEPAGE="https://github.com/raspberrypi/linux"
41
42 -KEYWORDS=""
43 -
44 src_unpack() {
45 git-r3_src_unpack
46 unpack_set_extraversion
47
48 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild
49 index 9c4a165e52cf..d6ff24d0a8fa 100644
50 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild
51 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild
52 @@ -1,7 +1,7 @@
53 # Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=6
57 +EAPI=7
58
59 ETYPE=sources
60 K_DEFCONFIG="bcmrpi_defconfig"
61 @@ -11,7 +11,7 @@ inherit kernel-2
62 detect_version
63 detect_arch
64
65 -inherit git-r3 eapi7-ver
66 +inherit git-r3
67 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
68 EGIT_BRANCH="rpi-$(ver_cut 1-2).y"
69 EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
70 @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow"
71 DESCRIPTION="Raspberry Pi kernel sources"
72 HOMEPAGE="https://github.com/raspberrypi/linux"
73
74 -KEYWORDS=""
75 -
76 src_unpack() {
77 git-r3_src_unpack
78 unpack_set_extraversion