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/odd-streams/
Date: Fri, 27 Nov 2015 18:54:26
Message-Id: 1448650604.ef6b2a32fcd1a4773443369a8e317b2fdbaa4266.nimiux@gentoo
1 commit: ef6b2a32fcd1a4773443369a8e317b2fdbaa4266
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 18:56:44 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 18:56:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef6b2a32
7
8 dev-lisp/odd-streams: bump to version 0.1.2
9
10 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 24 ++++++++++++++++++++++++
11 1 file changed, 24 insertions(+)
12
13 diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
14 new file mode 100644
15 index 0000000..406ec1b
16 --- /dev/null
17 +++ b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
18 @@ -0,0 +1,24 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +inherit common-lisp-3
24 +
25 +DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.'
26 +HOMEPAGE="http://weitz.de/odd-streams/
27 + http://www.cliki.net/odd-streams"
28 +SRC_URI="http://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${PF}.tar.gz"
29 +
30 +LICENSE="BSD-2"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND=">=dev-lisp/trivial-gray-streams-20060925"
36 +
37 +src_install() {
38 + common-lisp-install-sources *.lisp test/
39 + common-lisp-install-asdf
40 + dodoc CHANGELOG.txt
41 + dohtml doc/index.html
42 +}