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/clx-truetype/
Date: Tue, 07 Feb 2017 12:17:33
Message-Id: 1486469844.ef18a04666ff0fc0184e14eb28a4becfc3ea68ec.nimiux@gentoo
1 commit: ef18a04666ff0fc0184e14eb28a4becfc3ea68ec
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 12:17:24 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 12:17:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef18a046
7
8 dev-lisp/clx-truetype: Adds new live ebuild
9
10 dev-lisp/clx-truetype/clx-truetype-9999.ebuild | 22 ++++++++++++++++++++++
11 1 file changed, 22 insertions(+)
12
13 diff --git a/dev-lisp/clx-truetype/clx-truetype-9999.ebuild b/dev-lisp/clx-truetype/clx-truetype-9999.ebuild
14 new file mode 100644
15 index 0000000..110b321
16 --- /dev/null
17 +++ b/dev-lisp/clx-truetype/clx-truetype-9999.ebuild
18 @@ -0,0 +1,22 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3 git-r3
26 +
27 +DESCRIPTION="Pure Common Lisp TrueType font renderer for CLX"
28 +HOMEPAGE="https://github.com/filonenko-mikhail/clx-truetype"
29 +EGIT_REPO_URI="https://github.com/filonenko-mikhail/${PN}.git"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +RDEPEND="dev-lisp/clx
36 + dev-lisp/zpb-ttf
37 + dev-lisp/cl-vectors
38 + dev-lisp/cl-fad
39 + dev-lisp/cl-store
40 + dev-lisp/trivial-features"