Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
Date: Sat, 26 Sep 2020 00:11:46
Message-Id: 1601079092.154ff887dc54668233b5f9c811e4ecdc6a2a6b76.epsilon-0@gentoo
1 commit: 154ff887dc54668233b5f9c811e4ecdc6a2a6b76
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Sep 26 00:11:32 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Sep 26 00:11:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=154ff887
7
8 dev-python/Forthon: remove dohtml
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/Forthon/Forthon-0.8.49.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild b/dev-python/Forthon/Forthon-0.8.49.ebuild
17 index 8208e0381..63c487ed8 100644
18 --- a/dev-python/Forthon/Forthon-0.8.49.ebuild
19 +++ b/dev-python/Forthon/Forthon-0.8.49.ebuild
20 @@ -15,8 +15,7 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 python_install_all() {
24 - dodoc -r {example,simpleexample}
25 - dohtml docs/index.html
26 + dodoc -r example simpleexample docs
27
28 distutils-r1_python_install_all
29 }