summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2016-10-20 21:20:15 -0400
committerJoe Sapp <nixphoeni@gentoo.org>2016-10-20 21:20:15 -0400
commit37cfb51f289376c40f0b439bcd1943389d833a6c (patch)
tree5de5c2fdddaaf371a598e9cbd15c4b56cadccb81 /sci-geosciences/josm
parentsci-geosciences/josm: Remove old versions (diff)
downloadgentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.tar.gz
gentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.tar.bz2
gentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.zip
sci-geosciences/josm: Remove patch for old version not in tree
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences/josm')
-rw-r--r--sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch34
1 files changed, 0 insertions, 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 7ad808c9c98d..000000000000
--- 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>