* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gentoo-init/, dev-lisp/asdf/files/
@ 2013-04-04 18:23 Stelian Ionescu
0 siblings, 0 replies; only message in thread
From: Stelian Ionescu @ 2013-04-04 18:23 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-04 18:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 18:23 [gentoo-commits] proj/lisp:master commit in: dev-lisp/gentoo-init/, dev-lisp/asdf/files/ Stelian Ionescu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox