commit: b3353274d50c046326ef7f83ef1e3d66d0a06476 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 09:09:04 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 09:09:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b3353274
dev-lisp/binary-types: Updates to common-lisp-3 eclass dev-lisp/binary-types/binary-types-0.90.ebuild | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-lisp/binary-types/binary-types-0.90.ebuild b/dev-lisp/binary-types/binary-types-0.90.ebuild index 52b3578c..7e8395dc 100644 --- a/dev-lisp/binary-types/binary-types-0.90.ebuild +++ b/dev-lisp/binary-types/binary-types-0.90.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 # binary-types moved to http://www.common-lisp.net/project/movitz recently @@ -20,12 +21,16 @@ RDEPEND="!dev-lisp/cl-${PN}" src_unpack() { unpack ${A} - epatch "${FILESDIR}"/${PV}-gentoo.patch +} + +src_prepare() { + eapply "${FILESDIR}"/${PV}-gentoo.patch + eapply_user } src_install() { - cp "${FILESDIR}"/binary-types.asd "${S}" - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + cp "${FILESDIR}"/binary-types.asd "${S}" || die + common-lisp-install-sources *.lisp + common-lisp-install-asdf dodoc example.lisp README README-bitfield ChangeLog type-hierarchy.{ps,png} }
