commit: f00617165d476894d21804f18a639bf9f38ca72e Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:44:40 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:44:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f0061716
dev-lisp/vecto: Updates to common-lisp-3 eclass dev-lisp/vecto/vecto-1.4.10.ebuild | 3 +-- dev-lisp/vecto/vecto-1.4.3.ebuild | 25 ------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.4.10.ebuild index 51e7b942..589a348a 100644 --- a/dev-lisp/vecto/vecto-1.4.10.ebuild +++ b/dev-lisp/vecto/vecto-1.4.10.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 diff --git a/dev-lisp/vecto/vecto-1.4.3.ebuild b/dev-lisp/vecto/vecto-1.4.3.ebuild deleted file mode 100644 index 2abf7c65..00000000 --- a/dev-lisp/vecto/vecto-1.4.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library." -HOMEPAGE="http://www.xach.com/lisp/vecto/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/cl-vectors - dev-lisp/zpb-ttf - dev-lisp/zpng" - -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dohtml doc/index.html - docinto html && dodoc doc/*.{lisp,png} -}
