diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
commit | a978c074e4272bb901fbe4a10de0a7b2af574f17 (patch) | |
tree | 8c764c1cc0576389ce22abd317bceba71ea5732d /sci-visualization/gcalc | |
parent | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff) |
gentoo resync : 04.05.2021
Diffstat (limited to 'sci-visualization/gcalc')
-rw-r--r-- | sci-visualization/gcalc/Manifest | 2 | ||||
-rw-r--r-- | sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild (renamed from sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild) | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sci-visualization/gcalc/Manifest b/sci-visualization/gcalc/Manifest index 74678c446e21..37a3959811a6 100644 --- a/sci-visualization/gcalc/Manifest +++ b/sci-visualization/gcalc/Manifest @@ -1,3 +1,3 @@ DIST GCalc-3.1-rc1.tar.gz 543699 BLAKE2B d9d9c05ef8d0eca0f5c67ab250ca6df66e5061e458c6adaf53a612ead63e904a4d3c3d8dc381288eb06b626ae2eefff0a69b83583e77b38590a95093d5db4b39 SHA512 6cf66bb1a3867370c027c1c5b82f30b22d146483a8be4a997a6f917142bc83d732cc064eb3f2ff28ea4fcb1583695097d218c7fa092e78d8fb9ba2511261cbda -EBUILD gcalc-3.1_rc1-r1.ebuild 819 BLAKE2B 44864efcdc3bbf8f64617b3cf4cd8d166a3b99ab7713d6a0457493f3b39f89d09558e4f5a9b82f0bbc4a4bf23a93136cde76bff1583e722762723d130e290203 SHA512 5ddcb6027e74cd09be687ba1d591114b03cf6aac53adb7b0da43d44aecdc0c78a3aac193d03de1c10e4248735db616e4e8a0be2d25071194156ddbf4108afce9 +EBUILD gcalc-3.1_rc1-r2.ebuild 788 BLAKE2B 5a6726e898b50134461c3fd4ef3a7d146493c03970be0c21dc7938ddb059c9d97bfc4ac8269c7b6487126aadb22710eeb7a351c8e4e71546a67fa9e583727c08 SHA512 c11ed2ad0ab37c27b909619ca23a8e6b48283af8929711ffcbf34ff78022c4143d6cde7ab9094c655370208e49133ad56360a8166f072508069f74ba257c4e87 MISC metadata.xml 342 BLAKE2B a887b22d30a0d55e7bb317713a69e12ef57780708e3b8067d9efdef9e1d16d9c0019d04fd16c37b497315b5177a7ffc51249470d17aaff6e13022bba2ee8a0a1 SHA512 e09bce9848eeba3adbad9ab3f73402ca3b9b9b67b0b365764e83c4eba3e66ca7af77fe3cc195e469f7b88507f4ecfb145be8530abb57c22bb09dd78cb3001178 diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild index 285044c90585..f5a27970376f 100644 --- a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild +++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild @@ -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}" |