summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 00:09:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:06:38 +0100
commit54eea1aa5e574b30cbdb349159ffef03d5c535c4 (patch)
treeffa59a6748c7901a232f8b457605d10fb3b3910a /app-admin/mcollective
parentapp-admin/bitwarden-desktop-bin: fix qa DeprecatedInsinto (diff)
downloadgentoo-54eea1aa5e574b30cbdb349159ffef03d5c535c4.tar.gz
gentoo-54eea1aa5e574b30cbdb349159ffef03d5c535c4.tar.bz2
gentoo-54eea1aa5e574b30cbdb349159ffef03d5c535c4.zip
app-admin/mcollective: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/mcollective')
-rw-r--r--app-admin/mcollective/mcollective-2.12.5.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild b/app-admin/mcollective/mcollective-2.12.5.ebuild
index 81b95b3248b5..0c30f90cf894 100644
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -32,9 +32,10 @@ each_ruby_install() {
use client && dosbin bin/mco
dosbin bin/mcollectived
if use doc ; then
- dohtml -r doc/*
- insinto /usr/share/doc/${P}/ext
- doins -r ext/*
+ dodoc -r ext
+ docinto html
+ dodoc -r doc/.
+ docompress -x /usr/share/doc/${PF}/{ext,html}
fi
newinitd "${FILESDIR}"/mcollectived.initd mcollectived
insinto /etc/mcollective