commit:     418d7656c65f6804a1eccc096344aabcf5be67dc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:16:10 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:16:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=418d7656

sci-libs/omalloc: Use default functions

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/omalloc/metadata.xml         | 12 ++++++------
 sci-libs/omalloc/omalloc-0.9.6.ebuild | 13 ++-----------
 2 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/sci-libs/omalloc/metadata.xml b/sci-libs/omalloc/metadata.xml
index 884f5b5..198ffa1 100644
--- a/sci-libs/omalloc/metadata.xml
+++ b/sci-libs/omalloc/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>[email protected]</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+       <herd>sci</herd>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Thomas Kahle</name>
+       </maintainer>
+       <longdescription lang="en">
 omalloc is the memory management of Singular
 </longdescription>
 </pkgmetadata>

diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild 
b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index ff067a1..b03291a 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
 }

Reply via email to