public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/dr_mp3/
Date: Sun, 25 Feb 2024 10:02:16 +0000 (UTC)	[thread overview]
Message-ID: <1708853613.d08f6e3b5829120638159c966be2b3fa39420241.ceamac@gentoo> (raw)

commit:     d08f6e3b5829120638159c966be2b3fa39420241
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Feb 25 09:33:33 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 09:33:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d08f6e3b

media-libs/dr_mp3: use the edo eclass

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

 media-libs/dr_mp3/dr_mp3-0.6.38.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild b/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild
index 2c7f798e00..224d735f02 100644
--- a/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild
+++ b/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit edo toolchain-funcs
 
 DESCRIPTION="Single-header MP3 audio decoder library"
 HOMEPAGE="https://github.com/mackron/dr_libs/"
@@ -36,9 +36,8 @@ src_compile() {
 
 		pushd tests > /dev/null || die
 		for tcase in ${TESTCASES[@]}; do
-			einfo "Compiling test case ${tcase}."
 			MY_BUILD="${MY_CC} mp3/${tcase} -o bin/${tcase} ${CFLAGS} ${CPPFLAGS}"
-			${MY_BUILD} || die "Build failed: ${MY_BUILD}"
+			edo ${MY_BUILD}
 		done
 		popd || die
 	fi
@@ -47,8 +46,7 @@ src_compile() {
 src_test() {
 	pushd tests > /dev/null || die
 	for tcase in ${TESTCASES[@]}; do
-		einfo "Running test case ${tcase}."
-		./bin/${tcase} || die "Test case ${tcase} failed."
+		edo bin/${tcase}
 	done
 	popd || die
 }


             reply	other threads:[~2024-02-25 10:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 10:02 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02  7:10 [gentoo-commits] repo/proj/guru:master commit in: media-libs/dr_mp3/ Arthur Zamarin
2024-03-02  7:10 Arthur Zamarin
2024-03-02 14:26 David Roman
2024-03-02 14:26 David Roman
2024-03-02 14:26 David Roman
2024-12-24 16:18 Lucio Sauer
2024-12-24 16:18 Lucio Sauer
2025-01-02 19:26 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=1708853613.d08f6e3b5829120638159c966be2b3fa39420241.ceamac@gentoo \
    --to=ceamac@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