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:28:49
Message-Id: 1638667713.c0ccdb6df2415c4ccc31c6535284f412a9ae9b2f.sam@gentoo
1 commit: c0ccdb6df2415c4ccc31c6535284f412a9ae9b2f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 01:28:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 01:28:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ccdb6d
7
8 sys-kernel/raspberrypi-sources: add 5.10.9999
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../raspberrypi-sources-5.10.9999.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild
16 new file mode 100644
17 index 000000000000..d6ff24d0a8fa
18 --- /dev/null
19 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +ETYPE=sources
27 +K_DEFCONFIG="bcmrpi_defconfig"
28 +K_SECURITY_UNSUPPORTED=1
29 +EXTRAVERSION="-${PN}/-*"
30 +inherit kernel-2
31 +detect_version
32 +detect_arch
33 +
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 +EGIT_CLONE_TYPE="shallow"
39 +
40 +DESCRIPTION="Raspberry Pi kernel sources"
41 +HOMEPAGE="https://github.com/raspberrypi/linux"
42 +
43 +src_unpack() {
44 + git-r3_src_unpack
45 + unpack_set_extraversion
46 +}