Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/json-simple/
Date: Tue, 04 May 2021 09:14:26
Message-Id: 1620119660.afb9dff1c8a04e24568fe17c1c68d8f7b9aae0cf.fordfrog@gentoo
1 commit: afb9dff1c8a04e24568fe17c1c68d8f7b9aae0cf
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Mon May 3 20:17:47 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 09:14:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb9dff1
7
8 dev-java/json-simple: update java deps
9
10 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/fcb0ebe0d15c3c3e08ab95a15a7f9bffb8c22637
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 .../{json-simple-1.1-r1.ebuild => json-simple-1.1-r2.ebuild} | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-java/json-simple/json-simple-1.1-r1.ebuild b/dev-java/json-simple/json-simple-1.1-r2.ebuild
18 similarity index 82%
19 rename from dev-java/json-simple/json-simple-1.1-r1.ebuild
20 rename to dev-java/json-simple/json-simple-1.1-r2.ebuild
21 index a91c4fbc828..d73b7b55ba0 100644
22 --- a/dev-java/json-simple/json-simple-1.1-r1.ebuild
23 +++ b/dev-java/json-simple/json-simple-1.1-r2.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=6
30 +EAPI=7
31
32 JAVA_PKG_IUSE="source doc"
33
34 @@ -17,8 +17,8 @@ LICENSE="Apache-2.0"
35 SLOT="0"
36 KEYWORDS="amd64 ppc64 x86"
37
38 -DEPEND=">=virtual/jdk-1.6"
39 -RDEPEND=">=virtual/jre-1.6"
40 +DEPEND=">=virtual/jdk-1.8:*"
41 +RDEPEND=">=virtual/jre-1.8:*"
42
43 S="${WORKDIR}/${PN}-${MY_P}"