diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-14 22:07:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-14 22:24:39 +0100 |
commit | 3987d041e8d7f4672a75c33ef275ee4018561067 (patch) | |
tree | 5f141727b000ce46543cff2f6b81b9b9c8d2c5b5 /games-engines | |
parent | games-strategy/wargus: Drop 2.4.1 (diff) | |
download | gentoo-3987d041e8d7f4672a75c33ef275ee4018561067.tar.gz gentoo-3987d041e8d7f4672a75c33ef275ee4018561067.tar.bz2 gentoo-3987d041e8d7f4672a75c33ef275ee4018561067.zip |
games-engines/stratagus: Drop 2.4.1
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/stratagus/Manifest | 1 | ||||
-rw-r--r-- | games-engines/stratagus/files/stratagus-2.3.0-debug.patch | 19 | ||||
-rw-r--r-- | games-engines/stratagus/stratagus-2.4.1.ebuild | 69 |
3 files changed, 0 insertions, 89 deletions
diff --git a/games-engines/stratagus/Manifest b/games-engines/stratagus/Manifest index c8fa438bdbb3..85594b2e5562 100644 --- a/games-engines/stratagus/Manifest +++ b/games-engines/stratagus/Manifest @@ -1,3 +1,2 @@ -DIST stratagus-2.4.1.tar.gz 1087678 BLAKE2B be7fc8322aee2a28c80833d44c3180e26b961ce9dfd1bc5e0a8e3fa0caac74bf713224de4c38b2ebf6d5aeabbe778a5664346c6a444b066f07f719bba5317bac SHA512 1f0420677df72e3e2d2f31e60030fa2eba4c3d1ab80cfc79c045724fe39ac237846bc38e8762ee9aa51768a443cdbbaa1fe91bf80fb2164261288a1bb17e27cd DIST stratagus-2.4.3.tar.gz 1123537 BLAKE2B 90e40b2b277b5c52977f3c0ae2ae8f2e65d940d765e2ca4f7def4f8cf903399350f5e46f6dc6fbc38f3a53c7ca9ecaf5cf38025ec69154972869f28da37865d4 SHA512 16271c4fed3fb75fb8fb08e363e72713ede7979ea7e25b7c83db2fa9a0688fb7927cad3379e3b23e172c409cf0f6db18f7c6557d19a693c9a7f24109b56d2a56 DIST stratagus-3.0.0.tar.gz 1149659 BLAKE2B 62a14bdc84462f22867b836b9a83f58ba31c7793c20f25cd8a0ca58adf7e5a38ee4559e96dddf8eb61dd1572dac55e08b16c95f8b7590644da0d0ffd040e0360 SHA512 baef3636471134c53ae0a60471f217daf694c20f439db125cf31cc33a510be456486aa905950aec15f28acada1af39a245e97fc85045d849b10532939a8f3a83 diff --git a/games-engines/stratagus/files/stratagus-2.3.0-debug.patch b/games-engines/stratagus/files/stratagus-2.3.0-debug.patch deleted file mode 100644 index 41817865c577..000000000000 --- a/games-engines/stratagus/files/stratagus-2.3.0-debug.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Thu Oct 18 14:31:37 UTC 2012 -Subject: build-system - -do not rename the target if debug is enabled - ---- stratagus_2.2.7.orig/CMakeLists.txt -+++ stratagus_2.2.7.orig/CMakeLists.txt -@@ -911,10 +911,6 @@ - add_executable(stratagus WIN32 ${stratagus_SRCS} ${stratagus_HDRS}) - target_link_libraries(stratagus ${stratagus_LIBS}) - --if(CMAKE_BUILD_TYPE STREQUAL "Debug") -- set_target_properties(stratagus PROPERTIES OUTPUT_NAME stratagus-dbg) --endif() -- - if(WIN32 AND MINGW AND ENABLE_STATIC) - set_target_properties(stratagus PROPERTIES LINK_FLAGS "${LINK_FLAGS} -static-libgcc -static-libstdc++ -Wl,--stack,10485760") - endif() diff --git a/games-engines/stratagus/stratagus-2.4.1.ebuild b/games-engines/stratagus/stratagus-2.4.1.ebuild deleted file mode 100644 index a692d77f9475..000000000000 --- a/games-engines/stratagus/stratagus-2.4.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils eutils - -DESCRIPTION="A realtime strategy game engine" -HOMEPAGE="https://launchpad.net/stratagus/" -SRC_URI="https://github.com/Wargus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bzip2 debug doc fluidsynth mikmod mng theora vorbis" - -RDEPEND="dev-db/sqlite:3 - >=dev-lang/lua-5:0 - dev-lua/toluapp - media-libs/libpng:0 - virtual/opengl - x11-libs/libX11 - media-libs/libsdl[sound,opengl,video] - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - fluidsynth? ( media-sound/fluidsynth ) - mikmod? ( media-libs/libmikmod ) - mng? ( media-libs/libmng ) - vorbis? ( - media-libs/libogg - media-libs/libvorbis - theora? ( media-libs/libtheora ) - )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -REQUIRED_USE="theora? ( vorbis )" -PATCHES=( - "${FILESDIR}/${PN}"-2.3.0-debug.patch - "${FILESDIR}/${PN}"-2.3.0-doc.patch -) - -src_configure() { - # there are in-source switches - use debug && CMAKE_BUILD_TYPE=Debug - - local mycmakeargs=( - -DGAMEDIR="/usr/bin" - -DDOCDIR="/usr/share/doc/${PF}" - -DWITH_BZIP2=$(usex bzip2) - -DENABLE_DOC=$(usex doc) - -DWITH_FLUIDSYNTH=$(usex fluidsynth) - -DWITH_MIKMOD=$(usex mikmod) - -DWITH_MNG=$(usex mng) - -DWITH_OGGVORBIS=$(usex vorbis) - -DWITH_THEORA=$(usex theora) - -DENABLE_DEV=ON - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install -} |