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/html-template/
Date: Thu, 06 Jul 2017 21:28:24
Message-Id: 1499376502.693e7360f334528f77c2621bdbf675a087ee3851.nimiux@gentoo
1 commit: 693e7360f334528f77c2621bdbf675a087ee3851
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:28:22 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:28:22 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=693e7360
7
8 dev-lisp/html-template: Drops old version. Updates to common-lisp-3 eclass
9
10 dev-lisp/html-template/html-template-0.9.1.ebuild | 11 ++++++-----
11 dev-lisp/html-template/html-template-0.9.2.ebuild | 3 +--
12 2 files changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/dev-lisp/html-template/html-template-0.9.1.ebuild b/dev-lisp/html-template/html-template-0.9.1.ebuild
15 index 30d93072..23c8ba0b 100644
16 --- a/dev-lisp/html-template/html-template-0.9.1.ebuild
17 +++ b/dev-lisp/html-template/html-template-0.9.1.ebuild
18 @@ -1,8 +1,9 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2
25 +EAPI=6
26 +
27 +inherit common-lisp-3
28
29 DESCRIPTION="${PN} is a portable templating library for Common Lisp"
30 HOMEPAGE="http://weitz.de/html-template/
31 @@ -17,8 +18,8 @@ IUSE=""
32 RDEPEND="!dev-lisp/cl-${PN}"
33
34 src_install() {
35 - common-lisp-install *.{lisp,asd}
36 - common-lisp-symlink-asdf
37 + common-lisp-install-sources *.lisp
38 + common-lisp-install-asdf
39 dodoc CHANGELOG INSTALLATION
40 dohtml doc/*.html
41 }
42
43 diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild b/dev-lisp/html-template/html-template-0.9.2.ebuild
44 index adc72dba..16bcb79e 100644
45 --- a/dev-lisp/html-template/html-template-0.9.2.ebuild
46 +++ b/dev-lisp/html-template/html-template-0.9.2.ebuild
47 @@ -1,6 +1,5 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52
53 EAPI=6