commit: 011bb014c56877ae0c921f2476352f62644f8590
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 11:13:01 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 11:13:01 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=011bb014
sci-physics/qcl: Make use of dodoc
---
sci-physics/qcl/qcl-0.6.3-r1.ebuild | 3 +--
sci-physics/qcl/qcl-0.6.4.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
index eaca7e1..c67baa6 100644
--- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
@@ -37,7 +37,6 @@ src_install() {
QCLBIN="${D}/usr/bin" install
dodoc README CHANGES
if use doc; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
+ dodoc {structquprog,qcldoc,quprog}.pdf
fi
}
diff --git a/sci-physics/qcl/qcl-0.6.4.ebuild b/sci-physics/qcl/qcl-0.6.4.ebuild
index 035923b..a709a58 100644
--- a/sci-physics/qcl/qcl-0.6.4.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4.ebuild
@@ -37,7 +37,6 @@ src_install() {
QCLBIN="${D}/usr/bin" install
dodoc README CHANGES
if use doc; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
+ dodoc {structquprog,qcldoc,quprog}.pdf
fi
}