summaryrefslogtreecommitdiff
path: root/games-strategy/freeorion
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /games-strategy/freeorion
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r--games-strategy/freeorion/Manifest1
-rw-r--r--games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch34
2 files changed, 0 insertions, 35 deletions
diff --git a/games-strategy/freeorion/Manifest b/games-strategy/freeorion/Manifest
index 039ff9e2424f..25c3a867cf4f 100644
--- a/games-strategy/freeorion/Manifest
+++ b/games-strategy/freeorion/Manifest
@@ -1,4 +1,3 @@
-AUX freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch 1030 BLAKE2B d0b4a58e85fd878fc5d332ca0f552889aff752fd8198f66d217cc54aad1ddb83cf24108d978bd0155b13a6db9d7f11f35f2b76f76456acd9ab38b1e28dbc5332 SHA512 ffd493373ccb0051aa2b41d0bd740865fa13db3ed50fbf95e83c6d97fe81e3ff04c24e865d73b011dbd0085c45a0b1a915c62eaa103ecf29a3264030d1d9ae4e
AUX freeorion.envd 70 BLAKE2B a893f14754bfb7617f4a250dce8d64ea3de6c0ed3ad51fb62d46baf39ac3e4ead44a51e22e934d206eeef77b5bbdb2e4240178e856def0280ed38607647b4909 SHA512 ed9e2adf837cd381241dacf4da446a8ded1486c51a011eaf0cdf84b62831cd005f3e210b8f31847f9aba1d54ddd5f352fde6b33eefb215ab264ff53c3e3be74b
DIST freeorion-0.4.9_p20200409.tar.gz 124663848 BLAKE2B 7468a386829498c9ca971e686bda216002b6f263fbc0f3784e7898854ad91278441579c1a3e0d1ef2d92b46747d14a17463e46d7ba16f06633e9a5d474ce3b9c SHA512 09fe8db818c3f22bac94577461d9ada082a2c8365cb524948bf13650ea368fcc55043f4df2f9701075011c890a08197e7f7bb13d8884cb41cc8e1346b8538345
EBUILD freeorion-0.4.9_p20200409-r1.ebuild 1663 BLAKE2B fb14a6e5665df5714126609d25c91d4caf34e5f6b602472b72a070c58f548a4d64c1876b7e9060edce0df5f2fcd7c4fdd2a0b915a6830e9de628f0a5e45b4091 SHA512 c8db259b18db09ae42b4fe2f2b2f2eb6ed08a219563d8a2fa03c5516c4762f16ea6b9e9c8805ca7df7c9767642e759adc484785db6a18cd01c1f5a1069f6fc7b
diff --git a/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch b/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch
deleted file mode 100644
index f7ccdba126bb..000000000000
--- a/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 77bdc407d0760a529e40914d16248dce01fd4778 Mon Sep 17 00:00:00 2001
-From: O01eg <o01eg@yandex.ru>
-Date: Wed, 8 Nov 2017 16:07:57 +0300
-Subject: [PATCH] Fix #1843
-
----
- CMakeLists.txt | 2 +-
- GG/CMakeLists.txt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/CMakeLists.txt 2018-06-03 11:36:04.631832409 -0400
-+++ b/CMakeLists.txt 2018-06-03 11:36:20.678821846 -0400
-@@ -484,7 +484,7 @@
- ${Boost_INCLUDE_DIRS}
- ${OPENGL_INCLUDE_DIR}
- ${GLEW_INCLUDE_DIRS}
-- ${SDL_INCLUDE_DIRS}
-+ ${SDL_INCLUDE_DIR}
- ${OPENAL_INCLUDE_DIR}
- ${OGG_INCLUDE_DIRS}
- ${VORBIS_INCLUDE_DIRS}
-diff --git a/GG/CMakeLists.txt b/GG/CMakeLists.txt
-index 5d3c157362..c5bf3825d8 100644
---- a/GG/CMakeLists.txt
-+++ b/GG/CMakeLists.txt
-@@ -184,7 +184,7 @@ target_include_directories(GiGiSDL SYSTEM
- ${Boost_INCLUDE_DIRS}
- ${OPENGL_INCLUDE_DIR}
- ${GLEW_INCLUDE_DIRS}
-- ${SDL_INCLUDE_DIRS}
-+ ${SDL_INCLUDE_DIR}
- )
-
- target_link_libraries(GiGiSDL