commit:     63ab4644134f7d16e6d6bb71762466759f89ad3d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 19:55:33 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 20:08:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ab4644

games-simulation/openrct2: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-simulation/openrct2/Manifest                 |   3 -
 games-simulation/openrct2/openrct2-0.3.2-r1.ebuild | 167 ---------------------
 2 files changed, 170 deletions(-)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index 79fad4bc25d..05ce3df47aa 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -1,7 +1,4 @@
-DIST openrct2-0.3.2.tar.gz 12749225 BLAKE2B 
de79fefdb860dae1bf2962f9359d1ea46ab073c80206b6687ef40386725c84d1d048eafbd3f3aeb3fcae3136528568943e4cb88ae0f78b4f6c04d127726254e8
 SHA512 
e9986ce1fb7e57b4ac80b1de6c99f6b9d26a7a37b4e7fe081528f4faac41833871f9bcf8df864302b8d902271561fc44e606acf8d9adfaf789f69fbc4ae379a7
 DIST openrct2-0.3.3.tar.gz 14107179 BLAKE2B 
9c19bf8f88ef7aa33c345ec46c3dc70ae1221fcad075880a86bd3a577835640002126018d2a5251e063d6259cdd3cd4bde58097feb9095b793538b363b827c5d
 SHA512 
de270f043aa9c0c8955eda060c52e430556f212443f4ebb01d2a19012ad84ae81547b65a906bbcf4f04e7a816477abbd05866ddd635903194f6444e8c3cc58f8
-DIST openrct2-objects-1.0.18.zip 3117675 BLAKE2B 
faccbd11ff7995977b45cc81df07fde8eeecd781141cab813026bc551fb0d867edd078627cc83a6317fddccd025ed3019e14596bf107f48d287110d69c6f73bd
 SHA512 
12deb118740e83a1dcd64b5196371f0fd4f57a3593ab58cb71867ccd35e7a9b0641bb797ab15266ec932c96f1fc208daa7b0e8683ac7e7ef48342733d8b58aa4
 DIST openrct2-objects-1.0.21.zip 3159059 BLAKE2B 
9a42cddb02a0b5c476d5e84c5943d08190957567ea9cff44b0d4496f6a9ee9a548dd0a359e4a4dac21eacac9a074e25f7fc4ce1c37f4002dd5d35c61660e68c2
 SHA512 
b267db6542562c0c46c9964c865d33abff57d3d3c9a1f4073366f34cc229af2483a51538e56597d0e17ffdcd5bb1ba52ddc8198f8a0afaf0a30fdc2e00e6b3c0
-DIST openrct2-replays-0.0.19.zip 1825303 BLAKE2B 
d7ddbe090fe041f5bdeab435d223a40f5e8a231850393aa0274813c1b5db0abc2086dcf5b0e807232edf9ceaa05ce98efca14869a01742820366460353c29320
 SHA512 
09615b9687da0de1fd690765305a413b8e57b1de48d42a8707a9e4167ac20566b39b2abb6112b200ac0caab45001b7cd2896df71205d64df0c61e7742e082de5
 DIST openrct2-replays-0.0.31.zip 1783829 BLAKE2B 
70ef5a5ad89b531baefecfa4c673a4d41e18c4ef5586f045a2174bf39d61bc59ebd5deee23abbba138bd9b943f056134845c8710397b84fc388a5e268025b7d2
 SHA512 
cb26543ad44a9d2c5d4a22e666c9efce605b0de34ac7cc8f42853792f50b8eda9eb551d2e6d0724fc4d282c83043718fa074cdd5081a9f12aebdc62efd2c082c
 DIST openrct2-title-sequences-0.1.2c.zip 2980030 BLAKE2B 
f91168bea0a4f88a801c95ea45759e0d1c887a89c18dbbded5887d2914db7119dd65c231aa422e4f8a964a81d832eae05bffaa8b7908fac39a63792d082b53a0
 SHA512 
0e544d236d5f6ac7f68d75ba1f56f043c76c77676cbb92e6fdbf68a6ae2dc6c41dbdad6083ceec36b2f774bcdd99f64f28de73b208d6a39a8218a9e95502d46e

diff --git a/games-simulation/openrct2/openrct2-0.3.2-r1.ebuild 
b/games-simulation/openrct2/openrct2-0.3.2-r1.ebuild
deleted file mode 100644
index ab825ca0f21..00000000000
--- a/games-simulation/openrct2/openrct2-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1 xdg-utils
-
-MY_PN="OpenRCT2"
-MY_PN_OBJ="objects"
-MY_PN_RPL="replays"
-MY_PN_TS="title-sequences"
-MY_PV_OBJ="1.0.18"
-MY_PV_RPL="0.0.19"
-MY_PV_TS="0.1.2c"
-
-DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"
-HOMEPAGE="https://openrct2.org/";
-SRC_URI="
-       https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-       
https://github.com/${MY_PN}/${MY_PN_OBJ}/releases/download/v${MY_PV_OBJ}/${MY_PN_OBJ}.zip
 -> ${PN}-${MY_PN_OBJ}-${MY_PV_OBJ}.zip
-       
https://github.com/${MY_PN}/${MY_PN_TS}/releases/download/v${MY_PV_TS}/${MY_PN_TS}.zip
 -> ${PN}-${MY_PN_TS}-${MY_PV_TS}.zip
-       test? ( 
https://github.com/${MY_PN}/${MY_PN_RPL}/releases/download/v${MY_PV_RPL}/${MY_PN_RPL}.zip
 -> ${PN}-${MY_PN_RPL}-${MY_PV_RPL}.zip )
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="dedicated libressl +lightfx +opengl scripting test +truetype"
-
-COMMON_DEPEND="
-       dev-libs/icu:=
-       dev-libs/jansson
-       dev-libs/libzip:=
-       media-libs/libpng:0=
-       net-misc/curl[ssl]
-       sys-libs/zlib
-       !dedicated? (
-               media-libs/libsdl2
-               media-libs/speexdsp
-               opengl? ( virtual/opengl )
-       )
-       libressl? ( dev-libs/libressl:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       scripting? ( dev-lang/duktape:= )
-       truetype? (
-               media-libs/fontconfig:1.0
-               media-libs/freetype:2
-       )
-"
-
-RDEPEND="
-       ${COMMON_DEPEND}
-       dedicated? (
-               acct-group/openrct2
-               acct-user/openrct2
-       )
-"
-
-DEPEND="
-       ${COMMON_DEPEND}
-       dev-cpp/nlohmann_json
-       test? ( dev-cpp/gtest )
-"
-
-BDEPEND="
-       app-arch/unzip
-       virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.2.4-include-additional-paths.patch"
-       "${FILESDIR}/${PN}-0.2.6-gtest-1.10.patch"
-)
-
-src_unpack() {
-       unpack "${P}".tar.gz
-
-       mkdir -p "${S}"/data/sequence || die
-       cd "${S}"/data/sequence || die
-       unpack "${PN}-${MY_PN_TS}-${MY_PV_TS}".zip
-
-       mkdir -p "${S}"/data/object || die
-       cd "${S}"/data/object || die
-       unpack "${PN}-${MY_PN_OBJ}-${MY_PV_OBJ}".zip
-
-       if use test; then
-               mkdir -p "${S}"/testdata/replays || die
-               cd "${S}"/testdata/replays || die
-               unpack "${PN}-${MY_PN_RPL}-${MY_PV_RPL}".zip
-       fi
-}
-
-src_prepare() {
-       cmake_src_prepare
-
-       # Don't treat warnings as errors.
-       sed -e 's/-Werror//' -i CMakeLists.txt || die
-}
-
-src_configure() {
-       # Note: There is currently no support for Disord-RPC and Google 
Benchmark,
-       # as both packages do not exist in Gentoo, so support for them has been 
disabled.
-       local mycmakeargs=(
-               -DDISABLE_DISCORD_RPC=ON
-               -DDISABLE_GOOGLE_BENCHMARK=ON
-               -DDISABLE_GUI=$(usex dedicated)
-               -DDISABLE_HTTP=OFF
-               -DDISABLE_NETWORK=OFF
-               $(usex !dedicated "-DDISABLE_OPENGL=$(usex !opengl)" "")
-               -DDISABLE_TTF=$(usex !truetype)
-               -DDOWNLOAD_OBJECTS=OFF
-               -DDOWNLOAD_REPLAYS=OFF
-               -DDOWNLOAD_TITLE_SEQUENCES=OFF
-               -DENABLE_LIGHTFX=$(usex lightfx)
-               -DENABLE_SCRIPTING=$(usex scripting)
-               -DOPENRCT2_USE_CCACHE=OFF
-               -DPORTABLE=OFF
-               -DSTATIC=OFF
-               $(usex test "-DSYSTEM_GTEST=ON" "")
-               -DWITH_TESTS=$(usex test)
-               -DUSE_MMAP=ON
-       )
-
-       cmake_src_configure
-}
-
-src_test() {
-       # Since the tests need the OpenRCT2 data,
-       # we need to symlink them into the build directory,
-       # otherwise some tests will fail, as they don't find the OpenRCT2 data.
-       # It is currently not possible to override that path.
-       # See: https://github.com/OpenRCT2/OpenRCT2/issues/6473
-       ln -s "${S}"/data "${BUILD_DIR}" || die
-
-       cmake_src_test
-}
-
-src_install() {
-       use scripting && DOCS+=( "distribution/scripting.md" 
"distribution/openrct2.d.ts" )
-
-       cmake_src_install
-
-       if use dedicated; then
-               newinitd "${FILESDIR}"/openrct2.initd openrct2
-               newconfd "${FILESDIR}"/openrct2.confd openrct2
-       fi
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}

Reply via email to