commit: 3a319c0f70efecf745cddedd77af7edaa1170666 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 13 22:47:41 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 13 22:47:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3a319c0f
dev-lisp/trivial-gray-streams: add live ebuild .../trivial-gray-streams-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild new file mode 100644 index 0000000..f73f20d --- /dev/null +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" +EGIT_REPO_URI="git://github.com/${PN}/${PN}" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"
