commit: dcd5d3dc0591ee0dfaf689ddd4e8e043c0797677
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 19:20:18 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 19:20:18 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dcd5d3dc
sci-libs/matio: Further fixes
---
sci-libs/matio/matio-1.3.4.ebuild | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/sci-libs/matio/matio-1.3.4.ebuild
b/sci-libs/matio/matio-1.3.4.ebuild
index 8471e8c..8d2b050 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -22,27 +22,22 @@ PATCHES=( "${FILESDIR}/${P}"-autotools.patch )
src_configure() {
local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --enable-shared \
- --disable-test \
- $(use_enable fortran) \
- #$(use_enable doc docs) \
- $(use_enable static-libs static)
+ --disable-test
+ #$(use_enable doc docs)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
- dodoc README ChangeLog
#if use doc; then
# insinto /usr/share/doc/${PF}
# doins -r doxygen/html || die
#fi
if use examples; then
insinto /usr/share/doc/${PF}/examples
- doins test/test* || die
+ doins test/test*
insinto /usr/share/${PN}
- doins share/test* || die
+ doins share/test*
fi
}