commit: a817087d86776c9cdc3d5fa6f223dc7436daf775 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 15:44:26 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 15:44:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a817087d
dev-lisp/rsm-queue: Updates to common-lisp-3 eclass dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild b/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild index 5f8e3bb0..5b9dbea0 100644 --- a/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild +++ b/dev-lisp/rsm-queue/rsm-queue-1.1c.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 DESCRIPTION="R. Scott McIntire's Common Lisp queue library." HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue" @@ -19,11 +20,15 @@ S="${WORKDIR}"/cl-${PN} src_unpack() { unpack ${A} - epatch "${FILESDIR}"/gentoo-1.1c-fix-ftype.patch +} + +src_prepare() { + eapply "${FILESDIR}"/gentoo-1.1c-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 }
