commit: 9f9998f971af499c284dc089fae6020224f147c2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 21:34:50 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 21:34:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9f9998f9
dev-lisp/bordeaux-threads: Update header. Bump to version 0.8.5 dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild | 4 ++-- dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild | 4 ++-- dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild | 4 ++-- ...eaux-threads-0.8.2.ebuild => bordeaux-threads-0.8.5.ebuild} | 10 ++++------ 4 files changed, 10 insertions(+), 12 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 index 93452f2..6dce327 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 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 a5d5c3f..1d8136b 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,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $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 a5d5c3f..1d8136b 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,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild similarity index 63% copy from dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild copy to dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild index a5d5c3f..e5e81ce 100644 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -8,7 +8,7 @@ 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="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" +SRC_URI="https://github.com/sionescu/${PN}/archive/v${PV}.tar.gz" LICENSE="MIT" SLOT="0" @@ -18,10 +18,8 @@ IUSE="" RDEPEND="dev-lisp/alexandria dev-lisp/fiveam" -CLSYSTEMS="bordeaux-threads bordeaux-threads-test" - src_install() { - common-lisp-install-sources -t all *.asd src test version.lisp-expr + common-lisp-install-sources -t all *.asd src test version.sexp common-lisp-install-asdf dodoc CONTRIBUTORS README }
