aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 14:16:10 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 14:16:10 +0200
commit418d7656c65f6804a1eccc096344aabcf5be67dc (patch)
tree2ad9a1e19eaf4db90da139a9b1c09d0e772dbb43 /sci-libs/omalloc
parentsci-astronomy/lephare: Bump to EAPI=5 (diff)
downloadsci-418d7656c65f6804a1eccc096344aabcf5be67dc.tar.gz
sci-418d7656c65f6804a1eccc096344aabcf5be67dc.tar.bz2
sci-418d7656c65f6804a1eccc096344aabcf5be67dc.zip
sci-libs/omalloc: Use default functions
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/omalloc')
-rw-r--r--sci-libs/omalloc/metadata.xml12
-rw-r--r--sci-libs/omalloc/omalloc-0.9.6.ebuild13
2 files changed, 8 insertions, 17 deletions
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>tom111@gmx.de</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <maintainer>
+ <email>tom111@gmx.de</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 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
}