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-sqlite/
Date: Fri, 07 Jul 2017 09:43:51
Message-Id: 1499420635.774780e2b90b135f07fe75eb855a13ca29616d46.nimiux@gentoo
1 commit: 774780e2b90b135f07fe75eb855a13ca29616d46
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:43:55 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:43:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=774780e2
7
8 dev-lisp/cl-sqlite: Drops old version. Updates header
9
10 dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild | 31 -------------------------------
11 dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 5 ++---
12 2 files changed, 2 insertions(+), 34 deletions(-)
13
14 diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
15 deleted file mode 100644
16 index d977cd87..00000000
17 --- a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
18 +++ /dev/null
19 @@ -1,31 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=2
25 -
26 -inherit common-lisp-2
27 -
28 -DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine."
29 -HOMEPAGE="http://common-lisp.net/project/cl-sqlite/"
30 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
31 -
32 -LICENSE="public-domain"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lisp/cffi
38 - dev-lisp/iterate
39 - dev-lisp/fiveam
40 - dev-db/sqlite:3"
41 -
42 -CLSYSTEMS="sqlite sqlite-tests"
43 -
44 -S="${WORKDIR}"/${PN}
45 -
46 -src_install() {
47 - common-lisp-install *.{lisp,asd}
48 - common-lisp-symlink-asdf
49 - dohtml index.html style.css
50 -}
51
52 diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
53 index 761786cd..ab0a673f 100644
54 --- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
55 +++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
56 @@ -1,8 +1,7 @@
57 -# Copyright 1999-2016 Gentoo Foundation
58 +# Copyright 1999-2017 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Id$
61
62 -EAPI=5
63 +EAPI=6
64
65 inherit common-lisp-3