commit: 274912eda870d09b89fe4a218f85f92d2820a1a8 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun May 8 12:08:32 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun May 8 12:08:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=274912ed
dev-lisp/css-lite: New live ebuild dev-lisp/css-lite/css-lite-9999.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-lisp/css-lite/css-lite-9999.ebuild b/dev-lisp/css-lite/css-lite-9999.ebuild new file mode 100644 index 0000000..73dbaea --- /dev/null +++ b/dev-lisp/css-lite/css-lite-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="A css grammar for lisp" +HOMEPAGE="https://github.com/paddymul/css-lite" +EGIT_REPO_URI="git://github.com/paddymul/${PN}.git" + +LICENSE="BSD" +SLOT="0" +IUSE=""
