commit:     cb486d1af1928bac28c83022eec882d1c8f0a068
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:53:58 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:53:58 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb486d1a

dev-lisp/gsd: Updates to common-lisp-3.eclass. Updates header.

 dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 9 ++++-----
 dev-lisp/metabang-bind/metabang-bind-9999.ebuild  | 7 +++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild 
b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
index fce379d4..20bf58b1 100644
--- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
@@ -1,8 +1,7 @@
-# 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
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a 
single form."
 HOMEPAGE="http://www.cliki.net/bind
@@ -20,7 +19,7 @@ RDEPEND="!dev-lisp/cl-bind
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-       common-lisp-install *.asd {unit-tests,dev}/*.lisp
-       common-lisp-symlink-asdf
+       common-lisp-install-sources {unit-tests,dev}/*.lisp
+       common-lisp-install-asdf
        dodoc *.config
 }

diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild 
b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
index 260cb53d..cd4edf25 100644
--- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-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="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a 
single form."
 HOMEPAGE="http://common-lisp.net/project/metabang-bind

Reply via email to