commit: 8687eae1bacdef52501a99986c9d12bad454ef39 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Jul 3 21:38:57 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 21:38:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8687eae1
dev-lisp/cl-jpeg: Updates to common-lisp-3 eclass dev-lisp/cl-jpeg/cl-jpeg-1.033_p20080513.ebuild | 7 +++---- dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-lisp/cl-jpeg/cl-jpeg-1.033_p20080513.ebuild b/dev-lisp/cl-jpeg/cl-jpeg-1.033_p20080513.ebuild index 71befc23..9ec3359a 100644 --- a/dev-lisp/cl-jpeg/cl-jpeg-1.033_p20080513.ebuild +++ b/dev-lisp/cl-jpeg/cl-jpeg-1.033_p20080513.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=2 +EAPI=6 -inherit common-lisp-2 eutils +inherit common-lisp-3 eutils DESCRIPTION="A JPEG library for Common Lisp" HOMEPAGE="http://www.cliki.net/cl-jpeg" diff --git a/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild b/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild index bb2828ee..5313776c 100644 --- a/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild +++ b/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild @@ -1,10 +1,9 @@ -# 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 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="A JPEG library for Common Lisp" HOMEPAGE="http://www.cliki.net/cl-jpeg"
