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: Thu, 06 Jul 2017 21:14:38
Message-Id: 1499375676.a4042a263f5a3e6f16328ef0178cff089b8bd6d3.nimiux@gentoo
1 commit: a4042a263f5a3e6f16328ef0178cff089b8bd6d3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:14:36 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:14:36 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a4042a26
7
8 dev-lisp/zpb-ttf: Updates to common-lisp-3 eclass
9
10 dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 3 +--
11 dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild | 22 ----------------------
12 2 files changed, 1 insertion(+), 24 deletions(-)
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 index de92eef2..d92afe0e 100644
16 --- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
17 +++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
18 @@ -1,6 +1,5 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 EAPI=6
25
26
27 diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
28 deleted file mode 100644
29 index 1f1ebce1..00000000
30 --- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -inherit common-lisp-2 eutils
38 -
39 -DESCRIPTION="TrueType font file access library for Common Lisp."
40 -HOMEPAGE="http://www.xach.com/lisp/zpb-ttf"
41 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="!dev-lisp/cl-${PN}"
49 -
50 -src_install() {
51 - common-lisp-install *.{lisp,asd}
52 - common-lisp-symlink-asdf
53 - dohtml *.{html,png}
54 -}