From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/
Date: Fri, 29 Nov 2024 09:12:26 +0000 (UTC) [thread overview]
Message-ID: <1732864978.4c0e48ef84a108bf58c97ac1c7cd46ee6b474015.flow@gentoo> (raw)
commit: 4c0e48ef84a108bf58c97ac1c7cd46ee6b474015
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 07:22:58 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 07:22:58 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=4c0e48ef
dev-tex/latex2pydata: do not redirect stderr of pushd/popd
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
index 07e75cb..902d9b2 100644
--- a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
+++ b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild
@@ -33,30 +33,30 @@ PATCHES=(
BDEPEND=">=dev-texlive/texlive-latexextra-2024"
src_compile() {
- pushd python &> /dev/null || die
+ pushd python > /dev/null || die
distutils-r1_src_compile
- popd &> /dev/null || die
+ popd > /dev/null || die
- pushd latex/latex2pydata &> /dev/null || die
+ pushd latex/latex2pydata > /dev/null || die
latex-package_src_compile
- popd &> /dev/null || die
+ popd > /dev/null || die
}
src_install() {
dodoc README.md
- pushd python &> /dev/null || die
+ pushd python > /dev/null || die
distutils-r1_src_install
docinto python
dodoc CHANGELOG.md README.md
- popd &> /dev/null || die
+ popd > /dev/null || die
- pushd latex &> /dev/null || die
+ pushd latex > /dev/null || die
docinto latex
dodoc CHANGELOG.md README.md
- popd &> /dev/null || die
+ popd > /dev/null || die
- pushd latex/latex2pydata &> /dev/null || die
+ pushd latex/latex2pydata > /dev/null || die
latex-package_src_install
- popd &> /dev/null || die
+ popd > /dev/null || die
}
next reply other threads:[~2024-11-29 9:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 9:12 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 14:53 [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/ Florian Schmaus
2024-12-06 14:47 Florian Schmaus
2024-12-06 14:47 Florian Schmaus
2024-11-26 10:45 Florian Schmaus
2024-11-22 17:13 Florian Schmaus
2024-11-22 12:09 Florian Schmaus
2024-11-21 17:37 Florian Schmaus
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=1732864978.4c0e48ef84a108bf58c97ac1c7cd46ee6b474015.flow@gentoo \
--to=flow@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