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/zpng/
Date: Fri, 07 Jul 2017 09:01:20
Message-Id: 1499418084.9505f5f72d9ad4f699615a365d3dad6451cb5809.nimiux@gentoo
1 commit: 9505f5f72d9ad4f699615a365d3dad6451cb5809
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:01:24 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:01:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9505f5f7
7
8 dev-lisp/zpng: Updates to common-lisp-3 eclass
9
10 dev-lisp/zpng/zpng-1.2.2.ebuild | 5 ++---
11 dev-lisp/zpng/zpng-1.2.ebuild | 23 -----------------------
12 2 files changed, 2 insertions(+), 26 deletions(-)
13
14 diff --git a/dev-lisp/zpng/zpng-1.2.2.ebuild b/dev-lisp/zpng/zpng-1.2.2.ebuild
15 index 48b79f8e..ceb1a867 100644
16 --- a/dev-lisp/zpng/zpng-1.2.2.ebuild
17 +++ b/dev-lisp/zpng/zpng-1.2.2.ebuild
18 @@ -1,8 +1,7 @@
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=5
25 +EAPI=6
26
27 inherit common-lisp-3
28
29
30 diff --git a/dev-lisp/zpng/zpng-1.2.ebuild b/dev-lisp/zpng/zpng-1.2.ebuild
31 deleted file mode 100644
32 index 31060061..00000000
33 --- a/dev-lisp/zpng/zpng-1.2.ebuild
34 +++ /dev/null
35 @@ -1,23 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -inherit common-lisp-2
41 -
42 -DESCRIPTION="A Common Lisp library for creating PNG files."
43 -HOMEPAGE="http://www.xach.com/lisp/zpng/"
44 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
49 -IUSE=""
50 -
51 -RDEPEND="dev-lisp/salza2"
52 -
53 -src_install() {
54 - common-lisp-install *.{lisp,asd}
55 - common-lisp-symlink-asdf
56 - dohtml doc/{index.html,*.png}
57 - docinto examples && dodoc doc/*.lisp
58 -}