Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-cjson/
Date: Mon, 31 Dec 2018 23:09:47
Message-Id: 1546297769.896ac22e0b767cd3464a9176051b782a49c35aa3.asturm@gentoo
1 commit: 896ac22e0b767cd3464a9176051b782a49c35aa3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 23:09:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 23:09:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896ac22e
7
8 dev-lua/lua-cjson: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
17 index 1dd13c83607..7070319a390 100644
18 --- a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
19 +++ b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 inherit cmake-utils
29
30 @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86"
31 IUSE="doc test"
32
33 RDEPEND=">=dev-lang/lua-5.1:0"
34 -DEPEND="${RDEPEND}
35 - test? ( dev-lang/perl )"
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="test? ( dev-lang/perl )"
38
39 DOCS=( NEWS THANKS )
40
41 @@ -29,6 +29,6 @@ src_test() {
42 }
43
44 src_install() {
45 + use doc && local HTML_DOCS=( manual.html performance.html )
46 cmake-utils_src_install
47 - use doc && dohtml manual.html performance.html
48 }