diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-06-06 22:47:58 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-06-06 22:47:58 +0200 |
commit | db9a672133e4243b7bc799342e534f8e1dc254a0 (patch) | |
tree | d6922bae96998cf1c047bc5b790af73752d2d0e5 /dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | |
parent | app-emulation/img: Remove old (diff) | |
download | gentoo-db9a672133e4243b7bc799342e534f8e1dc254a0.tar.gz gentoo-db9a672133e4243b7bc799342e534f8e1dc254a0.tar.bz2 gentoo-db9a672133e4243b7bc799342e534f8e1dc254a0.zip |
dev-lisp/flexi-streams: Bump version to 1.0.17
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild')
-rw-r--r-- | dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild new file mode 100644 index 000000000000..672410b9b419 --- /dev/null +++ b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Flexible bivalent streams for Common Lisp" +HOMEPAGE="http://weitz.de/flexi-streams/ + http://www.cliki.net/flexi-streams/" +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + >=dev-lisp/trivial-gray-streams-20060925" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + dodoc docs/index.html +} |