commit: c71e29e52e0394595e1a30619836449f86e282ee
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 15:51:22 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 15:51:22 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c71e29e5
dev-lisp/rsm-rsa: Updates to common-lisp-3
dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
b/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
index 7860c09e..9ad23985 100644
--- a/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
+++ b/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.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
MY_PV=${PV:0:3}
CVS_PV=${PV:5:4}.${PV:9:2}.${PV:11}
@@ -27,11 +28,15 @@ S="${WORKDIR}"/cl-${PN}
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+}
+
+src_prepare() {
+ eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+ eapply_user
}
src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
dohtml ${PN}.html
}