commit: 960a70bd6761e57878fc2efe6bcfbfa64815f80c Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 07:09:46 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 07:09:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=960a70bd
dev-lisp/bordeaux-threads: Bump version to 0.8.6 .../bordeaux-threads/bordeaux-threads-0.8.6.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.6.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.6.ebuild new file mode 100644 index 00000000..bdc2590e --- /dev/null +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="A library meant to make writing portable multi-threaded apps simple." +HOMEPAGE="http://common-lisp.net/project/bordeaux-threads/" +SRC_URI="https://github.com/sionescu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/fiveam" + +src_install() { + common-lisp-install-sources -t all src test version.sexp + common-lisp-install-asdf + dodoc CONTRIBUTORS README +}