summaryrefslogtreecommitdiff
path: root/sci-visualization/gcalc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /sci-visualization/gcalc
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'sci-visualization/gcalc')
-rw-r--r--sci-visualization/gcalc/Manifest1
-rw-r--r--sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild37
-rw-r--r--sci-visualization/gcalc/metadata.xml13
3 files changed, 0 insertions, 51 deletions
diff --git a/sci-visualization/gcalc/Manifest b/sci-visualization/gcalc/Manifest
deleted file mode 100644
index 372cd510d111..000000000000
--- a/sci-visualization/gcalc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 500b5e985139..000000000000
--- a/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
deleted file mode 100644
index c3a3096b8d60..000000000000
--- a/sci-visualization/gcalc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>