[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-timeout/

2017-07-02 Thread José María Alonso
commit: e5bb7a9a1e5330adeb1f48acc38fac4e65cc88df
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jul  2 21:10:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jul  2 21:10:35 2017 +
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
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-timeout/

2016-11-30 Thread José María Alonso
commit: 847bfe1751e5e5f341c885706f6b91fb3ab5eebf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 08:47:12 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 08:47:12 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=847bfe17

dev-lisp/trivial-timeout: Updates header

 dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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 0942e0a..358e4b3 100644
--- a/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild
+++ b/dev-lisp/trivial-timeout/trivial-timeout-0.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2 eutils