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/lw-compat/
Date: Sun, 04 Dec 2016 17:58:47
Message-Id: 1480874320.60b57de271905d6f076d2ac78695418e9b781044.nimiux@gentoo
1 commit: 60b57de271905d6f076d2ac78695418e9b781044
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 17:58:40 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 17:58:40 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60b57de2
7
8 dev-lisp/lw-compat: Bumps version to 1.0.0
9
10 dev-lisp/lw-compat/lw-compat-1.0.0.ebuild | 18 ++++++++++++++++++
11 1 file changed, 18 insertions(+)
12
13 diff --git a/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
14 new file mode 100644
15 index 0000000..a7bf1a6
16 --- /dev/null
17 +++ b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
18 @@ -0,0 +1,18 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3
26 +
27 +DESCRIPTION="A few utility functions from the LispWorks library"
28 +HOMEPAGE="http://common-lisp.net/project/closer"
29 +SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="!dev-lisp/cl-${PN}"