commit: 73480beaed6066b9afe280da743bff9bab50169c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:47:21 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 19:47:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=73480bea
dev-lisp/gcc-xml-ffi: Updates to common-lisp-3 eclass
dev-lisp/gcc-xml-ffi/gcc-xml-ffi-0.1.6.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/gcc-xml-ffi/gcc-xml-ffi-0.1.6.ebuild
b/dev-lisp/gcc-xml-ffi/gcc-xml-ffi-0.1.6.ebuild
index ea2787cd..a84872a6 100644
--- a/dev-lisp/gcc-xml-ffi/gcc-xml-ffi-0.1.6.ebuild
+++ b/dev-lisp/gcc-xml-ffi/gcc-xml-ffi-0.1.6.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
MY_P=${PN}_${PV}
@@ -27,12 +28,15 @@ S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
+}
+
+src_prepare() {
rm "${S}"/Makefile
epatch "${FILESDIR}"/${PV}-fix-asd.patch
}
src_install() {
- common-lisp-install *.asd src test version.lisp-expr
- common-lisp-symlink-asdf
+ common-lisp-install-sources src test version.lisp-expr
+ common-lisp-install-asdf
dodoc ChangeLog README
}