commit: a909b1366a24dc89ff4ce8378c8c981a4f7503a4 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 09:24:00 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 09:24:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a909b136
dev-lisp/cl-css: new live ebuild dev-lisp/cl-css/cl-css-9999.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-lisp/cl-css/cl-css-9999.ebuild b/dev-lisp/cl-css/cl-css-9999.ebuild new file mode 100644 index 0000000..c4a8e1f --- /dev/null +++ b/dev-lisp/cl-css/cl-css-9999.ebuild @@ -0,0 +1,15 @@ +# 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="Non-validating, inline CSS generator for Common Lisp" +HOMEPAGE="https://github.com/Inaimathi/cl-css" +EGIT_REPO_URI="git://github.com/Inaimathi/${PN}.git" + +LICENSE="MIT" +SLOT="0" +IUSE=""
