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-interpol/
Date: Thu, 25 Aug 2016 16:48:59
Message-Id: 1472143739.913daca380d34c3785640cadab25e9fddd8a1d43.nimiux@gentoo
1 commit: 913daca380d34c3785640cadab25e9fddd8a1d43
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 16:48:59 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 16:48:59 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=913daca3
7
8 dev-lisp/cl-interpol: Bump to version 0.2.5
9
10 dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild | 20 ++++++++++++++++++++
11 1 file changed, 20 insertions(+)
12
13 diff --git a/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild
14 new file mode 100644
15 index 0000000..7378af0
16 --- /dev/null
17 +++ b/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild
18 @@ -0,0 +1,20 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit common-lisp-3
26 +
27 +DESCRIPTION="String interpolation for Common Lisp similar to Perl or Unix shell scripts."
28 +HOMEPAGE="http://weitz.de/cl-interpol/
29 + http://www.cliki.net/cl-interpol"
30 +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +
32 +LICENSE="BSD-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="dev-lisp/cl-unicode
38 + dev-lisp/flexi-streams"