projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6097c
)
dev-libs/mpfr: remove dohtml, bug #642314
author
Anthony G. Basile
<blueness@gentoo.org>
Tue, 26 Dec 2017 16:57:48 +0000
(11:57 -0500)
committer
Anthony G. Basile
<blueness@gentoo.org>
Tue, 26 Dec 2017 16:58:04 +0000
(11:58 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-libs/mpfr/mpfr-4.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/mpfr/mpfr-4.0.0.ebuild
b/dev-libs/mpfr/mpfr-4.0.0.ebuild
index f5f8b34e67b5b428efd8d0b70d951028c310b9d1..d74928dff9025380aa429556d7024f3490dd75d2 100644
(file)
--- a/
dev-libs/mpfr/mpfr-4.0.0.ebuild
+++ b/
dev-libs/mpfr/mpfr-4.0.0.ebuild
@@
-23,6
+23,8
@@
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
+HTML_DOCS=( doc/FAQ.html )
+
src_prepare() {
if [[ ${PLEVEL} != ${PV} ]] ; then
local i
@@
-45,10
+47,6
@@
multilib_src_configure() {
}
multilib_src_install_all() {
+ rm "${ED}"/usr/share/doc/"${P}"/COPYING*
use static-libs || find "${ED}"/usr -name '*.la' -delete
-
- # clean up html/license install
- pushd "${ED}"/usr/share/doc/${PF} >/dev/null || die
- dohtml *.html && rm COPYING* *.html
- popd >/dev/null || die
}