public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig-bin/
Date: Fri, 20 Jan 2023 03:54:30 +0000 (UTC)	[thread overview]
Message-ID: <1674186853.934f9bb0ec0eeb02aad6e0b0986f24b5a2f92d69.sam@gentoo> (raw)

commit:     934f9bb0ec0eeb02aad6e0b0986f24b5a2f92d69
Author:     Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
AuthorDate: Fri Jan 20 03:40:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 03:54:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934f9bb0

dev-lang/zig-bin: add missing "die"

Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/zig-bin/zig-bin-0.10.0.ebuild | 4 ++--
 dev-lang/zig-bin/zig-bin-0.10.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/zig-bin/zig-bin-0.10.0.ebuild b/dev-lang/zig-bin/zig-bin-0.10.0.ebuild
index 45c577eadde5..41c7ad1570e5 100644
--- a/dev-lang/zig-bin/zig-bin-0.10.0.ebuild
+++ b/dev-lang/zig-bin/zig-bin-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ QA_PREBUILT="opt/${P}/zig"
 src_unpack() {
 	unpack ${A}
 
-	mv "${WORKDIR}/"* "${S}"
+	mv "${WORKDIR}/"* "${S}" || die
 }
 
 src_install() {

diff --git a/dev-lang/zig-bin/zig-bin-0.10.1.ebuild b/dev-lang/zig-bin/zig-bin-0.10.1.ebuild
index 4a42bdced649..7c9d05764a48 100644
--- a/dev-lang/zig-bin/zig-bin-0.10.1.ebuild
+++ b/dev-lang/zig-bin/zig-bin-0.10.1.ebuild
@@ -29,7 +29,7 @@ QA_PREBUILT="opt/${P}/zig"
 src_unpack() {
 	unpack ${A}
 
-	mv "${WORKDIR}/"* "${S}"
+	mv "${WORKDIR}/"* "${S}" || die
 }
 
 src_install() {


             reply	other threads:[~2023-01-20  3:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20  3:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 11:40 [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig-bin/ Sam James
2025-02-16 16:29 Sam James
2025-02-16 16:29 Sam James
2024-08-07  3:16 Sam James
2024-05-24 19:27 Florian Schmaus
2024-05-20  7:49 Sam James
2023-08-25  3:58 Jakov Smolić
2023-05-13  3:28 Sam James
2023-03-17  9:44 Florian Schmaus
2023-03-09 10:54 Florian Schmaus
2023-03-09 10:54 Florian Schmaus
2023-01-20  1:17 Sam James
2022-11-07  6:52 Sam James
2022-09-11 18:13 Sam James

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=1674186853.934f9bb0ec0eeb02aad6e0b0986f24b5a2f92d69.sam@gentoo \
    --to=sam@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