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/trivial-gray-streams/
Date: Sun, 13 Dec 2015 22:45:04
Message-Id: 1450046861.3a319c0f70efecf745cddedd77af7edaa1170666.nimiux@gentoo
1 commit: 3a319c0f70efecf745cddedd77af7edaa1170666
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 22:47:41 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 22:47:41 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3a319c0f
7
8 dev-lisp/trivial-gray-streams: add live ebuild
9
10 .../trivial-gray-streams-9999.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
14 new file mode 100644
15 index 0000000..f73f20d
16 --- /dev/null
17 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
18 @@ -0,0 +1,17 @@
19 +# Copyright 1999-2015 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 git-2
26 +
27 +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
28 +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
29 +EGIT_REPO_URI="git://github.com/${PN}/${PN}"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +RDEPEND="!dev-lisp/cl-${PN}"