From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dcmtk/
Date: Sun, 26 Aug 2018 18:24:13 +0000 (UTC) [thread overview]
Message-ID: <1535307829.3e34941e0fb1110f3aabefd994630b7702c35f2e.asturm@gentoo> (raw)
commit: 3e34941e0fb1110f3aabefd994630b7702c35f2e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 15:59:42 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 18:23:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e34941e
sci-libs/dcmtk: Put || die where || die belongs
Package-Manager: Portage-2.3.48, Repoman-2.3.10
sci-libs/dcmtk/dcmtk-3.6.0.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
index 414724b2e23..1a94d20b506 100644
--- a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
+++ b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
@@ -55,7 +55,7 @@ src_prepare() {
# fix -D deprecation warnings
sed -i -e "s|_BSD_SOURCE|_DEFAULT_SOURCE|g" \
"${S}"/config/configure.in \
- "${S}"/CMakeLists.txt
+ "${S}"/CMakeLists.txt || die
}
src_configure() {
@@ -74,7 +74,7 @@ src_configure() {
cmake-utils_src_configure
if use doc; then
- cd "${S}"/doxygen
+ cd "${S}"/doxygen || die
econf
fi
}
@@ -83,16 +83,16 @@ src_compile() {
cmake-utils_src_compile
if use doc; then
- emake -C "${S}"/doxygen || die
+ emake -C "${S}"/doxygen
fi
}
src_install() {
cmake-utils_src_install
- doman doxygen/manpages/man1/* || die
+ doman doxygen/manpages/man1/*
if use doc; then
- dohtml -r "${S}"/doxygen/htmldocs/* || die
+ dohtml -r "${S}"/doxygen/htmldocs/*
fi
}
next reply other threads:[~2018-08-26 18:24 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-26 18:24 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-01 5:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/dcmtk/ Sam James
2024-03-11 16:55 Sam James
2024-03-04 0:02 Andreas K. Hüttel
2022-12-18 8:06 Sam James
2022-12-18 8:01 Sam James
2022-12-18 7:46 Sam James
2022-12-16 1:40 Sam James
2022-06-21 11:01 Andrew Ammerlaan
2022-06-21 9:57 Andrew Ammerlaan
2022-06-21 9:57 Andrew Ammerlaan
2022-02-28 7:06 Yixun Lan
2021-06-11 0:29 Sam James
2020-12-21 18:07 Sam James
2020-11-12 16:26 Sam James
2020-11-12 0:35 Thomas Deutschmann
2020-10-15 15:58 Sam James
2020-01-05 10:10 Joonas Niilola
2019-08-09 16:19 Joonas Niilola
2019-08-09 16:19 Joonas Niilola
2019-08-08 3:15 Joonas Niilola
2019-06-22 13:16 David Seifert
2018-05-21 17:05 Aaron Bauman
2017-10-16 3:34 David Seifert
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=1535307829.3e34941e0fb1110f3aabefd994630b7702c35f2e.asturm@gentoo \
--to=asturm@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