Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/
Date: Thu, 12 Sep 2019 06:15:23
Message-Id: 1568268902.2645610b9a3fbdfb443866177a6d5b38148c3197.tupone@gentoo
1 commit: 2645610b9a3fbdfb443866177a6d5b38148c3197
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 06:15:02 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 06:15:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2645610b
7
8 sci-mathematics/alt-ergo: fix BadInsIntoDir warning
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 3 +--
14 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
18 index 80b72760c86..197ea8a7f2d 100644
19 --- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
20 +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
21 @@ -29,6 +29,5 @@ src_compile() {
22 src_install() {
23 default
24 use gtk && emake DESTDIR="${D}" install-gui
25 - insinto /usr/share/doc/${PF}
26 - use examples && doins -r examples
27 + use examples && dodoc -r examples
28 }
29
30 diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
31 index 321faff324c..e3bbcdb317f 100644
32 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
33 +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
34 @@ -37,8 +37,7 @@ src_compile() {
35 src_install() {
36 default
37 use gtk && emake DESTDIR="${D}" install-gui
38 - insinto /usr/share/doc/${PF}
39 - use examples && doins -r examples
40 + use examples && dodoc -r examples
41 mv "${D}"/usr/doc/* "${D}"/usr/share/doc/${PF}/ || die
42 rmdir "${D}"/usr/doc || die
43 }