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/trivial-utf8/
Date: Thu, 06 Jul 2017 21:16:28
Message-Id: 1499375793.cef9b9c15e75623ab12606ae115380013d1e876a.nimiux@gentoo
1 commit: cef9b9c15e75623ab12606ae115380013d1e876a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:16:33 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:16:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cef9b9c1
7
8 dev-lisp/trivial-utf8: Updates to common-lisp-3 eclass
9
10 dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild | 11 ++++++-----
11 dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild | 3 +--
12 2 files changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
15 index 6c0fa578..1df948d6 100644
16 --- a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
17 +++ b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.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 eutils
25 +EAPI=6
26 +
27 +inherit common-lisp-3 eutils
28
29 DESCRIPTION="A small library for doing UTF-8-based input and output."
30 HOMEPAGE="http://common-lisp.net/project/trivial-utf-8/"
31 @@ -17,7 +18,7 @@ CLPACKAGE="trivial-utf-8"
32 CLSYSTEMS="trivial-utf-8"
33
34 src_install() {
35 - common-lisp-install *.{lisp,asd} test.txt
36 - common-lisp-symlink-asdf
37 + common-lisp-install-sources *.lisp test.txt
38 + common-lisp-install-asdf
39 dohtml doc/*
40 }
41
42 diff --git a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
43 index d0c6214b..37e30f85 100644
44 --- a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
45 +++ b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
46 @@ -1,6 +1,5 @@
47 -# Copyright 1999-2016 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51
52 EAPI=6