diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /sci-visualization/gcalc | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'sci-visualization/gcalc')
| -rw-r--r-- | sci-visualization/gcalc/Manifest | 1 | ||||
| -rw-r--r-- | sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild | 37 | ||||
| -rw-r--r-- | sci-visualization/gcalc/metadata.xml | 13 |
3 files changed, 51 insertions, 0 deletions
diff --git a/sci-visualization/gcalc/Manifest b/sci-visualization/gcalc/Manifest new file mode 100644 index 000000000000..372cd510d111 --- /dev/null +++ b/sci-visualization/gcalc/Manifest @@ -0,0 +1 @@ +DIST GCalc-3.1-rc1.tar.gz 543699 BLAKE2B d9d9c05ef8d0eca0f5c67ab250ca6df66e5061e458c6adaf53a612ead63e904a4d3c3d8dc381288eb06b626ae2eefff0a69b83583e77b38590a95093d5db4b39 SHA512 6cf66bb1a3867370c027c1c5b82f30b22d146483a8be4a997a6f917142bc83d732cc064eb3f2ff28ea4fcb1583695097d218c7fa092e78d8fb9ba2511261cbda diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild new file mode 100644 index 000000000000..500b5e985139 --- /dev/null +++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop java-pkg-2 java-pkg-simple + +MY_P="GCalc-${PV/_/-}" +DESCRIPTION="Java Mathematical Graphing System" +HOMEPAGE="https://gcalc.net/" +SRC_URI="https://gcalc.net/files/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="<virtual/jdk-26:*" # https://bugs.gentoo.org/965520 +RDEPEND=">=virtual/jre-1.8:*" + +JAVA_MAIN_CLASS="net.gcalc.calc.GCalc" +JAVA_RESOURCE_DIRS="res" +JAVA_SRC_DIR="src" + +src_prepare() { + java-pkg-2_src_prepare + java-pkg_clean + mkdir res || die + mv {src,res}/resources || die + cp {src,res}/pluginlist.xml || die +} + +src_install() { + java-pkg-simple_src_install + newicon res/resources/gicon.png ${PN}.png + make_desktop_entry ${PN} "GCalc Java Mathematical Graphing System" +} diff --git a/sci-visualization/gcalc/metadata.xml b/sci-visualization/gcalc/metadata.xml new file mode 100644 index 000000000000..c3a3096b8d60 --- /dev/null +++ b/sci-visualization/gcalc/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
