commit: e01223b31136bf56a1050b1b333c6486c0b2666e Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:03:45 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:03:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e01223b3
dev-lisp/skippy: Updates to common-lisp-3 eclass dev-lisp/skippy/skippy-1.3.12.ebuild | 3 +-- dev-lisp/skippy/skippy-1.3.7.ebuild | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lisp/skippy/skippy-1.3.12.ebuild b/dev-lisp/skippy/skippy-1.3.12.ebuild index d3a8baf9..8a847527 100644 --- a/dev-lisp/skippy/skippy-1.3.12.ebuild +++ b/dev-lisp/skippy/skippy-1.3.12.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/skippy/skippy-1.3.7.ebuild b/dev-lisp/skippy/skippy-1.3.7.ebuild index 2350951e..2445a282 100644 --- a/dev-lisp/skippy/skippy-1.3.7.ebuild +++ b/dev-lisp/skippy/skippy-1.3.7.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="A graphics library that reads and writes GIF files. It is pure Common Lisp. It supports normal GIFs and animated GIFs." HOMEPAGE="http://www.xach.com/lisp/skippy/" @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp + common-lisp-install-asdf dohtml *.{html,gif} }
