From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-games/liblcf/
Date: Sun, 3 Sep 2023 12:27:52 +0000 (UTC) [thread overview]
Message-ID: <1693683988.825f85e9555a52f5c841de0e7071f721f1a6651f.lanodan@gentoo> (raw)
commit: 825f85e9555a52f5c841de0e7071f721f1a6651f
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Aug 31 09:59:49 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Sep 2 19:46:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=825f85e9
dev-games/liblcf: fix html doc install logic
A non-existent or empty directory doc with HTML_DOCS="doc/*" causes
einstalldocs to die.
Closes: https://bugs.gentoo.org/913357
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-games/liblcf/liblcf-0.8.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-games/liblcf/liblcf-0.8.ebuild b/dev-games/liblcf/liblcf-0.8.ebuild
index 9d2f6afc46..0a147ba751 100644
--- a/dev-games/liblcf/liblcf-0.8.ebuild
+++ b/dev-games/liblcf/liblcf-0.8.ebuild
@@ -22,8 +22,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
-HTML_DOCS="doc/*"
-
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=True
@@ -42,3 +40,11 @@ src_compile() {
src_test() {
cmake_build check
}
+
+src_install() {
+ cmake_src_install
+ if use doc; then
+ docinto /usr/share/doc/${PF}/html
+ dodoc -r doc/*
+ fi
+}
next reply other threads:[~2023-09-03 12:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-03 12:27 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-14 10:19 [gentoo-commits] repo/proj/guru:master commit in: dev-games/liblcf/ David Roman
2023-09-14 13:22 David Roman
2023-09-03 12:27 Haelwenn Monnier
2023-08-30 5:36 Viorel Munteanu
2023-01-31 11:00 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=1693683988.825f85e9555a52f5c841de0e7071f721f1a6651f.lanodan@gentoo \
--to=contact@hacktivis.me \
--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