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