public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/via/
Date: Thu, 18 Jul 2024 16:39:31 +0000 (UTC)	[thread overview]
Message-ID: <1721320558.baa8c0cc2f20f0d74145a0ff39ceaac981fd5810.watermanpaint@gentoo> (raw)

commit:     baa8c0cc2f20f0d74145a0ff39ceaac981fd5810
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jul 18 16:35:58 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jul 18 16:35:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baa8c0cc

app-misc/via: add missing || die

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-misc/via/via-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild
index c43f06640..cc02d2958 100644
--- a/app-misc/via/via-3.0.0.ebuild
+++ b/app-misc/via/via-3.0.0.ebuild
@@ -56,7 +56,7 @@ src_install() {
 	# The AppImage is self-contained and is installed as a binary directly, but
 	# it also contains a `.desktop` file and app icons that we want; we can
 	# extract those from its contents.
-	"${ED}/usr/bin/via" --appimage-extract
+	"${ED}/usr/bin/via" --appimage-extract || die
 
 	local size
 	for size in 16 24 32 48 64 96 128 256 512 1024; do


WARNING: multiple messages have this Message-ID (diff)
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/via/
Date: Thu, 18 Jul 2024 16:36:24 +0000 (UTC)	[thread overview]
Message-ID: <1721320558.baa8c0cc2f20f0d74145a0ff39ceaac981fd5810.watermanpaint@gentoo> (raw)
Message-ID: <20240718163624.gLlIVHmUjL6kBpzhhPPncBKwM2cBevkgx7tjeQdHeDg@z> (raw)

commit:     baa8c0cc2f20f0d74145a0ff39ceaac981fd5810
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jul 18 16:35:58 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jul 18 16:35:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baa8c0cc

app-misc/via: add missing || die

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-misc/via/via-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild
index c43f06640..cc02d2958 100644
--- a/app-misc/via/via-3.0.0.ebuild
+++ b/app-misc/via/via-3.0.0.ebuild
@@ -56,7 +56,7 @@ src_install() {
 	# The AppImage is self-contained and is installed as a binary directly, but
 	# it also contains a `.desktop` file and app icons that we want; we can
 	# extract those from its contents.
-	"${ED}/usr/bin/via" --appimage-extract
+	"${ED}/usr/bin/via" --appimage-extract || die
 
 	local size
 	for size in 16 24 32 48 64 96 128 256 512 1024; do


             reply	other threads:[~2024-07-18 16:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-18 16:39 Lucio Sauer [this message]
2024-07-18 16:36 ` [gentoo-commits] repo/proj/guru:dev commit in: app-misc/via/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-07-18 16:39 [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-18 16:39 Lucio Sauer
2024-07-18 16:39 Lucio Sauer
2024-07-18 16:39 Lucio Sauer
2024-07-18 15:49 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-18 16:39 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-18 15:49 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-18 16:39 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-17  8:40 David Roman
2024-07-17  8:40 David Roman

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=1721320558.baa8c0cc2f20f0d74145a0ff39ceaac981fd5810.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --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