From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/ikarus/
Date: Fri, 3 Jul 2020 11:34:50 +0000 (UTC) [thread overview]
Message-ID: <1593776057.29bbf5017f7a4636683b730f0205fdf6522d5c18.ulm@gentoo> (raw)
commit: 29bbf5017f7a4636683b730f0205fdf6522d5c18
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 3 11:30:19 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 11:34:17 2020 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=29bbf501
dev-scheme/ikarus: Drop live bzr ebuild.
Closes: https://bugs.gentoo.org/730576
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-scheme/ikarus/ikarus-9999.ebuild | 49 ------------------------------------
1 file changed, 49 deletions(-)
diff --git a/dev-scheme/ikarus/ikarus-9999.ebuild b/dev-scheme/ikarus/ikarus-9999.ebuild
deleted file mode 100644
index bdcce289..00000000
--- a/dev-scheme/ikarus/ikarus-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="-* ~x86"
-IUSE="sse2 doc"
-
-RDEPEND=">=dev-libs/gmp-4.2.2:0"
-DEPEND="${RDEPEND}"
-
-EBZR_REPO_URI="http://ikarus-scheme.org/ikarus.dev"
-
-src_configure() {
- if use !sse2; then \
- eerror "You must have a processor who supports \
- SSE2 instructions" && die
- fi
-
- append-flags "-std=gnu99"
-
- econf
-}
-
-src_test() {
- cd benchmarks || die
- make benchall || die "Tests failed"
- if [ -e timelog ]
- then
- cat timelog || die "stdout test logs failed."
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- rm -R "${D}/usr/share"
- dodoc README ACKNOWLEDGMENTS
- if use doc; then
- dodoc doc/*.pdf
- fi
-}
next reply other threads:[~2020-07-03 11:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-03 11:34 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-09 21:36 [gentoo-commits] proj/lisp:master commit in: dev-scheme/ikarus/ José María Alonso
2018-03-09 17:41 José María Alonso
2018-02-28 22:00 José María Alonso
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=1593776057.29bbf5017f7a4636683b730f0205fdf6522d5c18.ulm@gentoo \
--to=ulm@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