summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-02-13 10:11:30 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-02-13 10:11:58 +0100
commitad8310d8bbba480cf57bf3857f8f1191f781770c (patch)
treedab1cdc27fc16e06eecd17f2e967b8a8cc3a3aa1
parentdev-java/appframework: treeclean (diff)
downloadgentoo-ad8310d8bbba480cf57bf3857f8f1191f781770c.tar.gz
gentoo-ad8310d8bbba480cf57bf3857f8f1191f781770c.tar.bz2
gentoo-ad8310d8bbba480cf57bf3857f8f1191f781770c.zip
app-emulation/edumips64: treeclean
Closes: https://bugs.gentoo.org/832264 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--app-emulation/edumips64/Manifest1
-rw-r--r--app-emulation/edumips64/edumips64-1.2.ebuild47
-rw-r--r--app-emulation/edumips64/files/edumips64-1.2-javadoc-cp.patch11
-rw-r--r--app-emulation/edumips64/metadata.xml11
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 75 deletions
diff --git a/app-emulation/edumips64/Manifest b/app-emulation/edumips64/Manifest
deleted file mode 100644
index 5546cf952199..000000000000
--- a/app-emulation/edumips64/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST edumips64-1.2.tar.bz2 551455 BLAKE2B 614bf851964ea32d6954fb5345f6b07b6292bf90e24dca5d3ea8d86c1b910e1e9ade6ebfece054922ad3506586e9f32c1f6570a7248023e6a867a8b5c09b1203 SHA512 93a5bcae3ab96c35688de7589b9ecb465fe841b007a50e1b04f8194d12a45a4e7134951584f4fbfad5cee51925d1d21b0f425f182999f66fe57a31adbd3f6602
diff --git a/app-emulation/edumips64/edumips64-1.2.ebuild b/app-emulation/edumips64/edumips64-1.2.ebuild
deleted file mode 100644
index 90a3291c9a3b..000000000000
--- a/app-emulation/edumips64/edumips64-1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc test"
-
-inherit epatch java-pkg-2 java-ant-2
-
-DESCRIPTION="A visual and cross-platform MIPS64 CPU Simulator"
-HOMEPAGE="https://www.edumips.org"
-SLOT="0"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/sphinx
- dev-java/javatoolkit
- dev-java/javahelp:0
- >=virtual/jdk-1.6
- doc? ( sys-devel/make )
- test? (
- dev-java/junit:4
- dev-java/ant-junit4
- )"
-RDEPEND=">=virtual/jre-1.6"
-
-EANT_BUILD_TARGET="slim-jar"
-EANT_DOC_TARGET="htmldoc"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-javadoc-cp.patch"
- java-pkg_jar-from --build-only --into libs javahelp jhall.jar
- use test && java-pkg_jar-from --build-only --into libs junit-4 junit.jar junit-4.10.jar
- java-pkg-2_src_prepare
-}
-
-src_install() {
- java-pkg_newjar ${PN}-${PV}-nodeps.jar ${PN}.jar
- dodoc RELEASE_NOTES authors
- use doc && java-pkg_dojavadoc docs/en/output/html
-}
-
-src_test() {
- ANT_TASKS="ant-junit4" eant test
-}
diff --git a/app-emulation/edumips64/files/edumips64-1.2-javadoc-cp.patch b/app-emulation/edumips64/files/edumips64-1.2-javadoc-cp.patch
deleted file mode 100644
index 14ead77d3335..000000000000
--- a/app-emulation/edumips64/files/edumips64-1.2-javadoc-cp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/build.xml
-+++ b/build.xml
-@@ -27,7 +27,7 @@
-
- <!-- Access the environment -->
- <property environment="env" />
-- <property name="base.classpath" value="libs:libs/junit-4.10.jar:libs/hamcrest-core-1.3.jar:${env.CLASSPATH}" />
-+ <property name="base.classpath" value="libs:libs/jhall.jar:libs/junit-4.10.jar:libs/hamcrest-core-1.3.jar:${env.CLASSPATH}" />
-
- <!-- File names -->
- <property name="standalone_jar_filename" value="edumips64-${version}.jar" />
diff --git a/app-emulation/edumips64/metadata.xml b/app-emulation/edumips64/metadata.xml
deleted file mode 100644
index ff968190990c..000000000000
--- a/app-emulation/edumips64/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">edumips64</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 494372ee3db5..dda6cccf8aec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,11 +222,6 @@ dev-db/oracle-instantclient-jdbc
dev-db/oracle-instantclient-odbc
dev-db/oracle-instantclient-sqlplus
-# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-01-15)
-# Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
-# Removal in 30 days.
-app-emulation/edumips64
-
# Ulrich Müller <ulm@gentoo.org> (2022-01-15)
# Pretest versions, masked for testing.
<app-editors/emacs-28.0.9999:28-vcs