commit: 7af6105ae9e71868c37cac9b62ea4041eaf60211
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:39:40 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:39:40 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7af6105a
dev-lisp/hunchentoot-vhost: Updates to common-lisp-3 eclass
dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild
b/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild
index 6a6584f6..5a433b93 100644
--- a/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild
+++ b/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-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}
@@ -21,11 +22,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
}