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-routes/
Date: Sat, 07 Dec 2013 11:10:56
Message-Id: 1386414700.b983d6fdce571654b2584657ee2c034257243720.nimiux@gentoo
1 commit: b983d6fdce571654b2584657ee2c034257243720
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 11:11:40 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 11:11:40 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=b983d6fd
7
8 dev-lisp/cl-routes: bump to version 0.2.5
9
10 ---
11 dev-lisp/cl-routes/cl-routes-0.2.5.ebuild | 21 +++++++++++++++++++++
12 1 file changed, 21 insertions(+)
13
14 diff --git a/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
15 new file mode 100644
16 index 0000000..a631600
17 --- /dev/null
18 +++ b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
19 @@ -0,0 +1,21 @@
20 +# Copyright 1999-2013 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="Common Lisp re-implementation of the Rails routes system for mapping URLs."
29 +HOMEPAGE="http://code.google.com/p/cl-routes/"
30 +SRC_URI="http://cl-routes.googlecode.com/files/${P}.tar.bz2"
31 +
32 +LICENSE="LGPL-2.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="dev-lisp/iterate
38 + dev-lisp/puri
39 + dev-lisp/split-sequence
40 + dev-lisp/lift"