summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-10-17 12:18:43 +0000
committerSam James <sam@gentoo.org>2020-10-17 12:18:48 +0000
commit660c42c58598e9e049bc3358f194e3c302e8775d (patch)
tree51c9426871fad251300c80e313bd47e2260ee466 /dev-ml/ocamlgraph
parentdev-ml/cudf: Fix 633836 749243 (diff)
downloadgentoo-660c42c58598e9e049bc3358f194e3c302e8775d.tar.gz
gentoo-660c42c58598e9e049bc3358f194e3c302e8775d.tar.bz2
gentoo-660c42c58598e9e049bc3358f194e3c302e8775d.zip
dev-ml/ocamlgraph: DeprecatedInsinto
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild13
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild11
2 files changed, 13 insertions, 11 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
index 7b7df7eac4cf..41454fc22085 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit findlib eutils
+inherit eutils findlib
DESCRIPTION="O'Caml Graph library"
HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html"
@@ -50,13 +50,14 @@ src_install() {
fi
dodoc README.adoc CREDITS FAQ CHANGES
- if use doc; then
- dohtml doc/*
- fi
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
+
+ if use doc; then
+ docinto html
+ dodoc doc/*
+ fi
}
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
index 9c4e5391fc6a..df67c7f57f19 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
@@ -45,13 +45,14 @@ src_install() {
fi
dodoc README.adoc CREDITS FAQ CHANGES
- if use doc; then
- dohtml doc/*
- fi
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
+
+ if use doc; then
+ docinto html
+ dodoc doc/*
+ fi
}