commit: cef9b9c15e75623ab12606ae115380013d1e876a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:16:33 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:16:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cef9b9c1
dev-lisp/trivial-utf8: Updates to common-lisp-3 eclass dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild | 11 ++++++----- dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild | 3 +-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild index 6c0fa578..1df948d6 100644 --- a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild +++ b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.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 eutils +EAPI=6 + +inherit common-lisp-3 eutils DESCRIPTION="A small library for doing UTF-8-based input and output." HOMEPAGE="http://common-lisp.net/project/trivial-utf-8/" @@ -17,7 +18,7 @@ CLPACKAGE="trivial-utf-8" CLSYSTEMS="trivial-utf-8" src_install() { - common-lisp-install *.{lisp,asd} test.txt - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp test.txt + common-lisp-install-asdf dohtml doc/* } diff --git a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild index d0c6214b..37e30f85 100644 --- a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild +++ b/dev-lisp/trivial-utf8/trivial-utf8-9999.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
