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/vecto/
Date: Fri, 07 Jul 2017 08:44:34
Message-Id: 1499417080.f00617165d476894d21804f18a639bf9f38ca72e.nimiux@gentoo
1 commit: f00617165d476894d21804f18a639bf9f38ca72e
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:44:40 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:44:40 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f0061716
7
8 dev-lisp/vecto: Updates to common-lisp-3 eclass
9
10 dev-lisp/vecto/vecto-1.4.10.ebuild | 3 +--
11 dev-lisp/vecto/vecto-1.4.3.ebuild | 25 -------------------------
12 2 files changed, 1 insertion(+), 27 deletions(-)
13
14 diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.4.10.ebuild
15 index 51e7b942..589a348a 100644
16 --- a/dev-lisp/vecto/vecto-1.4.10.ebuild
17 +++ b/dev-lisp/vecto/vecto-1.4.10.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/vecto/vecto-1.4.3.ebuild b/dev-lisp/vecto/vecto-1.4.3.ebuild
28 deleted file mode 100644
29 index 2abf7c65..00000000
30 --- a/dev-lisp/vecto/vecto-1.4.3.ebuild
31 +++ /dev/null
32 @@ -1,25 +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
38 -
39 -DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library."
40 -HOMEPAGE="http://www.xach.com/lisp/vecto/"
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-vectors
49 - dev-lisp/zpb-ttf
50 - dev-lisp/zpng"
51 -
52 -src_install() {
53 - common-lisp-install *.{lisp,asd}
54 - common-lisp-symlink-asdf
55 - dohtml doc/index.html
56 - docinto html && dodoc doc/*.{lisp,png}
57 -}