From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D89C1382C5 for ; Mon, 7 Dec 2020 18:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D98E0997; Mon, 7 Dec 2020 18:05:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3407EE0997 for ; Mon, 7 Dec 2020 18:05:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D42D2340DEC for ; Mon, 7 Dec 2020 18:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 762D7447 for ; Mon, 7 Dec 2020 18:05:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607364354.f11274316f54b3505b175122c9118689102d4dea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/raspberrypi-sources/Manifest sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f11274316f54b3505b175122c9118689102d4dea X-VCS-Branch: master Date: Mon, 7 Dec 2020 18:05:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 267ea35d-b0bd-4f9b-82a3-292cea736967 X-Archives-Hash: eb046f7380af351a15ccea6a76d64ecd commit: f11274316f54b3505b175122c9118689102d4dea Author: Sam James gentoo org> AuthorDate: Mon Dec 7 18:04:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 7 18:05:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1127431 sys-kernel/raspberrypi-sources: bump to 5.4.79 (non-live!) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-kernel/raspberrypi-sources/Manifest | 1 + .../raspberrypi-sources-5.4.79_p20201201.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/sys-kernel/raspberrypi-sources/Manifest b/sys-kernel/raspberrypi-sources/Manifest new file mode 100644 index 00000000000..48e9c499b71 --- /dev/null +++ b/sys-kernel/raspberrypi-sources/Manifest @@ -0,0 +1 @@ +DIST raspberrypi-kernel_1.20201201-1.tar.gz 175159649 BLAKE2B 6d7f4aed5696a2640ef591438b624434efa55af96216d7bf79888486a840171d8cd64548050c10890f1e636e8b42a7c97da0562ca36e44c07c2d24325942d374 SHA512 a8427e209a639b35088f32c4efa13ebd2d0efad7ad6f8ab40fbebec3c857d1acc4947aa0ea42e1edc1f8fd687b1bf8170764c811c0c876e92f0d66c269c91489 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild new file mode 100644 index 00000000000..de796c6696a --- /dev/null +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ETYPE=sources +K_DEFCONFIG="bcmrpi_defconfig" +K_SECURITY_UNSUPPORTED=1 +EXTRAVERSION="-${PN}/-*" + +inherit kernel-2 eapi7-ver +detect_version +detect_arch + +MY_PV=$(ver_cut 4-) +MY_PV=${MY_PV/p/} +DESCRIPTION="Raspberry Pi kernel sources" +HOMEPAGE="https://github.com/raspberrypi/linux" +SRC_URI="https://github.com/raspberrypi/linux/archive/raspberrypi-kernel_1.${MY_PV}-1.tar.gz" +S="${WORKDIR}/linux-raspberrypi-kernel_1.${MY_PV}-1" + +KEYWORDS="~arm ~arm64" + +src_unpack() { + default +}