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/cl-darcs/
Date: Sun, 02 Jul 2017 20:59:09
Message-Id: 1499029142.9a294b1405dc776c9ceb64655e12fd64db26297a.nimiux@gentoo
1 commit: 9a294b1405dc776c9ceb64655e12fd64db26297a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:59:02 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:59:02 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9a294b14
7
8 dev-lisp/cl-darcs: Updates to common-lisp-3.eclass.
9
10 dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild | 15 ++++++++-------
11 1 file changed, 8 insertions(+), 7 deletions(-)
12
13 diff --git a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
14 index 4512d737..321f4322 100644
15 --- a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
16 +++ b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
17 @@ -1,10 +1,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +EAPI=6
25
26 -DESCRIPTION="CL-DARCS is a client for the darcs version control system written in Common Lisp."
27 +inherit common-lisp-3
28 +
29 +DESCRIPTION="A client for the darcs version control system written in Common Lisp."
30 HOMEPAGE="http://common-lisp.net/project/cl-darcs
31 http://www.cliki.net/CL-DARCS"
32 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
33 @@ -27,7 +28,7 @@ RDEPEND="dev-lisp/split-sequence
34 dev-lisp/cl-difflib"
35
36 src_compile() {
37 - cd doc
38 + cd doc || die
39 makeinfo ${PN}.texi -o ${PN}.info || die "Cannot build info docs"
40 if use doc ; then
41 VARTEXFONTS="${T}"/fonts \
42 @@ -36,8 +37,8 @@ src_compile() {
43 }
44
45 src_install() {
46 - common-lisp-install *.{lisp,asd}
47 - common-lisp-symlink-asdf
48 + common-lisp-install-sources *.lisp
49 + common-lisp-install-asdf
50 dodoc README
51 dodoc doc/${PN}.info
52 use doc && dodoc doc/${PN}.pdf