* [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/chaco/
@ 2021-09-08 15:20 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2021-09-08 15:20 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-08 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-08 15:20 [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/chaco/ Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox