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/zpb-ttf/
Date: Wed, 29 Jan 2014 23:02:46
Message-Id: 1391036592.f35e7838782a01a1125e92d6fcf4128eb0f1bbed.nimiux@gentoo
1 commit: f35e7838782a01a1125e92d6fcf4128eb0f1bbed
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 23:03:12 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 23:03:12 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=f35e7838
7
8 dev-lisp/zpb-ttf: bump to version 1.0.3
9
10 ---
11 dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 26 ++++++++++++++++++++++++++
12 1 file changed, 26 insertions(+)
13
14 diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
15 new file mode 100644
16 index 0000000..7e8fa6b
17 --- /dev/null
18 +++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
19 @@ -0,0 +1,26 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3
27 +
28 +DESCRIPTION="TrueType font file access library for Common Lisp."
29 +HOMEPAGE="http://www.xach.com/lisp/zpb-ttf"
30 +SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
31 +
32 +LICENSE="BSD-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="!dev-lisp/cl-${PN}"
38 +
39 +S="${WORKDIR}/${PN}-release-${PV}"
40 +
41 +src_install() {
42 + common-lisp-install-sources *.lisp
43 + common-lisp-install-asdf
44 + dohtml doc/*.{html,png}
45 +}