commit: 5237b009a54e42c106d7573c16d5e096208c7631 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 15:32:03 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 15:32:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5237b009
dev-lisp/rsm-string: Updates to common-lisp-3 eclass dev-lisp/rsm-string/rsm-string-1.6.ebuild | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/dev-lisp/rsm-string/rsm-string-1.6.ebuild b/dev-lisp/rsm-string/rsm-string-1.6.ebuild index a4ff3777..8c65b773 100644 --- a/dev-lisp/rsm-string/rsm-string-1.6.ebuild +++ b/dev-lisp/rsm-string/rsm-string-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 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="R. Scott McIntire's Common Lisp String Library" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string" @@ -19,11 +20,16 @@ S="${WORKDIR}"/cl-${PN} src_unpack() { unpack ${A} - epatch "${FILESDIR}"/${PV}-gentoo-fix-ftype.patch +} + +src_prepare() { + eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype.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 }
