commit:     8b7db9595598dc007c54c3739272b63421864945
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Sep  7 11:57:31 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 11:57:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b7db959

sci-mathematics/chaco: change file layout

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-mathematics/chaco/{chaco-2.2-r1.ebuild => chaco-2.2-r2.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/chaco/chaco-2.2-r1.ebuild 
b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
similarity index 84%
rename from sci-mathematics/chaco/chaco-2.2-r1.ebuild
rename to sci-mathematics/chaco/chaco-2.2-r2.ebuild
index 499b1253a..c774dd464 100644
--- a/sci-mathematics/chaco/chaco-2.2-r1.ebuild
+++ b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
@@ -27,10 +27,12 @@ src_compile() {
 
 src_install() {
        dodoc -r doc/.
-       dodoc -r "code/matlab"
+       insinto "/usr/share/octave/packages/${PN}"
+       doins -r code/matlab/*
        cd "exec" || die
        dobin "chaco"
        dolib.so "libchaco.so"
-       dodoc *.coords *.graph "User_Params"
+       insinto "/usr/share/${PN}"
+       doins *.coords *.graph "User_Params"
        newdoc README README_exec
 }

Reply via email to