commit: 303587d1b9f78a03c07ac23028a7a21d43b75194
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 08:55:40 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 08:55:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=303587d1
sci-libs/meschach: call einstalldocs
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-libs/meschach/meschach-1.2b.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-libs/meschach/meschach-1.2b.ebuild
b/sci-libs/meschach/meschach-1.2b.ebuild
index 5cf39eb..e74f820 100644
--- a/sci-libs/meschach/meschach-1.2b.ebuild
+++ b/sci-libs/meschach/meschach-1.2b.ebuild
@@ -46,7 +46,6 @@ src_configure() {
$(use_with sparse)
$(use_with unroll)
)
-
econf "${myconf[@]}"
}
@@ -58,12 +57,13 @@ src_compile() {
src_install() {
ln -s "lib${PN}.so" "lib${PN}.so.${MAJOR}"
ln -s "lib${PN}.so.${MAJOR}" "lib${PN}.so.${VERSION}"
-
dolib.so "lib${PN}.so"
dolib.so "lib${PN}.so.${MAJOR}"
dolib.so "lib${PN}.so.${VERSION}"
+
insinto "/usr/include/${PN}"
doins *.h
+
exeinto "/usr/libexec/${PN}"
doexe iotort
doexe itertort
@@ -74,7 +74,10 @@ src_install() {
doexe sptort
doexe torture
doexe ztorture
+
insinto "/usr/share/${P}"
doins *.dat
+
dodoc -r DOC/.
+ einstalldocs
}