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/cl-vectors/
Date: Fri, 07 Jul 2017 08:41:30
Message-Id: 1499416893.31a8b222aa46e03756a99a855e92db5ec4d3dbd4.nimiux@gentoo
1 commit: 31a8b222aa46e03756a99a855e92db5ec4d3dbd4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:41:33 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:41:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31a8b222
7
8 dev-lisp/cl-vectors: Drops old version. Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild | 23 -----------------------
11 dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild | 5 ++---
12 2 files changed, 2 insertions(+), 26 deletions(-)
13
14 diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
15 deleted file mode 100644
16 index bb0479fa..00000000
17 --- a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
18 +++ /dev/null
19 @@ -1,23 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -inherit common-lisp-2
25 -
26 -DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths."
27 -HOMEPAGE="http://projects.tuxee.net/cl-vectors"
28 -SRC_URI="http://projects.tuxee.net/${PN}/files/${P}.tar.gz"
29 -
30 -LICENSE="LLGPL-2.1"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="dev-lisp/zpb-ttf"
36 -
37 -CLSYSTEMS="cl-aa-misc cl-aa cl-paths-ttf cl-paths cl-vectors"
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - sed -i "s:\\\$VERSION\\\$:${PV}:" "${S}"/*.asd
42 -}
43
44 diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
45 index 606ab4ba..0a877bdb 100644
46 --- a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
47 +++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
48 @@ -1,8 +1,7 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 +# Copyright 1999-2017 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Id$
53
54 -EAPI=5
55 +EAPI=6
56
57 inherit common-lisp-3