Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/chaco/
Date: Wed, 08 Sep 2021 15:21:08
Message-Id: 1631015851.8b7db9595598dc007c54c3739272b63421864945.arthurzam@gentoo
1 commit: 8b7db9595598dc007c54c3739272b63421864945
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 7 11:57:31 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 11:57:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b7db959
7
8 sci-mathematics/chaco: change file layout
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-mathematics/chaco/{chaco-2.2-r1.ebuild => chaco-2.2-r2.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/chaco/chaco-2.2-r1.ebuild b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
16 similarity index 84%
17 rename from sci-mathematics/chaco/chaco-2.2-r1.ebuild
18 rename to sci-mathematics/chaco/chaco-2.2-r2.ebuild
19 index 499b1253a..c774dd464 100644
20 --- a/sci-mathematics/chaco/chaco-2.2-r1.ebuild
21 +++ b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
22 @@ -27,10 +27,12 @@ src_compile() {
23
24 src_install() {
25 dodoc -r doc/.
26 - dodoc -r "code/matlab"
27 + insinto "/usr/share/octave/packages/${PN}"
28 + doins -r code/matlab/*
29 cd "exec" || die
30 dobin "chaco"
31 dolib.so "libchaco.so"
32 - dodoc *.coords *.graph "User_Params"
33 + insinto "/usr/share/${PN}"
34 + doins *.coords *.graph "User_Params"
35 newdoc README README_exec
36 }