commit: ef6b2a32fcd1a4773443369a8e317b2fdbaa4266 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Nov 27 18:56:44 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Nov 27 18:56:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef6b2a32
dev-lisp/odd-streams: bump to version 0.1.2 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild new file mode 100644 index 0000000..406ec1b --- /dev/null +++ b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit common-lisp-3 + +DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.' +HOMEPAGE="http://weitz.de/odd-streams/ + http://www.cliki.net/odd-streams" +SRC_URI="http://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${PF}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lisp/trivial-gray-streams-20060925" + +src_install() { + common-lisp-install-sources *.lisp test/ + common-lisp-install-asdf + dodoc CHANGELOG.txt + dohtml doc/index.html +}