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/weblocks/
Date: Fri, 07 Jul 2017 09:49:48
Message-Id: 1499420994.222101d84f9a91dc11ecc17375398bb680fea141.nimiux@gentoo
1 commit: 222101d84f9a91dc11ecc17375398bb680fea141
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:49:54 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:49:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=222101d8
7
8 dev-lisp/weblocks: Updates EAPI
9
10 dev-lisp/weblocks/weblocks-0.8.2.ebuild | 2 ++
11 dev-lisp/weblocks/weblocks-9999.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-lisp/weblocks/weblocks-0.8.2.ebuild b/dev-lisp/weblocks/weblocks-0.8.2.ebuild
15 index d97abf76..589de97a 100644
16 --- a/dev-lisp/weblocks/weblocks-0.8.2.ebuild
17 +++ b/dev-lisp/weblocks/weblocks-0.8.2.ebuild
18 @@ -1,6 +1,8 @@
19 # Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 +EAPI=6
23 +
24 inherit common-lisp-3
25
26 DESCRIPTION="Weblocks is a continuations-based web framework written in Common Lisp."
27
28 diff --git a/dev-lisp/weblocks/weblocks-9999.ebuild b/dev-lisp/weblocks/weblocks-9999.ebuild
29 index a437021d..81b36e3f 100644
30 --- a/dev-lisp/weblocks/weblocks-9999.ebuild
31 +++ b/dev-lisp/weblocks/weblocks-9999.ebuild
32 @@ -43,7 +43,7 @@ S="${WORKDIR}"/${P}
33
34 src_install() {
35 dodir "${CLSOURCEROOT}"/${PN}/scripts
36 - cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts
37 + cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts || die
38 rm -rf scripts/weblocks-core
39 common-lisp-install-sources scripts src test
40 common-lisp-install-asdf