commit: 55a7f31ac3af86748f0a20f6bb68863b16853a0a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 21:08:31 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:08:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55a7f31a
dev-lisp/hunchentoot-auth: Updates to common-lisp-3 eclass
dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
b/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
index 28d3851e..2269152f 100644
--- a/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
+++ b/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.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}
@@ -24,11 +25,15 @@ S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}"/fix-asd.patch
+}
+
+src_prepare() {
+ eapply "${FILESDIR}"/fix-asd.patch
+ eapply_user
}
src_install() {
- common-lisp-install *.{lisp,asd} version.lisp-expr
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp version.lisp-expr
+ common-lisp-install-asdf
dodoc NEWS README
}