commit:     ad8310d8bbba480cf57bf3857f8f1191f781770c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 09:11:30 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 09:11:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8310d8

app-emulation/edumips64: treeclean

Closes: https://bugs.gentoo.org/832264
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emulation/edumips64/Manifest                   |  1 -
 app-emulation/edumips64/edumips64-1.2.ebuild       | 47 ----------------------
 .../edumips64/files/edumips64-1.2-javadoc-cp.patch | 11 -----
 app-emulation/edumips64/metadata.xml               | 11 -----
 profiles/package.mask                              |  5 ---
 5 files changed, 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>[email protected]</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 <[email protected]> (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 <[email protected]> (2022-01-15)
 # Pretest versions, masked for testing.
 <app-editors/emacs-28.0.9999:28-vcs

Reply via email to