commit:     55e2c0e2ef35741e2a855def36a99051deb48810
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 20:12:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 20:12:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=55e2c0e2

sci-physics/genfit: use dodoc/docinto

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-physics/genfit/genfit-02.00.00_p20201231.ebuild |  8 ++++----
 sci-physics/genfit/genfit-9999.ebuild               | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-physics/genfit/genfit-02.00.00_p20201231.ebuild 
b/sci-physics/genfit/genfit-02.00.00_p20201231.ebuild
index 185ca5da2..7b4426fb2 100644
--- a/sci-physics/genfit/genfit-02.00.00_p20201231.ebuild
+++ b/sci-physics/genfit/genfit-02.00.00_p20201231.ebuild
@@ -44,10 +44,10 @@ src_install() {
                dodoc -r doc/html/.
        fi
        if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins -r "${BUILD_DIR}/bin"
-               doins test/makeGeom.C
-               doins test/README
+               docinto examples
+               dodoc -r "${BUILD_DIR}/bin"
+               dodoc test/makeGeom.C
+               dodoc test/README
        fi
        echo
        elog "Note that there is no support in this ebuild for RAVE yet,"

diff --git a/sci-physics/genfit/genfit-9999.ebuild 
b/sci-physics/genfit/genfit-9999.ebuild
index 1e4e75ae7..3f4170be7 100644
--- a/sci-physics/genfit/genfit-9999.ebuild
+++ b/sci-physics/genfit/genfit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,10 +44,10 @@ src_install() {
                dodoc -r doc/html/.
        fi
        if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins -r "${BUILD_DIR}/bin"
-               doins test/makeGeom.C
-               doins test/README
+               docinto examples
+               dodoc -r "${BUILD_DIR}/bin"
+               dodoc test/makeGeom.C
+               dodoc test/README
        fi
        echo
        elog "Note that there is no support in this ebuild for RAVE yet,"

Reply via email to