From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-closure-template/
Date: Fri, 25 Mar 2022 19:24:33 +0000 (UTC) [thread overview]
Message-ID: <1648234955.4a9dc5a2bc3d3915f69f32d76eb60bf282918f12.ulm@gentoo> (raw)
commit: 4a9dc5a2bc3d3915f69f32d76eb60bf282918f12
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:02:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:02:35 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4a9dc5a2
dev-lisp/cl-closure-template: Fix some QA issues
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../cl-closure-template/cl-closure-template-0.2.1.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
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
next reply other threads:[~2022-03-25 19:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-25 19:24 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 12:03 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-closure-template/ Ulrich Müller
2018-03-17 20:01 José María Alonso
2017-07-07 10:21 José María Alonso
2016-12-03 22:31 José María Alonso
2013-07-29 17:06 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1648234955.4a9dc5a2bc3d3915f69f32d76eb60bf282918f12.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox