commit: 454ee398ac4bca4502a9fbdd259ee3566f47271b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 20:34:34 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 20:34:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=454ee398
dev-lisp/portable-threads: Bumps version to 2.3 .../portable-threads-2.3_p20161031.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild new file mode 100644 index 0000000..2871538 --- /dev/null +++ b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Portable threads API for Common Lisp (from GBBopen project)" +HOMEPAGE="http://www.cliki.net/Portable-Threads http://GBBopen.org" +SRC_URI="https://github.com/binghe/portable-threads/archive/quicklisp-20161031.tar.gz -> ${PF}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-quicklisp-20161031"
