summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-11 17:10:05 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-11 17:10:05 +0100
commit55f14bcdfa2c0799417697fbe30e0c593c1c98a3 (patch)
tree9d49dd2efe2efdad59767b60a0afff0c3faa2388 /dev-java/trident
parentdev-java/okio: treeclean (diff)
downloadgentoo-55f14bcdfa2c0799417697fbe30e0c593c1c98a3.tar.gz
gentoo-55f14bcdfa2c0799417697fbe30e0c593c1c98a3.tar.bz2
gentoo-55f14bcdfa2c0799417697fbe30e0c593c1c98a3.zip
dev-java/trident: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/trident')
-rw-r--r--dev-java/trident/Manifest1
-rw-r--r--dev-java/trident/files/1.3-build.xml.patch29
-rw-r--r--dev-java/trident/metadata.xml8
-rw-r--r--dev-java/trident/trident-1.3-r1.ebuild54
-rw-r--r--dev-java/trident/trident-1.3.ebuild46
5 files changed, 0 insertions, 138 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>java@gentoo.org</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/*
-}