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 C85F9139694 for ; Sun, 2 Jul 2017 20:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E8C92340F7; Sun, 2 Jul 2017 20:24:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DFAE82340F7 for ; Sun, 2 Jul 2017 20:24:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B54D13419A0 for ; Sun, 2 Jul 2017 20:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3C5747D for ; Sun, 2 Jul 2017 20:24:04 +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: <1499027039.61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/bordeaux-threads/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild X-VCS-Directories: dev-lisp/bordeaux-threads/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b X-VCS-Branch: master Date: Sun, 2 Jul 2017 20:24:04 +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: 84eb5cb7-dd14-45b7-a7d1-d9f288d8976d X-Archives-Hash: 46a05ba60ee9aa87672a68831d424ebf commit: 61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Jul 2 20:23:59 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Jul 2 20:23:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=61bd048b dev-lisp/bordeaux-threads: Drops old version. Updates header and EAPI .../bordeaux-threads/bordeaux-threads-0.8.1.ebuild | 29 ---------------------- .../bordeaux-threads/bordeaux-threads-0.8.2.ebuild | 3 +-- .../bordeaux-threads/bordeaux-threads-0.8.3.ebuild | 3 +-- .../bordeaux-threads/bordeaux-threads-0.8.5.ebuild | 5 ++-- 4 files changed, 4 insertions(+), 36 deletions(-) diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild deleted file mode 100644 index 6dce327a..00000000 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="A library meant to make writing portable multi-threaded apps simple." -HOMEPAGE="http://common-lisp.net/project/bordeaux-threads/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/alexandria - dev-lisp/fiveam" - -CLSYSTEMS="bordeaux-threads bordeaux-threads-test" - -src_install() { - common-lisp-install *.asd src version.lisp-expr test - common-lisp-symlink-asdf - cat > README <