Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/
Date: Sun, 09 Feb 2020 17:10:22
Message-Id: 1581268200.4763a59f27ad745c966f35175ade8cb2c4363d9a.mgorny@gentoo
1 commit: 4763a59f27ad745c966f35175ade8cb2c4363d9a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 17:10:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 17:10:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4763a59f
7
8 dev-python/pythong: Use dodoc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pythong/pythong-2.1.5-r3.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pythong/pythong-2.1.5-r3.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild
16 index a466b85801d..3e649b8f455 100644
17 --- a/dev-python/pythong/pythong-2.1.5-r3.ebuild
18 +++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild
19 @@ -45,13 +45,11 @@ src_install() {
20 python_doscript pythong.py
21
22 dodoc leeme.txt
23 - insinto /usr/share/doc/${PF}
24 - doins -r {LICENCIA,MANUAL,demos}
25 + dodoc -r {LICENCIA,MANUAL,demos}
26 rm -fr "${ED}/usr/share/doc/${PF}/demos/modulepythong.py" || die
27
28 if use doc; then
29 - insinto /usr/share/doc/${PF}
30 - doins "${DISTDIR}"/python.pdf
31 + dodoc "${DISTDIR}"/python.pdf
32 fi
33 python_optimize
34 }