public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/
Date: Sun, 24 Mar 2019 19:18:35 +0000 (UTC)	[thread overview]
Message-ID: <1553455062.5b4558dddb387d62aff37e6ca64e8ad1592616c1.andrey_utkin@gentoo> (raw)

commit:     5b4558dddb387d62aff37e6ca64e8ad1592616c1
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 23:59:23 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 19:17:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4558dd

sys-boot/raspberrypi-firmware: add logic for non-live releases

This allows to add release ebuilds by copying the file verbatim.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 .../raspberrypi-firmware/raspberrypi-firmware-9999.ebuild  | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
index 6037eca917b..ad0ee67fad5 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
@@ -3,14 +3,22 @@
 
 EAPI=7
 
-inherit git-r3 mount-boot readme.gentoo-r1
+inherit mount-boot readme.gentoo-r1
 
 DESCRIPTION="Raspberry PI boot loader and firmware"
 HOMEPAGE="https://github.com/raspberrypi/firmware"
 LICENSE="GPL-2 raspberrypi-videocore-bin"
 SLOT="0"
-EGIT_REPO_URI="https://github.com/raspberrypi/firmware"
-EGIT_CLONE_TYPE="shallow"
+
+if [[ "${PV}" == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/raspberrypi/firmware"
+	EGIT_CLONE_TYPE="shallow"
+else
+	SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="-* ~arm ~arm64"
+	S="${WORKDIR}/firmware-${PV}"
+fi
 
 RESTRICT="binchecks strip"
 


             reply	other threads:[~2019-03-24 19:18 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-24 19:18 Andrey Utkin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-24 14:55 [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/ Viorel Munteanu
2024-10-24 11:42 Viorel Munteanu
2024-09-07 12:04 Viorel Munteanu
2024-09-06  8:58 Viorel Munteanu
2024-09-06  8:58 Viorel Munteanu
2024-04-20  3:20 Sam James
2023-03-24 13:45 Arthur Zamarin
2023-03-10  6:02 Dennis Lamm
2023-03-04  6:36 Arthur Zamarin
2023-03-04  6:03 Arthur Zamarin
2023-02-02 20:05 Dennis Lamm
2023-02-02 20:05 Dennis Lamm
2022-12-22 11:10 Dennis Lamm
2022-12-22 11:10 Dennis Lamm
2022-10-24 17:16 Dennis Lamm
2022-10-24 17:16 Dennis Lamm
2022-10-24 17:16 Dennis Lamm
2022-04-17 16:44 Sam James
2022-04-09 19:58 Arthur Zamarin
2022-04-09 19:57 Arthur Zamarin
2022-04-06  6:57 Dennis Lamm
2022-02-20  5:51 Sam James
2021-12-14 20:47 Arthur Zamarin
2021-12-14  2:06 Sam James
2021-12-05  1:28 Sam James
2021-11-21  8:21 Sam James
2021-06-21 22:36 Sam James
2021-03-06  7:26 Sam James
2021-03-05 20:34 Sam James
2021-01-27  7:31 Sam James
2021-01-25 14:06 Sam James
2021-01-25 14:04 Sam James
2020-12-20  6:29 Sam James
2020-12-11 22:12 Sam James
2020-12-11 21:35 Dennis Lamm
2020-12-10 17:43 Sam James
2020-11-23  5:01 Sam James
2020-11-23  4:54 Sam James
2020-07-28  0:10 Sam James
2019-12-30 22:33 Andrey Utkin
2019-12-03 13:34 Andrey Utkin
2019-12-03 13:34 Andrey Utkin
2019-07-15 20:31 Andrey Utkin
2019-07-05 21:38 Andrey Utkin
2019-03-25 23:07 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2019-03-24 19:18 Andrey Utkin
2017-10-15  9:21 Michael Palimaka
2016-03-15 13:49 Michael Weber
2016-02-19 21:55 Michael Weber
2016-02-19 21:55 Michael Weber
2015-11-29 20:22 Alfredo Tupone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1553455062.5b4558dddb387d62aff37e6ca64e8ad1592616c1.andrey_utkin@gentoo \
    --to=andrey_utkin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox