diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-22 16:28:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:10:48 +0100 |
commit | cfe083bf8ade7038612b6ed19e218731e28dc8c6 (patch) | |
tree | 7f432ab558a843820e308caeeb427d2816fa6fec /games-strategy/freecol/files | |
parent | games-simulation/simutrans: remove unused patches (diff) | |
download | gentoo-cfe083bf8ade7038612b6ed19e218731e28dc8c6.tar.gz gentoo-cfe083bf8ade7038612b6ed19e218731e28dc8c6.tar.bz2 gentoo-cfe083bf8ade7038612b6ed19e218731e28dc8c6.zip |
games-strategy/freecol: remove unused patch
Diffstat (limited to 'games-strategy/freecol/files')
-rw-r--r-- | games-strategy/freecol/files/freecol-0.11.5-gentoo.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch b/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch deleted file mode 100644 index c087193eb8c5..000000000000 --- a/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- build.xml.orig 2015-12-09 21:10:08.272361404 -0500 -+++ build.xml 2015-12-09 21:11:26.189663216 -0500 -@@ -36,12 +36,11 @@ - - <path id="libraries.classpath"> - <!-- MigLayout manager --> -- <pathelement location="${basedir}/${miglayout-swing.jar}"/> -- <pathelement location="${basedir}/${miglayout-core.jar}"/> -+ <pathelement location="${miglayout.jar}"/> - <!-- Command line processor --> -- <pathelement location="${basedir}/${cli.jar}"/> -+ <pathelement location="${cli.jar}"/> - <!-- Cortado Video Applet --> -- <pathelement location="${basedir}/${cortado.jar}"/> -+ <pathelement location="${cortado.jar}"/> - <!-- JOgg/JOrbis libraries --> - <pathelement location="${basedir}/jars/jogg-0.0.17.jar"/> - <pathelement location="${basedir}/jars/jorbis-0.0.17.jar"/> -@@ -162,7 +161,7 @@ - - <target name="manifest" depends="git-revision" - description="Creates the Manifest file."> -- <manifestclasspath property="jar.classpath" -+ <manifestclasspath maxParentLevels="50" property="jar.classpath" - jarfile="Freecol.jar"> - <classpath refid="libraries.classpath" /> - </manifestclasspath> |