Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/
Date: Mon, 29 Jul 2013 16:00:17
Message-Id: 1375113635.6bda27514ca23856ff57392dba498ee63f39b85f.nimiux@gentoo
1 commit: 6bda27514ca23856ff57392dba498ee63f39b85f
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 16:00:35 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 16:00:35 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6bda2751
7
8 dev-lisp/asdf-system-connections: add live ebuild
9
10 ---
11 .../asdf-system-connections-9999.ebuild | 21 +++++++++++++++++++++
12 1 file changed, 21 insertions(+)
13
14 diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
15 new file mode 100644
16 index 0000000..475d955
17 --- /dev/null
18 +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
19 @@ -0,0 +1,21 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +inherit common-lisp-3 git-2
25 +
26 +DESCRIPTION="Provides auto-loading of systems that only make sense when several other systems are loaded."
27 +HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/"
28 +EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
29 +
30 +LICENSE="MIT"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND="!dev-lisp/cl-${PN}"
36 +
37 +#src_install() {
38 + #common-lisp-install dev/${PN}.lisp ${PN}.asd
39 + #common-lisp-symlink-asdf
40 +#}