commit:     55f14bcdfa2c0799417697fbe30e0c593c1c98a3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 16:10:05 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 16:10:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f14bcd

dev-java/trident: treeclean

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-java/trident/Manifest                  |  1 -
 dev-java/trident/files/1.3-build.xml.patch | 29 ----------------
 dev-java/trident/metadata.xml              |  8 -----
 dev-java/trident/trident-1.3-r1.ebuild     | 54 ------------------------------
 dev-java/trident/trident-1.3.ebuild        | 46 -------------------------
 profiles/package.mask                      |  4 ---
 6 files changed, 142 deletions(-)

diff --git a/dev-java/trident/Manifest b/dev-java/trident/Manifest
deleted file mode 100644
index 20ceaf2ad3e0..000000000000
--- a/dev-java/trident/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST trident-1.3.zip 112050 BLAKE2B 
62f5ae9266714524c50e92c00d3d13810d47727596b0247786c056490b5366015fd35b2e859925734eae26c01b8070474d24e0770ac2eb644024f32754a6c5b7
 SHA512 
2ecccf80c654ad8cff6a2907d4f81409034bd5cc07542e87db7b53a646fb63ee38a472eb778f6f77f6cf1885f8dc5b85d50a6a033ab430e7e03a07000463f68b

diff --git a/dev-java/trident/files/1.3-build.xml.patch 
b/dev-java/trident/files/1.3-build.xml.patch
deleted file mode 100644
index c82c3a18df3f..000000000000
--- a/dev-java/trident/files/1.3-build.xml.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/build.xml b/build.xml
-index 808ea3c..36e5859 100644
---- a/build.xml
-+++ b/build.xml
-@@ -84,7 +84,7 @@
- 
-       <target name="compile.module.trident.production" description="compile 
module trident production classes">
-               <mkdir dir="${trident.output.dir}" />
--              <javac source="${javac.source}" target="${javac.target}" 
encoding="${javac.encoding}" destdir="${trident.output.dir}" 
debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" 
memoryMaximumSize="${javac.max.memory}" fork="true" 
executable="${module.jdk.home.trident}/bin/javac">
-+              <javac source="${javac.source}" target="${javac.target}" 
encoding="${javac.encoding}" destdir="${trident.output.dir}" 
debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" 
memoryMaximumSize="${javac.max.memory}" fork="true">
-                       <compilerarg line="${javac.args.trident}" />
-                       <bootclasspath refid="trident.module.bootclasspath" />
-                       <classpath refid="trident.module.classpath" />
-@@ -102,7 +102,7 @@
- 
-       <target name="compile.module.trident.test" description="compile module 
trident test classes">
-               <mkdir dir="${trident.output.dir}" />
--              <javac source="${javac.source}" target="${javac.target}" 
encoding="${javac.encoding}" destdir="${trident.output.dir}" 
debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" 
memoryMaximumSize="${javac.max.memory}" fork="true" 
executable="${module.jdk.home.trident}/bin/javac">
-+              <javac source="${javac.source}" target="${javac.target}" 
encoding="${javac.encoding}" destdir="${trident.output.dir}" 
debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" 
memoryMaximumSize="${javac.max.memory}" fork="true">
-                       <compilerarg line="${javac.args.trident}" />
-                       <bootclasspath refid="trident.module.bootclasspath" />
-                       <classpath refid="trident.module.classpath" />
-@@ -189,4 +189,4 @@
-       <target name="clean" depends="clean.module.trident" 
description="cleanup all" />
- 
-       <target name="all" depends="timestamp, init, clean, 
compile.module.trident, jar, compile.module.trident.test, jar-tst" 
description="build all" />
--</project>
-\ No newline at end of file
-+</project>

diff --git a/dev-java/trident/metadata.xml b/dev-java/trident/metadata.xml
deleted file mode 100644
index 4221e170cbc0..000000000000
--- a/dev-java/trident/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>

diff --git a/dev-java/trident/trident-1.3-r1.ebuild 
b/dev-java/trident/trident-1.3-r1.ebuild
deleted file mode 100644
index 36ac31b42c4f..000000000000
--- a/dev-java/trident/trident-1.3-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java animation library"
-HOMEPAGE="https://kenai.com/projects/trident/pages/Home";
-SRC_URI="https://kenai.com/projects/trident/downloads/download/version%20${PV}%20-%20stable/${PN}-all.zip
 -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RESTRICT="test"
-
-CDEPEND="dev-java/swt:4.10"
-
-DEPEND=">=virtual/jdk-1.8:*
-       ${CDEPEND}"
-RDEPEND=">=virtual/jre-1.8:*
-       ${CDEPEND}"
-BDEPEND="app-arch/unzip"
-
-PATCHES=(
-       "${FILESDIR}"/1.3-build.xml.patch
-)
-
-S="${WORKDIR}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_BUILD_TARGET="timestamp init clean compile.module.trident jar"
-EANT_GENTOO_CLASSPATH="swt-4.10"
-
-src_prepare() {
-       default
-       mkdir build/classes -p || die
-       rm -r src/org/pushingpixels/trident/android/ || die
-}
-
-src_compile() {
-       EANT_EXTRA_ARGS="-Djdk.home=$(java-config -O)"
-       java-pkg-2_src_compile
-}
-
-src_install() {
-       java-pkg_dojar drop/${PN}.jar
-
-       use source && java-pkg_dosrc src/*
-}

diff --git a/dev-java/trident/trident-1.3.ebuild 
b/dev-java/trident/trident-1.3.ebuild
deleted file mode 100644
index 4310cd5b1f56..000000000000
--- a/dev-java/trident/trident-1.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java animation library"
-HOMEPAGE="https://kenai.com/projects/trident/pages/Home";
-SRC_URI="https://kenai.com/projects/trident/downloads/download/version%20${PV}%20-%20stable/${PN}-all.zip
 -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RESTRICT="test"
-
-CDEPEND="dev-java/swt:3.7"
-
-DEPEND=">=virtual/jdk-1.6
-       app-arch/unzip
-       ${CDEPEND}"
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-
-S="${WORKDIR}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_BUILD_TARGET="timestamp init clean compile.module.trident jar"
-EANT_GENTOO_CLASSPATH="swt-3.7"
-EANT_EXTRA_ARGS="-Djdk.home=${JAVA_HOME}"
-
-java_prepare() {
-       mkdir build/classes -p || die
-       rm -r src/org/pushingpixels/trident/android/ || die
-       epatch "${FILESDIR}"/${PV}-*.patch
-}
-
-src_install() {
-       java-pkg_dojar drop/${PN}.jar
-
-       use source && java-pkg_dosrc src/*
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f1a5055b474b..daa5ae44581d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -383,10 +383,6 @@ net-analyzer/neti
 # bugs. Removal on 2021-12-13, bug #764719.
 mail-client/cone
 
-# Volkmar W. Pogatzki <[email protected]> (2021-11-12)
-# Libraries with no other consumers. Removal in 30 days.
-dev-java/trident
-
 # Mart Raudsepp <[email protected]> (2021-11-11)
 # Needs testing to ensure valac-0.54 works for existing packages
 >=dev-libs/vala-common-0.53

Reply via email to