From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sdcv/
Date: Wed, 18 May 2016 09:20:53 +0000 (UTC) [thread overview]
Message-ID: <1463563236.012c170099daadbb84ff4bdbf48be33398ace0a6.bircoph@gentoo> (raw)
commit: 012c170099daadbb84ff4bdbf48be33398ace0a6
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 09:20:36 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Wed May 18 09:20:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c1700
app-text/sdcv: fix bug 583386
1. When USE="nls", but intersection of LINGUAS with PLOCALES is
zero, $BUILD_DIR/locale is not created, thus cmake generated build
fails install phase. Fixed by always creating this directory.
2. Remove dodoc useless in EAPI=6: we have only default doc files.
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild b/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
index 21fea92..ef684bb 100644
--- a/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
+++ b/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
@@ -58,6 +58,9 @@ src_compile() {
}
src_install() {
+ # with USE=nls, but empty intersection of LINGUAS and list of
+ # supported translations, this directory is required, see bug 583386
+ # failure is ok here (e.g. if dir exists)
+ mkdir "${BUILD_DIR}/locale"
cmake-utils_src_install
- dodoc AUTHORS NEWS
}
next reply other threads:[~2016-05-18 9:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-18 9:20 Andrew Savchenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 20:22 [gentoo-commits] repo/gentoo:master commit in: app-text/sdcv/ Andreas Sturmlechner
2024-11-10 19:52 Sam James
2024-11-10 19:52 Sam James
2023-05-19 17:06 Jakov Smolić
2023-05-17 0:45 Sam James
2023-05-17 0:45 Sam James
2023-01-21 15:11 Arthur Zamarin
2022-12-26 3:54 Sam James
2022-10-28 14:34 Andrew Savchenko
2021-05-06 10:06 Sam James
2021-05-06 10:04 Sam James
2019-06-05 11:46 Andrew Savchenko
2019-05-23 12:40 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2018-09-02 4:33 Andrew Savchenko
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:23 Thomas Deutschmann
2018-01-05 19:21 Ulrich Müller
2016-05-17 18:31 Andrew Savchenko
2016-05-13 8:41 Agostino Sarubbo
2016-05-11 10:47 Andrew Savchenko
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=1463563236.012c170099daadbb84ff4bdbf48be33398ace0a6.bircoph@gentoo \
--to=bircoph@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