commit: 61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 20:23:59 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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 <<EOF -You can find API documentation on the project's wiki: -http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation -EOF - dodoc CONTRIBUTORS README -} diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild index 1d8136b1..c586c538 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild index 1d8136b1..c586c538 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild index 9c31d9c0..7018b99d 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3
