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/gentoo-init/, dev-lisp/asdf/files/
Date: Thu,  4 Apr 2013 18:23:45 +0000 (UTC)	[thread overview]
Message-ID: <1365099526.301201367f39c29c9e297ce6b644622b20f0553d.fenlix@gentoo> (raw)

commit:     301201367f39c29c9e297ce6b644622b20f0553d
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 18:18:46 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 18:18:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=30120136

Modify gentoo-init.lisp to require :asdf on the implementations ported to ASDF3

Remove dev-lisp/gentoo-init

---
 dev-lisp/asdf/files/gentoo-init.lisp           |    4 ++--
 dev-lisp/gentoo-init/gentoo-init-1.1-r2.ebuild |   18 ------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/dev-lisp/asdf/files/gentoo-init.lisp b/dev-lisp/asdf/files/gentoo-init.lisp
index e6b9b0a..e1e424a 100644
--- a/dev-lisp/asdf/files/gentoo-init.lisp
+++ b/dev-lisp/asdf/files/gentoo-init.lisp
@@ -1,6 +1,6 @@
 (in-package #:cl-user)
 
-#-(or sbcl)
+#-(or cmu ccl ecl sbcl)
 (let ((*compile-print* nil)
       (*compile-verbose* nil)
       #+cmu (ext:*gc-verbose* nil))
@@ -8,5 +8,5 @@
     (load #p"/usr/share/common-lisp/source/asdf/build/asdf.lisp"
           :print nil :verbose nil)))
 
-#+(or sbcl)
+#+(or cmu ccl ecl sbcl)
 (require :asdf)

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.1-r2.ebuild b/dev-lisp/gentoo-init/gentoo-init-1.1-r2.ebuild
deleted file mode 100644
index a4dbadc..0000000
--- a/dev-lisp/gentoo-init/gentoo-init-1.1-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports."
-HOMEPAGE="http://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/asdf-2.32-r1"
-
-# Dummy ebuild. All functionality has been moved to ASDF
-# Remove as soon as all CL implementations are migrated to ASDF3 directly


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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1365099526.301201367f39c29c9e297ce6b644622b20f0553d.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