From 4a9dc5a2bc3d3915f69f32d76eb60bf282918f12 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 25 Mar 2022 20:02:35 +0100 Subject: dev-lisp/cl-closure-template: Fix some QA issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../cl-closure-template/cl-closure-template-0.2.1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-lisp') diff --git a/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild b/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild index 92b758d6..f0167d3f 100644 --- a/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild +++ b/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit common-lisp-3 elisp-common eutils +inherit common-lisp-3 elisp-common MY_PV="version-${PV}" @@ -23,7 +23,7 @@ RDEPEND="dev-lisp/babel dev-lisp/parenscript dev-lisp/parse-number dev-lisp/lift - emacs? ( virtual/emacs )" + emacs? ( >=app-editors/emacs-23.1:* )" S="${WORKDIR}/${PN}-${MY_PV}" @@ -34,13 +34,13 @@ src_install() { common-lisp-install-asdf if use doc; then - insinto /usr/share/doc/${PF}/examples - doins -r example/* || die + docinto examples + dodoc -r example/* fi if use emacs; then - elisp-install ${PN} closure-template-html-mode.el || die "Cannot install elisp sources" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die "Cannot install elisp site file" + elisp-install ${PN} closure-template-html-mode.el + elisp-site-file-install "${FILESDIR}"/${SITEFILE} fi dodoc README.markdown -- cgit v1.2.3-65-gdbad