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-log/
Date: Sun, 02 Jul 2017 20:47:09
Message-Id: 1499028422.69b3a2124f56ad56ab529b10068c6b2a18135059.nimiux@gentoo
1 commit: 69b3a2124f56ad56ab529b10068c6b2a18135059
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:47:02 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:47:02 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69b3a212
7
8 dev-lisp/cl-log: Drops old version. Updates header and EAPI
9
10 dev-lisp/cl-log/cl-log-0.1.0.ebuild | 27 ---------------------------
11 dev-lisp/cl-log/cl-log-1.0.1.ebuild | 5 ++---
12 2 files changed, 2 insertions(+), 30 deletions(-)
13
14 diff --git a/dev-lisp/cl-log/cl-log-0.1.0.ebuild b/dev-lisp/cl-log/cl-log-0.1.0.ebuild
15 deleted file mode 100644
16 index b1825ccb..00000000
17 --- a/dev-lisp/cl-log/cl-log-0.1.0.ebuild
18 +++ /dev/null
19 @@ -1,27 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -inherit common-lisp-2
25 -
26 -DESCRIPTION="CL-LOG is a general purpose logging utility."
27 -HOMEPAGE="http://www.nicklevine.org/cl-log/"
28 -SRC_URI="http://www.nicklevine.org/cl-log/${PN}.${PV}.tar.gz"
29 -
30 -LICENSE="MIT"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -S="${WORKDIR}"
36 -
37 -src_unpack() {
38 - unpack ${A}
39 - mv "${S}"/${PN}.asdf "${S}"/${PN}.asd
40 -}
41 -
42 -src_install() {
43 - common-lisp-install *.{lisp,asd}
44 - common-lisp-symlink-asdf
45 - dodoc doc/index.txt
46 -}
47
48 diff --git a/dev-lisp/cl-log/cl-log-1.0.1.ebuild b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
49 index 760351e9..239bca60 100644
50 --- a/dev-lisp/cl-log/cl-log-1.0.1.ebuild
51 +++ b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
52 @@ -1,8 +1,7 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 +# Copyright 1999-2017 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Id$
57
58 -EAPI=5
59 +EAPI=6
60
61 inherit common-lisp-3