Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-looks/files/
Date: Sat, 04 Dec 2021 08:46:57
Message-Id: 1638607608.8902dce4c34740b72626ce4882d08618f139e6d5.fordfrog@gentoo
1 commit: 8902dce4c34740b72626ce4882d08618f139e6d5
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Dec 3 16:33:35 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 08:46:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902dce4
7
8 dev-java/jgoodies-looks: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 .../files/jgoodies-looks-2.3.1-build.xml.patch | 61 ----------------------
15 1 file changed, 61 deletions(-)
16
17 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
18 deleted file mode 100644
19 index e6c0a4be2330..000000000000
20 --- a/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch
21 +++ /dev/null
22 @@ -1,61 +0,0 @@
23 ---- build.xml.orig 2006-10-12 23:54:26.000000000 +0200
24 -+++ build.xml 2006-10-12 23:57:36.000000000 +0200
25 -@@ -100,7 +100,6 @@
26 - srcdir ="${src.core.dir}"
27 - destdir ="${build.core.dir}"
28 - encoding ="${build.encoding}"
29 -- executable ="${build.compile.executable}"
30 - fork ="${build.compile.fork}"
31 - debug ="${build.compile.debug}"
32 - depend ="${build.compile.depend}"
33 -@@ -109,8 +108,7 @@
34 - optimize ="${build.compile.optimize}"
35 - source ="${build.compile.source}"
36 - target ="${build.compile.target}"
37 -- verbose ="${build.compile.verbose}"
38 -- bootclasspath="${build.boot.classpath}" />
39 -+ verbose ="${build.compile.verbose}"/>
40 -
41 - <copy toDir="${build.core.dir}" >
42 - <fileset dir="${src.core.dir}"
43 -@@ -127,7 +125,6 @@
44 - srcdir ="${src.demo.dir}"
45 - destdir ="${build.demo.dir}"
46 - encoding ="${build.encoding}"
47 -- executable ="${build.compile.executable}"
48 - fork ="${build.compile.fork}"
49 - debug ="${build.compile.debug}"
50 - depend ="${build.compile.depend}"
51 -@@ -137,7 +134,6 @@
52 - source ="${build.compile.source}"
53 - target ="${build.compile.target}"
54 - verbose ="${build.compile.verbose}"
55 -- bootclasspath="${build.boot.classpath}"
56 - classpathref ="classpath.demo" />
57 - </target>
58 -
59 -@@ -149,7 +145,6 @@
60 - srcdir ="${src.test.dir}"
61 - destdir ="${build.test.dir}"
62 - encoding ="${build.encoding}"
63 -- executable ="${build.compile.executable}"
64 - fork ="${build.compile.fork}"
65 - debug ="${build.compile.debug}"
66 - depend ="${build.compile.depend}"
67 -@@ -159,7 +154,6 @@
68 - source ="${build.compile.source}"
69 - target ="${build.compile.target}"
70 - verbose ="${build.compile.verbose}"
71 -- bootclasspath="${build.boot.classpath}"
72 - classpathref ="classpath.tests" />
73 - </target>
74 -
75 -@@ -235,7 +229,7 @@
76 - </target>
77 -
78 - <!-- ***************************************************************** -->
79 -- <target name="jar-all" depends="compile, manifest"
80 -+ <target name="jar-all" depends="compile-core, manifest"
81 - description="Creates the library jar with all JGoodies l&amp;fs." >
82 -
83 - <jar