commit:     4763a59f27ad745c966f35175ade8cb2c4363d9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 17:10:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 17:10:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4763a59f

dev-python/pythong: Use dodoc

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pythong/pythong-2.1.5-r3.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r3.ebuild 
b/dev-python/pythong/pythong-2.1.5-r3.ebuild
index a466b85801d..3e649b8f455 100644
--- a/dev-python/pythong/pythong-2.1.5-r3.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild
@@ -45,13 +45,11 @@ src_install() {
        python_doscript pythong.py
 
        dodoc leeme.txt
-       insinto /usr/share/doc/${PF}
-       doins -r {LICENCIA,MANUAL,demos}
+       dodoc -r {LICENCIA,MANUAL,demos}
        rm -fr "${ED}/usr/share/doc/${PF}/demos/modulepythong.py" || die
 
        if use doc; then
-               insinto /usr/share/doc/${PF}
-               doins "${DISTDIR}"/python.pdf
+               dodoc "${DISTDIR}"/python.pdf
        fi
        python_optimize
 }

Reply via email to