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-berkeley-db/
Date: Thu, 06 Jul 2017 21:04:34
Message-Id: 1499375078.c2be04fb3bcce13abc295777ea4fc4313a3894ab.nimiux@gentoo
1 commit: c2be04fb3bcce13abc295777ea4fc4313a3894ab
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:04:38 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:04:38 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2be04fb
7
8 dev-lisp/cl-berkeley-db: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild | 11 +++++------
11 1 file changed, 5 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
14 index b0a1cf05..a054c399 100644
15 --- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
16 +++ b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
17 @@ -1,10 +1,9 @@
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 -EAPI=1
24 +EAPI=6
25
26 -inherit common-lisp-2
27 +inherit common-lisp-3
28
29 DESCRIPTION="A common-lisp wrapper to the Berkeley database library."
30 HOMEPAGE="http://common-lisp.net/project/cl-berkeley-db/"
31 @@ -22,8 +21,8 @@ RDEPEND="sys-libs/db:4.6
32 CLSYSTEMS="src/${PN}"
33
34 src_install() {
35 - common-lisp-install src/*.{lisp,asd}
36 - common-lisp-symlink-asdf
37 + common-lisp-install-sources src/*.lisp
38 + common-lisp-install-asdf
39 dodoc docs/AUTHORS
40 dohtml docs/{api,index.html,style.css}
41 }