commit:     37cfb51f289376c40f0b439bcd1943389d833a6c
Author:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 01:20:15 2016 +0000
Commit:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 01:20:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cfb51f

sci-geosciences/josm: Remove patch for old version not in tree

Package-Manager: portage-2.3.0

 .../josm/files/josm-7347-dist-optimized-fix.patch  | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch 
b/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch
deleted file mode 100644
index 7ad808c..00000000
--- a/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: trunk/build.xml
-
-This is the fix for josm bug #7351, which affects Gentoo builds.
-===================================================================
---- a/trunk/build.xml
-+++ b/trunk/build.xml
-@@ -230,6 +230,8 @@
-             <compilerarg value="-Xlint:static"/>
-             <compilerarg value="-Xlint:try"/>
-             <compilerarg value="-Xlint:unchecked"/>
-+                <!-- Undocumented argument to ignore "Sun internal 
proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 -->
-+            <compilerarg value="-XDignore.symbol.file"/>
-         </javac>
-         <copy todir="build" failonerror="no" includeemptydirs="no">
-             <fileset dir="resources"/>
-@@ -419,7 +421,7 @@
-               -keep class JOSM
-               -keep class * extends org.openstreetmap.josm.io.FileImporter
-               -keep class * extends org.openstreetmap.josm.io.FileExporter
--              -keep class org.openstreetmap.josm.data.imagery.types.Adapter1
-+              -keep class org.w3._2001.xmlschema.Adapter1
-               -keep class 
org.openstreetmap.josm.actions.search.SearchCompiler$Never
- 
-               -keepclassmembers enum  * {
-@@ -432,7 +434,8 @@
-                   public protected *;
-               }
- 
--              # Disable annoying [proguard] Note: the configuration keeps the 
entry point '...', but not the descriptor class '...'. This notes should not be 
a problem as we don't use obfuscation
-+    # Disable annoying [proguard] Note: the configuration keeps the entry 
point '...', but not the descriptor class '...'.
-+    # This note should not be a problem as we don't use obfuscation
-               -dontnote
-         </proguard>
-     </target>

Reply via email to