sci-visualization/gcalc: updated java deps

Also, update to EAPI 7.

Regarding sci-mathematics/gcalc, I did some grepping and found no
mention of it anywhere else in the repo. I think it's just an artifact
of a realllly old re-categorization.

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: 3a217c7f3c
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Wolfgang E. Sanyer
2021-05-03 20:10:26 -04:00
committed by Miroslav Šulc
parent afb9dff1c8
commit 0b2d666c2b

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit eutils java-pkg-2 java-pkg-simple
inherit desktop java-pkg-2 java-pkg-simple
MY_P="GCalc-${PV/_/-}"
DESCRIPTION="Java Mathematical Graphing System"
@@ -12,12 +12,10 @@ SRC_URI="http://gcalc.net/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
IUSE=""
SLOT="0"
RDEPEND=">=virtual/jre-1.7
!!sci-mathematics/gcalc"
DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.8:*"
DEPEND=">=virtual/jdk-1.8:*"
S="${WORKDIR}/${MY_P}"