Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/
Date: Tue, 04 May 2021 09:23:00
Message-Id: 1620120069.0b2d666c2babeded0b8ff1c380d428c5ab4607e1.fordfrog@gentoo
1 commit: 0b2d666c2babeded0b8ff1c380d428c5ab4607e1
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Tue May 4 00:10:26 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 09:21:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2d666c
7
8 sci-visualization/gcalc: updated java deps
9
10 Also, update to EAPI 7.
11
12 Regarding sci-mathematics/gcalc, I did some grepping and found no
13 mention of it anywhere else in the repo. I think it's just an artifact
14 of a realllly old re-categorization.
15
16 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
17 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/3a217c7f3c5f31abcbcb3ae81e5dbeb80246beee
18 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
19
20 .../{gcalc-3.1_rc1-r1.ebuild => gcalc-3.1_rc1-r2.ebuild} | 12 +++++-------
21 1 file changed, 5 insertions(+), 7 deletions(-)
22
23 diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
24 similarity index 78%
25 rename from sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
26 rename to sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
27 index 285044c9058..f5a27970376 100644
28 --- a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
29 +++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
30 @@ -1,9 +1,9 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 +# Copyright 1999-2021 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI=6
36 +EAPI=7
37
38 -inherit eutils java-pkg-2 java-pkg-simple
39 +inherit desktop java-pkg-2 java-pkg-simple
40
41 MY_P="GCalc-${PV/_/-}"
42 DESCRIPTION="Java Mathematical Graphing System"
43 @@ -12,12 +12,10 @@ SRC_URI="http://gcalc.net/files/${MY_P}.tar.gz"
44
45 LICENSE="GPL-2"
46 KEYWORDS="~amd64"
47 -IUSE=""
48 SLOT="0"
49
50 -RDEPEND=">=virtual/jre-1.7
51 - !!sci-mathematics/gcalc"
52 -DEPEND=">=virtual/jdk-1.7"
53 +RDEPEND=">=virtual/jre-1.8:*"
54 +DEPEND=">=virtual/jdk-1.8:*"
55
56 S="${WORKDIR}/${MY_P}"