commit: a66c52e005c54e889c47b00e54e3ffbf445e2a5c Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 12:00:52 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 12:00:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a66c52e0
dev-lisp/closure-common: Adds live ebuild dev-lisp/closure-common/closure-common-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/closure-common/closure-common-9999.ebuild b/dev-lisp/closure-common/closure-common-9999.ebuild new file mode 100644 index 0000000..544922b --- /dev/null +++ b/dev-lisp/closure-common/closure-common-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 git-r3 + +DESCRIPTION="Helper library for Closure and Closure XML implementing runes." +HOMEPAGE="http://www.cliki.net/closure-common" +EGIT_REPO_URI="git://repo.or.cz/${PN}.git" + +LICENSE="LLGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND="dev-lisp/trivial-gray-streams"
