commit:     e5bb7a9a1e5330adeb1f48acc38fac4e65cc88df
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:10:35 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:10:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e5bb7a9a

dev-lisp/trivial-timeout: Updates to common-lisp-3 eclass and EAPI 6

 dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild 
b/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild
index 358e4b3a..073e79ad 100644
--- a/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild
+++ b/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.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="Simple library for asynchronous timeouts."
 HOMEPAGE="http://common-lisp.net/project/trivial-timeout";
@@ -16,6 +17,6 @@ IUSE=""
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-       common-lisp-install *.{asd,config} dev/*.lisp tests
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.config dev/*.lisp tests
+       common-lisp-install-asdf
 }

Reply via email to