commit:     fc06ac4f45b0b6d2a6316e1e791067555d43c292
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 00:10:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 00:10:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc06ac4f

media-libs/qhull: install deprecated libqhull

matplotlib (and other consumers) still need this.

Thanks-to: Arfrever (for the hint on how to invoke it properly)
Closes: https://bugs.gentoo.org/763849
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../qhull/{qhull-2020.2-r1.ebuild => qhull-2020.2-r2.ebuild}   | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/media-libs/qhull/qhull-2020.2-r1.ebuild 
b/media-libs/qhull/qhull-2020.2-r2.ebuild
similarity index 85%
rename from media-libs/qhull/qhull-2020.2-r1.ebuild
rename to media-libs/qhull/qhull-2020.2-r2.ebuild
index 63124afc11d..15cebda20d1 100644
--- a/media-libs/qhull/qhull-2020.2-r1.ebuild
+++ b/media-libs/qhull/qhull-2020.2-r2.ebuild
@@ -37,3 +37,13 @@ src_configure() {
 
        cmake_src_configure
 }
+
+src_compile() {
+       cmake_src_compile
+       cmake_src_compile libqhull
+}
+
+src_install() {
+       cmake_src_install
+       dolib.so "${BUILD_DIR}"/libqhull.so*
+}

Reply via email to