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/closure-common/
Date: Thu, 22 Dec 2016 12:00:59
Message-Id: 1482408052.a66c52e005c54e889c47b00e54e3ffbf445e2a5c.nimiux@gentoo
1 commit: a66c52e005c54e889c47b00e54e3ffbf445e2a5c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 12:00:52 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 12:00:52 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a66c52e0
7
8 dev-lisp/closure-common: Adds live ebuild
9
10 dev-lisp/closure-common/closure-common-9999.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/dev-lisp/closure-common/closure-common-9999.ebuild b/dev-lisp/closure-common/closure-common-9999.ebuild
14 new file mode 100644
15 index 0000000..544922b
16 --- /dev/null
17 +++ b/dev-lisp/closure-common/closure-common-9999.ebuild
18 @@ -0,0 +1,17 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3 git-r3
26 +
27 +DESCRIPTION="Helper library for Closure and Closure XML implementing runes."
28 +HOMEPAGE="http://www.cliki.net/closure-common"
29 +EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
30 +
31 +LICENSE="LLGPL-2.1"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +RDEPEND="dev-lisp/trivial-gray-streams"