commit:     3e92bb881aefc17350ab7481cb06e02b27225e61
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 22:00:28 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 21:34:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3e92bb88

dev-scheme/ikarus: Updates header and EAPI

 dev-scheme/ikarus/ikarus-0.0.1.ebuild | 13 ++++---------
 dev-scheme/ikarus/ikarus-0.0.2.ebuild | 14 +++++---------
 dev-scheme/ikarus/ikarus-9999.ebuild  | 16 ++++++++--------
 3 files changed, 17 insertions(+), 26 deletions(-)

diff --git a/dev-scheme/ikarus/ikarus-0.0.1.ebuild 
b/dev-scheme/ikarus/ikarus-0.0.1.ebuild
index 58cef2fb..c46082a4 100644
--- a/dev-scheme/ikarus/ikarus-0.0.1.ebuild
+++ b/dev-scheme/ikarus/ikarus-0.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
+EAPI=6
 
 DESCRIPTION="Ikarus is a free optimizing incremental native-code compiler for 
R6RS Scheme."
 HOMEPAGE="http://www.cs.indiana.edu/~aghuloum/ikarus/index.html";
@@ -13,15 +13,10 @@ SLOT="0"
 KEYWORDS="-* ~x86"
 IUSE=""
 
-DEPEND="dev-libs/gmp"
+DEPEND="dev-libs/gmp:0"
 #for docs probably need dev-texlive/texlive-xetex but I can't test
 RDEPEND="${DEPEND}"
 
-src_compile() {
-       econf || die "econf failed"
-       emake || die "emake failed"
-}
-
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
 }

diff --git a/dev-scheme/ikarus/ikarus-0.0.2.ebuild 
b/dev-scheme/ikarus/ikarus-0.0.2.ebuild
index 6d308be8..da1e7f5f 100644
--- a/dev-scheme/ikarus/ikarus-0.0.2.ebuild
+++ b/dev-scheme/ikarus/ikarus-0.0.2.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+
+EAPI=6
 
 DESCRIPTION="Ikarus is a free optimizing incremental native-code compiler for 
R6RS Scheme."
 HOMEPAGE="http://www.cs.indiana.edu/~aghuloum/ikarus/index.html";
@@ -12,15 +13,10 @@ SLOT="0"
 KEYWORDS="-* -amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/gmp"
+DEPEND="dev-libs/gmp:0"
 #for docs probably need dev-texlive/texlive-xetex but I can't test
 RDEPEND="${DEPEND}"
 
-src_compile() {
-       econf || die "econf failed"
-       emake || die "emake failed"
-}
-
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
 }

diff --git a/dev-scheme/ikarus/ikarus-9999.ebuild 
b/dev-scheme/ikarus/ikarus-9999.ebuild
index 4aa92590..bdcce289 100644
--- a/dev-scheme/ikarus/ikarus-9999.ebuild
+++ b/dev-scheme/ikarus/ikarus-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3.ebuild,v 1.3 
2008/06/01 18:03:13 pchrist Exp $
 
-inherit eutils flag-o-matic autotools bzr
+EAPI=6
+
+inherit eutils flag-o-matic bzr
 
 DESCRIPTION="A free optimizing incremental native-code compiler for R6RS 
Scheme."
 HOMEPAGE="http://www.cs.indiana.edu/~aghuloum/ikarus/";
@@ -13,12 +14,12 @@ SLOT="0"
 KEYWORDS="-* ~x86"
 IUSE="sse2 doc"
 
-RDEPEND=">=dev-libs/gmp-4.2.2"
+RDEPEND=">=dev-libs/gmp-4.2.2:0"
 DEPEND="${RDEPEND}"
 
 EBZR_REPO_URI="http://ikarus-scheme.org/ikarus.dev";
 
-src_compile() {
+src_configure() {
        if use !sse2; then \
                eerror "You must have a processor who supports \
                SSE2 instructions" && die
@@ -27,11 +28,10 @@ src_compile() {
        append-flags "-std=gnu99"
 
        econf
-       emake
 }
 
 src_test() {
-       cd benchmarks
+       cd benchmarks || die
        make benchall || die "Tests failed"
        if [ -e timelog ]
        then
@@ -40,7 +40,7 @@ src_test() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
        rm -R "${D}/usr/share"
        dodoc README ACKNOWLEDGMENTS
        if use doc; then

Reply via email to