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

2017-07-04 Thread José María Alonso
commit: 1dac9ded9454e55a0b14da7b44bd7dff715a8093
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:52:55 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:52:55 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1dac9ded

dev-lisp/clon: Updates to common-lisp-3 eclass

 dev-lisp/clon/clon-0.0.2.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/clon/clon-0.0.2.ebuild b/dev-lisp/clon/clon-0.0.2.ebuild
index 028b40b9..7a258585 100644
--- a/dev-lisp/clon/clon-0.0.2.ebuild
+++ b/dev-lisp/clon/clon-0.0.2.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
+inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp task scheduler library similar to Unix cron."
 HOMEPAGE="http://www.cliki.net/Clon;
@@ -21,7 +20,7 @@ RDEPEND="dev-lisp/bordeaux-threads
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dodoc ChangeLog README TODO doc/example.lisp
 }



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

2016-12-10 Thread José María Alonso
commit: bb3ce78a00ce487bc9f70a3b2395226b635e59c9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec 10 16:36:16 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec 10 16:36:16 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bb3ce78a

-dev-lisp/clon: Updates header

 dev-lisp/clon/clon-0.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/clon/clon-0.0.2.ebuild b/dev-lisp/clon/clon-0.0.2.ebuild
index 4d4549c..028b40b 100644
--- a/dev-lisp/clon/clon-0.0.2.ebuild
+++ b/dev-lisp/clon/clon-0.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-EAPI="2"
+EAPI=2
 
 inherit common-lisp-2