From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunibreak/
Date: Thu, 14 Dec 2017 19:53:27 +0000 (UTC) [thread overview]
Message-ID: <1513281174.2b727a97843125efd5bf995ec2bf98307301ebf7.grozin@gentoo> (raw)
commit: 2b727a97843125efd5bf995ec2bf98307301ebf7
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 19:52:54 2017 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 19:52:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b727a97
dev-libs/libunibreak: remove unwanted mans
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-libs/libunibreak/libunibreak-4.0.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libunibreak/libunibreak-4.0.ebuild b/dev-libs/libunibreak/libunibreak-4.0.ebuild
index 79b94f2d771..ec0bccd245f 100644
--- a/dev-libs/libunibreak/libunibreak-4.0.ebuild
+++ b/dev-libs/libunibreak/libunibreak-4.0.ebuild
@@ -32,6 +32,14 @@ src_compile() {
default
if use man; then
doxygen || die 'doxygen failed'
+ pushd "${S}"/doc/man > /dev/null
+ mv man3 x || die
+ mkdir man3 || die
+ for h in graphemebreak linebreak linebreakdef unibreakbase unibreakdef wordbreak; do
+ mv x/${h}.h.3 man3/ || die "man ${h} not found"
+ done
+ rm -rf x || die
+ popd > /dev/null
fi
}
@@ -41,7 +49,5 @@ src_install() {
find "${D}" -name '*.la' -delete || die
if use man; then
doman doc/man/man3/*.3
- PREFIX=`echo "${WORKDIR}" | sed -e 's|/|_|g'`
- rm "${D}usr/share/man/man3/${PREFIX}_${P}_src_.3"* || die 'rm man failed'
fi
}
next reply other threads:[~2017-12-14 19:53 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 19:53 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-12 16:39 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunibreak/ Sam James
2024-11-25 22:39 Andreas Sturmlechner
2024-11-23 12:09 Sam James
2024-11-23 12:09 Sam James
2024-10-04 17:37 Andreas Sturmlechner
2024-09-23 13:23 Andrey Grozin
2024-07-14 18:34 Jakov Smolić
2024-07-02 10:47 Andrey Grozin
2024-07-02 9:44 Andrey Grozin
2023-07-21 14:54 Andrey Grozin
2023-07-21 12:35 Arthur Zamarin
2023-07-21 11:26 Arthur Zamarin
2023-05-29 12:04 Andrey Grozin
2023-05-27 6:57 Sam James
2023-05-27 6:57 Sam James
2023-05-09 5:57 Andrey Grozin
2021-12-01 15:54 Sam James
2021-11-30 9:57 Andrey Grozin
2021-05-07 6:37 Andrey Grozin
2021-05-06 23:29 Sam James
2021-05-06 21:19 Sam James
2021-05-06 6:19 Andrey Grozin
2021-02-10 4:35 Andrey Grozin
2020-01-31 13:50 Andrey Grozin
2018-11-11 14:29 Andrey Grozin
2018-03-18 20:30 Mikle Kolyada
2018-01-13 8:52 Andrey Grozin
2017-12-14 16:34 Andrey Grozin
2017-12-14 12:10 Andreas Hüttel
2017-12-14 9:41 Andrey Grozin
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=1513281174.2b727a97843125efd5bf995ec2bf98307301ebf7.grozin@gentoo \
--to=grozin@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