summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-12-03 17:33:35 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-12-04 09:46:48 +0100
commit8902dce4c34740b72626ce4882d08618f139e6d5 (patch)
tree039c0b51b1a050b1b99974c624df9866239527ce
parentdev-java/jsr305: Drop 3.0.1 (diff)
downloadgentoo-8902dce4c34740b72626ce4882d08618f139e6d5.tar.gz
gentoo-8902dce4c34740b72626ce4882d08618f139e6d5.tar.bz2
gentoo-8902dce4c34740b72626ce4882d08618f139e6d5.zip
dev-java/jgoodies-looks: remove unused patch(es)
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch61
1 files changed, 0 insertions, 61 deletions
diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch b/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch
deleted file mode 100644
index e6c0a4be2330..000000000000
--- a/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- build.xml.orig 2006-10-12 23:54:26.000000000 +0200
-+++ build.xml 2006-10-12 23:57:36.000000000 +0200
-@@ -100,7 +100,6 @@
- srcdir ="${src.core.dir}"
- destdir ="${build.core.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -109,8 +108,7 @@
- optimize ="${build.compile.optimize}"
- source ="${build.compile.source}"
- target ="${build.compile.target}"
-- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}" />
-+ verbose ="${build.compile.verbose}"/>
-
- <copy toDir="${build.core.dir}" >
- <fileset dir="${src.core.dir}"
-@@ -127,7 +125,6 @@
- srcdir ="${src.demo.dir}"
- destdir ="${build.demo.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -137,7 +134,6 @@
- source ="${build.compile.source}"
- target ="${build.compile.target}"
- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}"
- classpathref ="classpath.demo" />
- </target>
-
-@@ -149,7 +145,6 @@
- srcdir ="${src.test.dir}"
- destdir ="${build.test.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -159,7 +154,6 @@
- source ="${build.compile.source}"
- target ="${build.compile.target}"
- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}"
- classpathref ="classpath.tests" />
- </target>
-
-@@ -235,7 +229,7 @@
- </target>
-
- <!-- ***************************************************************** -->
-- <target name="jar-all" depends="compile, manifest"
-+ <target name="jar-all" depends="compile-core, manifest"
- description="Creates the library jar with all JGoodies l&amp;fs." >
-
- <jar