diff options
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/Manifest.gz | bin | 9542 -> 9541 bytes | |||
-rw-r--r-- | games-strategy/freecol/Manifest | 1 | ||||
-rw-r--r-- | games-strategy/freecol/files/freecol-0.11.5-gentoo.patch | 27 |
3 files changed, 0 insertions, 28 deletions
diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz Binary files differindex 420b71f103b1..c548ec68e131 100644 --- a/games-strategy/Manifest.gz +++ b/games-strategy/Manifest.gz diff --git a/games-strategy/freecol/Manifest b/games-strategy/freecol/Manifest index 9e8432aee687..9a9aef337104 100644 --- a/games-strategy/freecol/Manifest +++ b/games-strategy/freecol/Manifest @@ -1,4 +1,3 @@ -AUX freecol-0.11.5-gentoo.patch 1251 BLAKE2B 7de241498bba19c665812236a7898cf8295ffa9be0123a56ff0b65c85e9173dbfb3e458c26c632538230035320d9b93f0ba57b4eb6e8cf606c82b20befcf11ac SHA512 c94fa10fb210547b67b38562faa2d1e39f17264cdfc8819c5b6b856ba068757d88e29ea43bec573400a81b081965f687aea93335b62969b15122d9373290f224 AUX freecol-0.11.6-gentoo.patch 1251 BLAKE2B 7de241498bba19c665812236a7898cf8295ffa9be0123a56ff0b65c85e9173dbfb3e458c26c632538230035320d9b93f0ba57b4eb6e8cf606c82b20befcf11ac SHA512 c94fa10fb210547b67b38562faa2d1e39f17264cdfc8819c5b6b856ba068757d88e29ea43bec573400a81b081965f687aea93335b62969b15122d9373290f224 DIST freecol-0.11.6-src.zip 45002451 BLAKE2B 1d0e56b43f63557e3a520d6d30b8831db6c0284ac6cfebf68f3a11264d8bcfc80b883c8d4fe82e4fbd992f02a82ffdf36ed102613010d28375b61cfa30874f68 SHA512 fbfec95ad7128477d631be92b750d639d42bde3e052c94265590933e841adf66e670d5e1b2f6e8ef05629afeafded60cbb495ef93272ebc14ce7fd2f2eaa53de EBUILD freecol-0.11.6.ebuild 1669 BLAKE2B c1250ab2b190f052f838af33c5de61c1f3974e38c8cdd3c9a6b9237b71a60732a1734f1654d6659a25bac29bd54f930641659dfc9d87b8d5af4444a598a4dcb4 SHA512 f17d732be0523537ac0a467da97a54063b16804013525caa2893497c0b03cfebcd536fc6ddc99206962fac6d1f2066ac71146e1c75422036567e439bdad36b34 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> |