From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDDDC1395E2 for ; Sun, 4 Dec 2016 20:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22618E0D2D; Sun, 4 Dec 2016 20:34:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00C5DE0D2D for ; Sun, 4 Dec 2016 20:34:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBCBA34102B for ; Sun, 4 Dec 2016 20:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A5C24A2 for ; Sun, 4 Dec 2016 20:34:39 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1480883674.454ee398ac4bca4502a9fbdd259ee3566f47271b.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild X-VCS-Directories: dev-lisp/portable-threads/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 454ee398ac4bca4502a9fbdd259ee3566f47271b X-VCS-Branch: master Date: Sun, 4 Dec 2016 20:34:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d95acd45-1b2c-487c-9a22-e799d2d0f1fd X-Archives-Hash: e0bd3e390320726dbaf32024a8dbc708 commit: 454ee398ac4bca4502a9fbdd259ee3566f47271b Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:34:34 2016 +0000 Commit: José María Alonso gentoo 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"