[games-engines/corsix-th] update to version 0.10

Update to version 0.10, 0.01b patch still applies as
it has not been included upstream yet. Drop older version.
This commit is contained in:
micia
2012-10-23 01:52:10 +02:00
parent 86e88f527a
commit c30a4359e6
3 changed files with 3 additions and 6 deletions
+1 -3
View File
@@ -1,3 +1 @@
AUX corsix-th-0.01b-fix-corsixth-lua-search-path.patch 1796 RMD160 cc18a10b9a613b1c8d78c14d52aa666ed52e05c1 SHA1 90e302208e60a1ce3240408332fc96d2515308ab SHA256 ad4e4ce120e72bd431e9baa33ebde46da74ea8cc7615a49d03b7510803a7b8f6
DIST CorsixTH-0.01b-Source.tar.gz 3402453 RMD160 eee89885d7c31e18cc913f3390ce10d735f37b20 SHA1 491404ccd225e60d57d33f772cc7d4f921ff5e38 SHA256 304bdbe49992358af3785e64cf8deb63adf83e429ffa6f13d4a99c7aaecb3a93
EBUILD corsix-th-0.01b.ebuild 2771 RMD160 bb6084e4214f382b2df1dc48cb5a93f4f1bbe5a4 SHA1 a79281df9560502ccf0aa29d9132786d95ac2279 SHA256 1e53fdfb0f6281340f1705437ffcb366bf27c4b679b87b7f5342352b32a57e79
DIST CorsixTH-0.10-Sourze.tar.gz 3718830 SHA256 c7518d9f7bd85a4b79504d706f33a2a8eeeffa2e426fe3423ffd6e389a4ce26c SHA512 70f1297f0af8e541989289079f9451c9979a9fbaacabd4513887e6f0ae5fb717d06daca1c9d6aaf7eca177920a47676e4ee0c3146c8ee79c7daf2b64c9b5ed05 WHIRLPOOL 1ae4151e94a79e5c3eb909c062b29cfff29a67c6304a43c1954b286dff1fbdb0594d17e83e8459b22a51f9353f4d1dc54a93379fe540eb0c08dc418711745375
@@ -9,7 +9,7 @@ CMAKE_MIN_VERSION="2.8.3"
inherit wxwidgets cmake-utils eutils games
MY_PN="CorsixTH"
MY_P="${MY_PN}-${PV}-Source"
MY_P="${MY_PN}-${PV}-Sourze"
DESCRIPTION="A project that aims to reimplement the game engine of Theme Hospital"
HOMEPAGE="http://code.google.com/p/corsix-th/"
@@ -42,7 +42,7 @@ src_configure() {
# Define files search path
local mycmakeargs=( "-DCORSIXTH_LUA_PATH=\\\"${GAMES_DATADIR}/${PN}\\\"" )
# USE flag consistency check,
# USE flag consistency check,
# replace with REQUIRED_USE when games eclass will be EAPI 4 ready
if use wxwidgets && ! use opengl ; then
die "map editor can only be built with OpenGL renderer"
@@ -96,4 +96,3 @@ src_install() {
prepgamesdirs
}