public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stelian Ionescu" <sionescu@cddr.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/sbcl/
Date: Thu,  4 Apr 2013 18:23:44 +0000 (UTC)	[thread overview]
Message-ID: <1365086468.4f5a3bfb8568d45755785749649a6a7f3faf7c73.fenlix@gentoo> (raw)

commit:     4f5a3bfb8568d45755785749649a6a7f3faf7c73
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 14:35:44 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 14:41:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=4f5a3bfb

dev-lisp/sbcl: bump to 1.1.5-r2

Remove dependency on gentoo-init, use asdf instead.
Enable LDB always

---
 dev-lisp/sbcl/metadata.xml                         |    1 -
 .../{sbcl-1.1.5-r1.ebuild => sbcl-1.1.5-r2.ebuild} |   13 ++++---------
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/sbcl/metadata.xml b/dev-lisp/sbcl/metadata.xml
index 86ed66b..1fe9d18 100644
--- a/dev-lisp/sbcl/metadata.xml
+++ b/dev-lisp/sbcl/metadata.xml
@@ -22,6 +22,5 @@ SBCL 0.8.17 and later support Unicode.
 <use>
 <flag name='cobalt'>mips only: use mipsel binary instead of mips big endian
 binary to bootstrap</flag>
-<flag name='ldb'>Include support for the SBCL low level debugger</flag>
 </use>
 </pkgmetadata>

diff --git a/dev-lisp/sbcl/sbcl-1.1.5-r1.ebuild b/dev-lisp/sbcl/sbcl-1.1.5-r2.ebuild
similarity index 96%
rename from dev-lisp/sbcl/sbcl-1.1.5-r1.ebuild
rename to dev-lisp/sbcl/sbcl-1.1.5-r2.ebuild
index bf5067a..42662a1 100644
--- a/dev-lisp/sbcl/sbcl-1.1.5-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.1.5-r2.ebuild
@@ -29,12 +29,11 @@ RESTRICT="mirror"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+asdf cobalt debug doc ldb source +threads +unicode"
+IUSE="cobalt debug doc source +threads +unicode"
 
 DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
-		dev-lisp/asdf:="
-RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )
-		asdf? ( >=dev-lisp/gentoo-init-1.1 )"
+		>=dev-lisp/asdf-2.33-r1:="
+RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
 
 # Disable warnings about executable stacks, as this won't be fixed soon by upstream
 QA_EXECSTACK="usr/bin/sbcl"
@@ -59,7 +58,7 @@ EOF
 	if use x86 || use amd64; then
 		sbcl_feature "$(usep threads)" ":sb-thread"
 	fi
-	sbcl_feature "$(usep ldb)" ":sb-ldb"
+	sbcl_feature "true" ":sb-ldb"
 	sbcl_feature "false" ":sb-test"
 	sbcl_feature "$(usep unicode)" ":sb-unicode"
 	sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
@@ -158,14 +157,10 @@ src_install() {
 (setf (logical-pathname-translations "SYS")
 	'(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
 	  ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
-EOF
-	if use asdf; then
-		cat >> "${D}"/etc/sbclrc <<EOF
 
 ;;; Setup ASDF2
 (load "/etc/common-lisp/gentoo-init.lisp")
 EOF
-	fi
 
 	# Install documentation
 	unset SBCL_HOME


             reply	other threads:[~2013-04-04 18:23 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04 18:23 Stelian Ionescu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-04 18:31 [gentoo-commits] proj/lisp:master commit in: dev-lisp/sbcl/ José María Alonso
2018-07-02 19:26 José María Alonso
2018-05-29 17:28 José María Alonso
2018-05-01 14:23 José María Alonso
2018-04-01 20:58 José María Alonso
2018-03-09 22:08 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-09 17:41 José María Alonso
2018-02-28 17:09 José María Alonso
2018-01-31 22:01 José María Alonso
2017-12-31 13:22 José María Alonso
2017-11-30 21:44 José María Alonso
2017-11-13 22:13 José María Alonso
2017-10-31 19:04 José María Alonso
2017-09-02 14:52 José María Alonso
2017-08-23 21:01 José María Alonso
2017-08-01 16:27 José María Alonso
2017-08-01 16:17 José María Alonso
2017-06-01  9:57 José María Alonso
2017-04-29 16:16 José María Alonso
2016-09-11 16:27 José María Alonso
2013-04-29 23:41 Stelian Ionescu
2013-04-14 11:32 Stelian Ionescu
2013-04-09 15:50 Stelian Ionescu
2013-04-09 15:50 Stelian Ionescu
2013-04-08 20:52 Panagiotis Christopoulos
2013-04-04  0:05 Stelian Ionescu
2012-09-03 14:26 Stelian Ionescu
2012-01-23 20:32 Stelian Ionescu
2011-12-09  1:45 Stelian Ionescu
2011-11-07  1:43 Stelian Ionescu
2011-08-26 18:58 Stelian Ionescu
2011-06-21 12:03 Stelian Ionescu
2011-06-17 23:24 Stelian Ionescu
2011-06-17 14:33 Stelian Ionescu
2011-02-13 18:50 Stelian Ionescu
2011-02-08 11:29 Panagiotis Christopoulos
2011-02-08  2:01 Panagiotis Christopoulos

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=1365086468.4f5a3bfb8568d45755785749649a6a7f3faf7c73.fenlix@gentoo \
    --to=sionescu@cddr.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