public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/
Date: Mon,  4 Jul 2016 20:32:27 +0000 (UTC)	[thread overview]
Message-ID: <1467664273.8eb4a9d69581f8a003f93efd7e5a9fbb2e8b6ca5.soap@gentoo> (raw)

commit:     8eb4a9d69581f8a003f93efd7e5a9fbb2e8b6ca5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 20:30:04 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 20:31:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb4a9d6

media-gfx/povray: redirect pushd/popd output

Package-Manager: portage-2.3.0

 media-gfx/povray/povray-3.7.0.0-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
index 331a9eb..b406421 100644
--- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
@@ -50,8 +50,8 @@ src_prepare() {
 		PATCHES+=( "${FILESDIR}"/${PN}-3.7.0_rc6-darwin-defaults.patch )
 	eapply "${FILESDIR}"/${PF}-boost-1.50.patch
 
-	pushd unix
-		pushd config
+	pushd unix &>/dev/null || die
+		pushd config &>/dev/null || die
 		rm -rf \
 			acx_pthread.m4 \
 			ax_boost_base.m4 \
@@ -59,9 +59,9 @@ src_prepare() {
 			ax_compare_version.m4 \
 			ax_compiler_vendor.m4 \
 			ax_compiler_version.m4 || die
-		popd
+		popd &>/dev/null || die
 	bash -x prebuild.sh || die
-	popd
+	popd &>/dev/null || die
 
 	rm -rf libraries || die
 


             reply	other threads:[~2016-07-04 20:32 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04 20:32 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-27  0:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/ Eli Schwartz
2024-07-28 23:38 Sam James
2024-07-20 11:18 Arthur Zamarin
2024-03-05  4:48 Sam James
2023-12-29  0:32 Sam James
2022-10-08 19:21 Sam James
2022-08-29 18:39 Andreas Sturmlechner
2022-06-16 16:30 Sam James
2022-04-27 21:57 Andreas K. Hüttel
2022-03-01  0:01 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:45 Sam James
2022-02-28  5:45 Sam James
2022-02-28  5:21 Sam James
2022-02-15 19:51 Sam James
2021-12-06 12:15 David Seifert
2021-07-22  0:19 Marek Szuba
2021-07-21 21:57 Marek Szuba
2021-01-24  2:23 Andreas Sturmlechner
2021-01-06 14:07 Fabian Groffen
2019-07-26 13:00 Guilherme Amadio
2018-06-08 12:20 Guilherme Amadio
2018-02-04 17:41 Andreas Sturmlechner
2016-11-19  9:25 Jeroen Roovers
2016-09-14  7:38 David Seifert
2016-07-05  8:29 Tobias Klausmann
2016-07-04 20:22 Justin Lecher
2016-07-01  4:20 Jeroen Roovers
2016-06-10 13:53 Agostino Sarubbo

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=1467664273.8eb4a9d69581f8a003f93efd7e5a9fbb2e8b6ca5.soap@gentoo \
    --to=soap@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