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/clx/
Date: Mon, 28 Apr 2014 09:38:22
Message-Id: 1398677943.b393992934b3060f9d197a131c36ea8e94db4388.nimiux@gentoo
1 commit: b393992934b3060f9d197a131c36ea8e94db4388
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 28 09:39:03 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 28 09:39:03 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=b3939929
7
8 dev-lisp/clx: new live ebuild
9
10 ---
11 dev-lisp/clx/clx-9999.ebuild | 16 ++++++++++++++++
12 1 file changed, 16 insertions(+)
13
14 diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild
15 new file mode 100644
16 index 0000000..5d41ab4
17 --- /dev/null
18 +++ b/dev-lisp/clx/clx-9999.ebuild
19 @@ -0,0 +1,16 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3 git-2
27 +
28 +DESCRIPTION="A collection of public domain utilities."
29 +HOMEPAGE="http://www.cliki.net/CLX"
30 +EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
31 +
32 +LICENSE="as-is"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""