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: Wed, 30 Aug 2017 19:39:23
Message-Id: 1504129152.606ed0c0e318aeed84e64f154a300f8eefae1e2c.nimiux@gentoo
1 commit: 606ed0c0e318aeed84e64f154a300f8eefae1e2c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 21:39:12 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 21:39:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=606ed0c0
7
8 dev-lisp/trivial-gray-streams: Bump snapshot
9
10 .../trivial-gray-streams-20170830.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
14 new file mode 100644
15 index 00000000..127f7c34
16 --- /dev/null
17 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
18 @@ -0,0 +1,17 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +inherit common-lisp-3
25 +
26 +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
27 +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
28 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
29 +
30 +LICENSE="MIT"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND="!dev-lisp/cl-${PN}"