From 418d7656c65f6804a1eccc096344aabcf5be67dc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 23 Sep 2015 14:16:10 +0200 Subject: sci-libs/omalloc: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher --- sci-libs/omalloc/metadata.xml | 12 ++++++------ sci-libs/omalloc/omalloc-0.9.6.ebuild | 13 ++----------- 2 files changed, 8 insertions(+), 17 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/omalloc/metadata.xml b/sci-libs/omalloc/metadata.xml index 884f5b57e..198ffa14f 100644 --- a/sci-libs/omalloc/metadata.xml +++ b/sci-libs/omalloc/metadata.xml @@ -1,12 +1,12 @@ -sci - -tom111@gmx.de -Thomas Kahle - - + sci + + tom111@gmx.de + Thomas Kahle + + omalloc is the memory management of Singular diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild index ff067a157..b03291a06 100644 --- a/sci-libs/omalloc/omalloc-0.9.6.ebuild +++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild @@ -18,13 +18,10 @@ SRC_URI="${SRC_COM}/Singular-3-1-1-2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" +IUSE="" S=${WORKDIR}/Singular-3-1-1/omalloc -# Until tarballs are mirrored: -RESTRICT="mirror" - pkg_setup() { tc-export CC CXX } @@ -39,11 +36,5 @@ src_configure() { } src_test () { - if use debug; then - emake check - fi -} - -src_install () { - emake DESTDIR="${D}" install + emake check } -- cgit v1.2.3-65-gdbad