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: Fri, 05 Feb 2021 18:51:56
Message-Id: 1612551084.3c40d725bce170ae508bfd79883c0ebcbfc81425.sam@gentoo
1 commit: 3c40d725bce170ae508bfd79883c0ebcbfc81425
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 5 18:14:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 5 18:51:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40d725
7
8 sys-kernel/raspberrypi-sources: bump to 5.10.11_p20210201
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-kernel/raspberrypi-sources/Manifest | 1 +
14 .../raspberrypi-sources-5.10.11_p20210201.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/sys-kernel/raspberrypi-sources/Manifest b/sys-kernel/raspberrypi-sources/Manifest
18 index 48e9c499b71..4c7debcce2d 100644
19 --- a/sys-kernel/raspberrypi-sources/Manifest
20 +++ b/sys-kernel/raspberrypi-sources/Manifest
21 @@ -1 +1,2 @@
22 DIST raspberrypi-kernel_1.20201201-1.tar.gz 175159649 BLAKE2B 6d7f4aed5696a2640ef591438b624434efa55af96216d7bf79888486a840171d8cd64548050c10890f1e636e8b42a7c97da0562ca36e44c07c2d24325942d374 SHA512 a8427e209a639b35088f32c4efa13ebd2d0efad7ad6f8ab40fbebec3c857d1acc4947aa0ea42e1edc1f8fd687b1bf8170764c811c0c876e92f0d66c269c91489
23 +DIST raspberrypi-kernel_1.20210201-1.tar.gz 186311431 BLAKE2B 1ba95e54232fafc421eee4a1966c9ead0420d51bc32a87050aeb15d8f75217fbaa727f5f41855d3771feb720e6395eef13453ff83b1bd8c486deafec11926e38 SHA512 776b71e7be700c1ec14a0fddbb6374c84d5645323a72871a4e76d095c73c26891e6fac548aebbadd34f0b8d5d4c340935e281cdec314b29bf7d3bf41351958b9
24
25 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild
26 new file mode 100644
27 index 00000000000..523b8ac20a1
28 --- /dev/null
29 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +ETYPE=sources
37 +K_DEFCONFIG="bcmrpi_defconfig"
38 +K_SECURITY_UNSUPPORTED=1
39 +EXTRAVERSION="-${PN}/-*"
40 +
41 +inherit kernel-2 eapi7-ver
42 +detect_version
43 +detect_arch
44 +
45 +MY_PV=$(ver_cut 4-)
46 +MY_PV=${MY_PV/p/}
47 +DESCRIPTION="Raspberry Pi kernel sources"
48 +HOMEPAGE="https://github.com/raspberrypi/linux"
49 +SRC_URI="https://github.com/raspberrypi/linux/archive/raspberrypi-kernel_1.${MY_PV}-1.tar.gz"
50 +S="${WORKDIR}/linux-raspberrypi-kernel_1.${MY_PV}-1"
51 +
52 +KEYWORDS="~arm ~arm64"
53 +
54 +src_unpack() {
55 + default
56 +}