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-mongo/
Date: Thu, 27 Feb 2014 09:28:27
Message-Id: 1393493308.0c3ac255e1e4e39980a501c484004180c408729b.nimiux@gentoo
1 commit: 0c3ac255e1e4e39980a501c484004180c408729b
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 09:28:28 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 09:28:28 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0c3ac255
7
8 dev-lisp/cl-mongo: new live ebuild
9
10 ---
11 dev-lisp/cl-mongo/cl-mongo-9999.ebuild | 25 +++++++++++++++++++++++++
12 1 file changed, 25 insertions(+)
13
14 diff --git a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild
15 new file mode 100644
16 index 0000000..1b986dd
17 --- /dev/null
18 +++ b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2014 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 git-2
27 +
28 +DESCRIPTION="Lisp interface to mongo db"
29 +HOMEPAGE="https://github.com/fons/cl-mongo"
30 +EGIT_REPO_URI="git://github.com/fons/${PN}.git"
31 +
32 +LICENSE="MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="dev-lisp/bordeaux-threads
38 + dev-lisp/documentation-template
39 + dev-lisp/lisp-unit
40 + dev-lisp/parenscript
41 + dev-lisp/split-sequence
42 + dev-lisp/usocket
43 + dev-lisp/uuid
44 + dev-lisp/babel"