public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/dr_flac/
Date: Thu, 02 Jan 2025 19:26:52 +0000 (UTC)	[thread overview]
Message-ID: <1735819479.d0e8e3247b9c3587360f7516970273d89d8decc6.davidroman@gentoo> (raw)

commit:     d0e8e3247b9c3587360f7516970273d89d8decc6
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jan  2 12:04:39 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan  2 12:04:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0e8e324

media-libs/dr_flac: replace assert with pipestatus

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

 media-libs/dr_flac/dr_flac-0.12.43.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/dr_flac/dr_flac-0.12.43.ebuild b/media-libs/dr_flac/dr_flac-0.12.43.ebuild
index 84820e761..8e5fea311 100644
--- a/media-libs/dr_flac/dr_flac-0.12.43.ebuild
+++ b/media-libs/dr_flac/dr_flac-0.12.43.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit edo toolchain-funcs
+inherit eapi9-pipestatus edo toolchain-funcs
 
 declare -A COMMITS=(
 	[dr_flac]="a1dd66cb680522a753bac7dff306b4a1cfd75e26"
@@ -49,9 +49,9 @@ src_prepare() {
 	fi
 
 	awk '/Introduction/,/\*\//' dr_flac.h | sed '$d' > README
-	assert
+	pipestatus || die
 	awk '/REVISION HISTORY/,/\*\//' dr_flac.h | sed '$d' > CHANGELOG
-	assert
+	pipestatus || die
 	default
 }
 


             reply	other threads:[~2025-01-02 19:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 19:26 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24 16:18 [gentoo-commits] repo/proj/guru:master commit in: media-libs/dr_flac/ Lucio Sauer
2024-12-24 16:18 Lucio Sauer
2024-03-02 14:26 David Roman
2024-03-02 14:26 David Roman
2024-02-25 10:02 Viorel Munteanu
2023-12-11  6:50 Viorel Munteanu

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=1735819479.d0e8e3247b9c3587360f7516970273d89d8decc6.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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