Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
Date: Mon, 07 Aug 2017 11:36:14
Message-Id: 1502105790.98dae2a3693024efe75dad89d45c78d9d0c5ae50.nimiux@gentoo
1 commit: 98dae2a3693024efe75dad89d45c78d9d0c5ae50
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 11:36:30 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 11:36:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98dae2a3
7
8 dev-lisp/named-readtables: Uses dodoc for installing doc
9
10 dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 4 ++--
11 dev-lisp/named-readtables/named-readtables-9999.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
15 index 46a7bb41..ea9f0367 100644
16 --- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
17 +++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
18 @@ -12,10 +12,10 @@ SRC_URI="http://common-lisp.net/project/editor-hints/releases/${P}.tar.gz"
19 LICENSE="BSD"
20 SLOT="0"
21 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
22 -IUSE=""
23 +IUSE="doc"
24
25 src_install() {
26 common-lisp-install-sources *.lisp tests/*.lisp
27 common-lisp-install-asdf
28 - dohtml doc/${PN}.html
29 + use doc && dodoc doc/${PN}.html
30 }
31
32 diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
33 index 66478d07..2a0c8fb4 100644
34 --- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
35 +++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
36 @@ -16,5 +16,5 @@ IUSE="doc"
37 src_install() {
38 common-lisp-install-sources src test
39 common-lisp-install-asdf
40 - use doc && dohtml doc/${PN}.html
41 + use doc && dodoc doc/${PN}.html
42 }