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/cl-css/
Date: Wed, 02 Dec 2015 09:21:42
Message-Id: 1449048240.a909b1366a24dc89ff4ce8378c8c981a4f7503a4.nimiux@gentoo
1 commit: a909b1366a24dc89ff4ce8378c8c981a4f7503a4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 09:24:00 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 09:24:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a909b136
7
8 dev-lisp/cl-css: new live ebuild
9
10 dev-lisp/cl-css/cl-css-9999.ebuild | 15 +++++++++++++++
11 1 file changed, 15 insertions(+)
12
13 diff --git a/dev-lisp/cl-css/cl-css-9999.ebuild b/dev-lisp/cl-css/cl-css-9999.ebuild
14 new file mode 100644
15 index 0000000..c4a8e1f
16 --- /dev/null
17 +++ b/dev-lisp/cl-css/cl-css-9999.ebuild
18 @@ -0,0 +1,15 @@
19 +# Copyright 1999-2015 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="Non-validating, inline CSS generator for Common Lisp"
28 +HOMEPAGE="https://github.com/Inaimathi/cl-css"
29 +EGIT_REPO_URI="git://github.com/Inaimathi/${PN}.git"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +IUSE=""