aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-04-03 12:26:23 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-04-03 12:26:23 +0200
commita0abef7e8acd2be4fa9d097e056fd190a182ae7a (patch)
tree938704895392d7ca807bb8e4b3891a8e258e4aae /sci-libs/omalloc
parentmedia-libs/OpenMOIV: Bump to EAPI=5 (diff)
downloadsci-a0abef7e8acd2be4fa9d097e056fd190a182ae7a.tar.gz
sci-a0abef7e8acd2be4fa9d097e056fd190a182ae7a.tar.bz2
sci-a0abef7e8acd2be4fa9d097e056fd190a182ae7a.zip
sci-libs/omalloc: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-libs/omalloc')
-rw-r--r--sci-libs/omalloc/ChangeLog6
-rw-r--r--sci-libs/omalloc/omalloc-0.9.6.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/omalloc/ChangeLog b/sci-libs/omalloc/ChangeLog
index 66d538e57..1c6f721a9 100644
--- a/sci-libs/omalloc/ChangeLog
+++ b/sci-libs/omalloc/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/omalloc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> omalloc-0.9.6.ebuild:
+ Bump to EAPI=5
+
13 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> omalloc-0.9.6.ebuild,
+files/omalloc-0.9.6-gentoo.diff, files/parallel-build.patch,
metadata.xml:
@@ -13,4 +16,3 @@
+files/parallel-build.patch, +metadata.xml:
new package: sci-libs/omalloc
new dependency of sci-mathematics/singular
-
diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index 70770e2a1..53c4e2f1c 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=5
inherit eutils toolchain-funcs versionator
@@ -40,10 +40,10 @@ src_configure() {
src_test () {
if use debug; then
- emake check || die
+ emake check
fi
}
src_install () {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
}