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/css-lite/
Date: Sun, 08 May 2016 12:08:31
Message-Id: 1462709312.274912eda870d09b89fe4a218f85f92d2820a1a8.nimiux@gentoo
1 commit: 274912eda870d09b89fe4a218f85f92d2820a1a8
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 12:08:32 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 12:08:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=274912ed
7
8 dev-lisp/css-lite: New live ebuild
9
10 dev-lisp/css-lite/css-lite-9999.ebuild | 15 +++++++++++++++
11 1 file changed, 15 insertions(+)
12
13 diff --git a/dev-lisp/css-lite/css-lite-9999.ebuild b/dev-lisp/css-lite/css-lite-9999.ebuild
14 new file mode 100644
15 index 0000000..73dbaea
16 --- /dev/null
17 +++ b/dev-lisp/css-lite/css-lite-9999.ebuild
18 @@ -0,0 +1,15 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit common-lisp-3 git-2
26 +
27 +DESCRIPTION="A css grammar for lisp"
28 +HOMEPAGE="https://github.com/paddymul/css-lite"
29 +EGIT_REPO_URI="git://github.com/paddymul/${PN}.git"
30 +
31 +LICENSE="BSD"
32 +SLOT="0"
33 +IUSE=""