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/flexi-streams/
Date: Sun, 13 Dec 2015 22:35:01
Message-Id: 1450046257.f5c9d5bb04c01a4e071c6c5f171798dc4c2f4016.nimiux@gentoo
1 commit: f5c9d5bb04c01a4e071c6c5f171798dc4c2f4016
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 22:37:37 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 22:37:37 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f5c9d5bb
7
8 dev-lisp/flexi-streams: bump to version 1.0.15
9
10 dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 28 ++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
14 new file mode 100644
15 index 0000000..54995d5
16 --- /dev/null
17 +++ b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
18 @@ -0,0 +1,28 @@
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
26 +
27 +MY_V="v${PV}"
28 +
29 +DESCRIPTION="Flexible bivalent streams for Common Lisp"
30 +HOMEPAGE="http://weitz.de/flexi-streams/
31 + http://www.cliki.net/flexi-streams/"
32 +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_V}.tar.gz"
33 +
34 +LICENSE="BSD-2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="!dev-lisp/cl-${PN}
40 + >=dev-lisp/trivial-gray-streams-20060925"
41 +
42 +src_install() {
43 + common-lisp-install-sources *.lisp
44 + common-lisp-install-asdf
45 + dohtml doc/index.html
46 +}