public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/ikarus/
Date: Wed, 28 Feb 2018 22:00:29 +0000 (UTC)	[thread overview]
Message-ID: <1519855228.b35e2ab3e47eb5ff758b904d612ea10106a5e1d6.nimiux@gentoo> (raw)

commit:     b35e2ab3e47eb5ff758b904d612ea10106a5e1d6
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: Wed Feb 28 22:00:28 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b35e2ab3

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	other threads:[~2018-02-28 22:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28 22:00 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-09 17:41 [gentoo-commits] proj/lisp:master commit in: dev-scheme/ikarus/ José María Alonso
2018-03-09 21:36 José María Alonso
2020-07-03 11:34 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519855228.b35e2ab3e47eb5ff758b904d612ea10106a5e1d6.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox