summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-01-27 19:36:11 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-01-27 19:36:11 +0100
commit38bd62d881868ba616b0ee043727fa05e8bb1b8c (patch)
treec2d94146ef2adaa23cb2c9032c6321007323b5c4 /games-simulation
parentmedia-libs/libquvi: drop old version (diff)
downloadgentoo-38bd62d881868ba616b0ee043727fa05e8bb1b8c.tar.gz
gentoo-38bd62d881868ba616b0ee043727fa05e8bb1b8c.tar.bz2
gentoo-38bd62d881868ba616b0ee043727fa05e8bb1b8c.zip
games-simulation/corsix-th: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/corsix-th/Manifest1
-rw-r--r--games-simulation/corsix-th/corsix-th-0.63.ebuild71
-rw-r--r--games-simulation/corsix-th/corsix-th-0.64.ebuild67
-rw-r--r--games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch10
4 files changed, 0 insertions, 149 deletions
diff --git a/games-simulation/corsix-th/Manifest b/games-simulation/corsix-th/Manifest
index ae594593e6fe..6e83b2aeb32e 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1,2 +1 @@
-DIST corsix-th-0.63.tar.gz 4040119 BLAKE2B a700264c21377d53fb031c57428e5a50bbef426f32a3cd8bc4f83174a7f12b76d72050885ae257a6017a03f2f9611106cf9226c606ef726c1220b997eacbc5f1 SHA512 73a170bbf3da0e11ffe30fcbafb80f9e3852ce992dd6ecae2a2da332b9d4927a98efb0208e2056918a4100db54d1bdc564454cadae370cfab87625ca3f9889fd
DIST corsix-th-0.64.tar.gz 4062048 BLAKE2B 2b807a5c712a19cac80bae613065dd8c9e1219573a3c288c1433b6fa857c3a93632e9c51ba126a70626b4044d469ca1ebc815257f291fa9f86ea94491aae35fe SHA512 c02d07ae4fb9a1ce008f32c4b9ea12a949316feddca4e2a29e860e0d88efdfa0440d372b00b9d3eda5e5c3ca739085510ebe8650790d06a7e91255b7d0990e6c
diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild b/games-simulation/corsix-th/corsix-th-0.63.ebuild
deleted file mode 100644
index 9a427ca8e030..000000000000
--- a/games-simulation/corsix-th/corsix-th-0.63.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-MY_PN="CorsixTH"
-MY_PV="$(ver_rs 2 -)"
-
-DESCRIPTION="Open source clone of Theme Hospital"
-HOMEPAGE="http://corsixth.com"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc +midi +sound +truetype +videos"
-
-RDEPEND="
- >=dev-lang/lua-5.1:0
- >=dev-lua/luafilesystem-1.5
- >=dev-lua/lpeg-0.9
- >=dev-lua/luasocket-3.0_rc1-r4
- media-libs/libsdl2[opengl,video]
- sound? ( media-libs/sdl2-mixer[midi?] )
- truetype? ( >=media-libs/freetype-2.5.3:2 )
- videos? ( >=media-video/ffmpeg-2.2.3:0= )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- virtual/pkgconfig
- doc? (
- app-doc/doxygen[dot]
- >=dev-lang/lua-5.1:0
- )
-"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.62-gcc-10.patch
-)
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_AUDIO=$(usex sound)
- -DWITH_FREETYPE2=$(usex truetype)
- -DWITH_MOVIES=$(usex videos)
- )
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
- use doc && cmake_src_compile doc
-}
-
-src_install() {
- cmake_src_install
- dodoc {changelog,CONTRIBUTING}.txt
-
- docinto html
- use doc && dodoc -r "${BUILD_DIR}"/doc/*
-}
diff --git a/games-simulation/corsix-th/corsix-th-0.64.ebuild b/games-simulation/corsix-th/corsix-th-0.64.ebuild
deleted file mode 100644
index 78a3d26cfd7a..000000000000
--- a/games-simulation/corsix-th/corsix-th-0.64.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-MY_PN="CorsixTH"
-MY_PV="$(ver_rs 2 -)"
-
-DESCRIPTION="Open source clone of Theme Hospital"
-HOMEPAGE="http://corsixth.com"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc +midi +sound +truetype +videos"
-
-RDEPEND="
- >=dev-lang/lua-5.1:0
- >=dev-lua/luafilesystem-1.5
- >=dev-lua/lpeg-0.9
- >=dev-lua/luasocket-3.0_rc1-r4
- media-libs/libsdl2[opengl,video]
- sound? ( media-libs/sdl2-mixer[midi?] )
- truetype? ( >=media-libs/freetype-2.5.3:2 )
- videos? ( >=media-video/ffmpeg-2.2.3:0= )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- virtual/pkgconfig
- doc? (
- app-doc/doxygen[dot]
- >=dev-lang/lua-5.1:0
- )
-"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_AUDIO=$(usex sound)
- -DWITH_FREETYPE2=$(usex truetype)
- -DWITH_MOVIES=$(usex videos)
- )
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
- use doc && cmake_src_compile doc
-}
-
-src_install() {
- cmake_src_install
- dodoc {changelog,CONTRIBUTING}.txt
-
- docinto html
- use doc && dodoc -r "${BUILD_DIR}"/doc/*
-}
diff --git a/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch b/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch
deleted file mode 100644
index ff820f44946b..000000000000
--- a/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/CorsixTH/Src/th_lua_map.cpp
-+++ b/CorsixTH/Src/th_lua_map.cpp
-@@ -26,6 +26,7 @@ SOFTWARE.
- #include <cstring>
- #include <string>
- #include <exception>
-+#include <stdexcept> /* std::out_of_range */
-
- static const int player_max = 4;
-