commit: 31a8b222aa46e03756a99a855e92db5ec4d3dbd4 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:41:33 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:41:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31a8b222
dev-lisp/cl-vectors: Drops old version. Updates to common-lisp-3 eclass dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild | 23 ----------------------- dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild | 5 ++--- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild deleted file mode 100644 index bb0479fa..00000000 --- a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths." -HOMEPAGE="http://projects.tuxee.net/cl-vectors" -SRC_URI="http://projects.tuxee.net/${PN}/files/${P}.tar.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/zpb-ttf" - -CLSYSTEMS="cl-aa-misc cl-aa cl-paths-ttf cl-paths cl-vectors" - -src_unpack() { - unpack ${A} - sed -i "s:\\\$VERSION\\\$:${PV}:" "${S}"/*.asd -} diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild index 606ab4ba..0a877bdb 100644 --- a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild +++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3
