commit: ef18a04666ff0fc0184e14eb28a4becfc3ea68ec Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Feb 7 12:17:24 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 12:17:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef18a046
dev-lisp/clx-truetype: Adds new live ebuild dev-lisp/clx-truetype/clx-truetype-9999.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-lisp/clx-truetype/clx-truetype-9999.ebuild b/dev-lisp/clx-truetype/clx-truetype-9999.ebuild new file mode 100644 index 0000000..110b321 --- /dev/null +++ b/dev-lisp/clx-truetype/clx-truetype-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 git-r3 + +DESCRIPTION="Pure Common Lisp TrueType font renderer for CLX" +HOMEPAGE="https://github.com/filonenko-mikhail/clx-truetype" +EGIT_REPO_URI="https://github.com/filonenko-mikhail/${PN}.git" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-lisp/clx + dev-lisp/zpb-ttf + dev-lisp/cl-vectors + dev-lisp/cl-fad + dev-lisp/cl-store + dev-lisp/trivial-features"
