Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/flexi-streams/
Date: Tue, 15 Dec 2015 22:21:47
Message-Id: 1450218260.9653d4d64b577b06f1b7c50edb22abdd9f4168f9.nimiux@gentoo
1 commit: 9653d4d64b577b06f1b7c50edb22abdd9f4168f9
2 Author: José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 22:24:20 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 22:24:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653d4d6
7
8 dev-lisp/flexi-streams: add from lisp overlay
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-lisp/flexi-streams/Manifest | 1 +
13 dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 28 ++++++++++++++++++++++
14 dev-lisp/flexi-streams/metadata.xml | 12 ++++++++++
15 3 files changed, 41 insertions(+)
16
17 diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest
18 new file mode 100644
19 index 0000000..3a09bbe
20 --- /dev/null
21 +++ b/dev-lisp/flexi-streams/Manifest
22 @@ -0,0 +1 @@
23 +DIST v1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa
24
25 diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
26 new file mode 100644
27 index 0000000..54995d5
28 --- /dev/null
29 +++ b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +inherit common-lisp-3
38 +
39 +MY_V="v${PV}"
40 +
41 +DESCRIPTION="Flexible bivalent streams for Common Lisp"
42 +HOMEPAGE="http://weitz.de/flexi-streams/
43 + http://www.cliki.net/flexi-streams/"
44 +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_V}.tar.gz"
45 +
46 +LICENSE="BSD-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
49 +IUSE=""
50 +
51 +RDEPEND="!dev-lisp/cl-${PN}
52 + >=dev-lisp/trivial-gray-streams-20060925"
53 +
54 +src_install() {
55 + common-lisp-install-sources *.lisp
56 + common-lisp-install-asdf
57 + dohtml doc/index.html
58 +}
59
60 diff --git a/dev-lisp/flexi-streams/metadata.xml b/dev-lisp/flexi-streams/metadata.xml
61 new file mode 100644
62 index 0000000..417d4b8
63 --- /dev/null
64 +++ b/dev-lisp/flexi-streams/metadata.xml
65 @@ -0,0 +1,12 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <herd>common-lisp</herd>
70 + <longdescription lang="en">
71 + FLEXI-STREAMS implements "virtual" bivalent streams that can be
72 + layered atop real binary or bivalent streams and that can be used
73 + to read and write character data in various single- or multi-octet
74 + encodings which can be changed on the fly. It also supplies
75 + in-memory binary streams which are similar to string streams.
76 + </longdescription>
77 +</pkgmetadata>