From 8902dce4c34740b72626ce4882d08618f139e6d5 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 3 Dec 2021 17:33:35 +0100 Subject: dev-java/jgoodies-looks: remove unused patch(es) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Miroslav Ć ulc --- .../files/jgoodies-looks-2.3.1-build.xml.patch | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch 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}"/> - - - - - -@@ -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" /> - - -@@ -235,7 +229,7 @@ - - - -- - -