Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/bordeaux-threads/
Date: Sun, 02 Jul 2017 20:24:07
Message-Id: 1499027039.61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b.nimiux@gentoo
1 commit: 61bd048b0a62b9a02f8fc3e5ea8cd0ad34b8c78b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:23:59 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:23:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=61bd048b
7
8 dev-lisp/bordeaux-threads: Drops old version. Updates header and EAPI
9
10 .../bordeaux-threads/bordeaux-threads-0.8.1.ebuild | 29 ----------------------
11 .../bordeaux-threads/bordeaux-threads-0.8.2.ebuild | 3 +--
12 .../bordeaux-threads/bordeaux-threads-0.8.3.ebuild | 3 +--
13 .../bordeaux-threads/bordeaux-threads-0.8.5.ebuild | 5 ++--
14 4 files changed, 4 insertions(+), 36 deletions(-)
15
16 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild
17 deleted file mode 100644
18 index 6dce327a..00000000
19 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -inherit common-lisp-2
27 -
28 -DESCRIPTION="A library meant to make writing portable multi-threaded apps simple."
29 -HOMEPAGE="http://common-lisp.net/project/bordeaux-threads/"
30 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lisp/alexandria
38 - dev-lisp/fiveam"
39 -
40 -CLSYSTEMS="bordeaux-threads bordeaux-threads-test"
41 -
42 -src_install() {
43 - common-lisp-install *.asd src version.lisp-expr test
44 - common-lisp-symlink-asdf
45 - cat > README <<EOF
46 -You can find API documentation on the project's wiki:
47 -http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
48 -EOF
49 - dodoc CONTRIBUTORS README
50 -}
51
52 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
53 index 1d8136b1..c586c538 100644
54 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
55 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
56 @@ -1,6 +1,5 @@
57 -# Copyright 1999-2016 Gentoo Foundation
58 +# Copyright 1999-2017 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Id$
61
62 EAPI=5
63
64
65 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
66 index 1d8136b1..c586c538 100644
67 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
68 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
69 @@ -1,6 +1,5 @@
70 -# Copyright 1999-2016 Gentoo Foundation
71 +# Copyright 1999-2017 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74
75 EAPI=5
76
77
78 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
79 index 9c31d9c0..7018b99d 100644
80 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
81 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
82 @@ -1,8 +1,7 @@
83 -# Copyright 1999-2016 Gentoo Foundation
84 +# Copyright 1999-2017 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87
88 -EAPI=5
89 +EAPI=6
90
91 inherit common-lisp-3