public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Erik Falor" <ewfalor@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/chibi-scheme/
Date: Tue, 11 Mar 2014 01:40:28 +0000 (UTC)	[thread overview]
Message-ID: <1394502148.86c74b4f995fe5e94b2a4657cd3d382378a5a086.erik_falor@gentoo> (raw)

commit:     86c74b4f995fe5e94b2a4657cd3d382378a5a086
Author:     Erik Falor <ewfalor <AT> gmail <DOT> com>
AuthorDate: Tue Mar 11 01:21:20 2014 +0000
Commit:     Erik Falor <ewfalor <AT> gmail <DOT> com>
CommitDate: Tue Mar 11 01:42:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=86c74b4f

Remove chibi-scheme 0.2 from tree

---
 dev-scheme/chibi-scheme/chibi-scheme-0.2.ebuild | 43 -------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-scheme/chibi-scheme/chibi-scheme-0.2.ebuild b/dev-scheme/chibi-scheme/chibi-scheme-0.2.ebuild
deleted file mode 100644
index 1b70edb..0000000
--- a/dev-scheme/chibi-scheme/chibi-scheme-0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-DESCRIPTION="A very tiny Scheme implementation with decent speed and native hygienic macros."
-SRC_URI="http://synthcode.com/scheme/${P}.tgz"
-HOMEPAGE="http://synthcode.com/scheme/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="boehm-gc"
-
-DEPEND="boehm-gc? ( dev-libs/boehm-gc )"
-RDEPEND="${DEPEND}"
-
-export EXTRA_EMAKE+="PREFIX=/usr $(use boehm-gc && echo USE_BOEHM=1)"
-
-src_prepare() {
-	cp Makefile Makefile.old
-
-	#make it compile on amd64
-	sed "s,\$(CC) -c,\$(CC) -fPIC -c," -i Makefile
-
-	#add DESTDIR support
-	sed "/install: chibi-scheme/a\\\\tmkdir -p \$(BINDIR)" -i Makefile
-	sed "s,\$(BINDIR),\$(DESTDIR)/\$(BINDIR)," -i Makefile
-	sed "s,\$(MODDIR),\$(DESTDIR)/\$(MODDIR)," -i Makefile
-	sed "s,\$(INCDIR),\$(DESTDIR)/\$(INCDIR)," -i Makefile
-	sed "s,\$(LIBDIR),\$(DESTDIR)/\$(LIBDIR)," -i Makefile
-
-	diff -u Makefile.old Makefile
-}
-
-src_test() {
-	LD_LIBRARY_PATH="${S}" emake test
-}
-
-src_install() {
-	emake DESTDIR="${D}" ${EXTRA_EMAKE} install
-}


             reply	other threads:[~2014-03-11  1:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-11  1:40 Erik Falor [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-29 19:43 [gentoo-commits] proj/lisp:master commit in: dev-scheme/chibi-scheme/ José María Alonso
2014-07-01  3:46 Erik Falor
2014-03-11  1:40 Erik Falor

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=1394502148.86c74b4f995fe5e94b2a4657cd3d382378a5a086.erik_falor@gentoo \
    --to=ewfalor@gmail.com \
    --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