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

dev-lisp/trivial-sockets: Updates to common-lisp-3.eclass

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

diff --git a/dev-lisp/trivial-sockets/trivial-sockets-0.3_p20071124.ebuild 
b/dev-lisp/trivial-sockets/trivial-sockets-0.3_p20071124.ebuild
index 0ba72f3e..89802072 100644
--- a/dev-lisp/trivial-sockets/trivial-sockets-0.3_p20071124.ebuild
+++ b/dev-lisp/trivial-sockets/trivial-sockets-0.3_p20071124.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
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="A portable Common Lisp networking library for undemanding 
Internet clients"
 HOMEPAGE="http://www.cliki.net/trivial-sockets";
@@ -26,8 +27,8 @@ src_compile() {
 }
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dodoc README
        # doinfo ${PN}.info
        use doc && dodoc ${PN}.pdf

Reply via email to