public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/
Date: Thu, 11 Aug 2022 07:37:50 +0000 (UTC)	[thread overview]
Message-ID: <1660203428.1779bee58dcab39e746ee8791914c04a48b601f7.ionen@gentoo> (raw)

commit:     1779bee58dcab39e746ee8791914c04a48b601f7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 06:14:37 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 07:37:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1779bee5

games-simulation/corsix-th: drop 0.65.1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-simulation/corsix-th/Manifest                |  1 -
 games-simulation/corsix-th/corsix-th-0.65.1.ebuild | 82 ----------------------
 2 files changed, 83 deletions(-)

diff --git a/games-simulation/corsix-th/Manifest b/games-simulation/corsix-th/Manifest
index 962ac658fb26..b735a4821e26 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1,2 +1 @@
-DIST corsix-th-0.65.1.tar.gz 4163922 BLAKE2B c1d9255e41521876716b377579642ed46b9fc54823816dc431f7b56ffa532af7091ae0b1e291bb1c4fb74165ca07786e0991a990c90bc3a13e234ba31c6fa706 SHA512 b7e964c22517b94cb1dafb0529368c87a2e58cf1f784062b9f2f72749ba69523b63d4f846ebd582c71cf5ca7e7c437a34717ca3877ad3737139ba2fd6a316577
 DIST corsix-th-0.66.tar.gz 4117046 BLAKE2B 7bceb0d5893849ba906ccd9516ecd52f0a1c54f3a91bff932c0db053f66e71a3d38dfdb55979cb9bb2047c7338b3badbb32defa216a9867fb7166f4ca14bfa75 SHA512 a5cea74e7754132a7edbe188c63c08eb40ba8a8bbef6dc7441e41c5f46e96cacaa077d00bead4f8b3af3b8e07eadb4cfd08b1fb147e1397e2f9aa02642d29105

diff --git a/games-simulation/corsix-th/corsix-th-0.65.1.ebuild b/games-simulation/corsix-th/corsix-th-0.65.1.ebuild
deleted file mode 100644
index 3ac363b27b5e..000000000000
--- a/games-simulation/corsix-th/corsix-th-0.65.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..4} )
-
-inherit cmake lua-single xdg
-
-MY_PN="CorsixTH"
-
-DESCRIPTION="Open source clone of Theme Hospital"
-HOMEPAGE="https://corsixth.com"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="doc +midi +sound +truetype +videos"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}
-	$(lua_gen_cond_dep '
-		>=dev-lua/luafilesystem-1.5[${LUA_USEDEP}]
-		>=dev-lua/lpeg-0.9[${LUA_USEDEP}]
-		>=dev-lua/luasocket-3.0_rc1-r4[${LUA_USEDEP}]
-	')
-	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}"
-
-# Technically, build-time generation of documentation could use any version
-# of Lua (or to be precise: if in src_configure cmake has been told to use
-# LuaJIT documentation generation looks for LuaJIT, otherwise any
-# dev-lang/lua slot will do; see the first few lines of the bundled file
-# CMake/GenerateDoc.cmake for details) - but since dev-lang/lua conflicts
-# with the other slots of same, try to keep the deptree sane until we get
-# rid of unslotted Lua.
-BDEPEND="
-	virtual/pkgconfig
-	doc? (
-		app-doc/doxygen[dot]
-		${LUA_DEPS}
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.64-cmake_lua_detection.patch
-)
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DLUA_VERSION=$(lua_get_version)
-		-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/*
-}


             reply	other threads:[~2022-08-11  7:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11  7:37 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-28  6:23 [gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/ Sam James
2025-01-26  8:56 Sam James
2025-01-26  8:56 Sam James
2024-12-27  7:02 Sam James
2024-12-27  7:02 Sam James
2023-10-16 22:51 James Le Cuirot
2023-08-20 15:35 James Le Cuirot
2023-08-01  7:09 Sam James
2022-11-22 13:47 Arthur Zamarin
2021-12-28 17:10 Ionen Wolkens
2021-10-19  0:17 Sam James
2021-08-06 12:58 Sam James
2021-03-26  0:41 Conrad Kostecki
2020-08-23 20:53 Sam James
2020-05-24  8:24 Sergei Trofimovich
2020-04-25 20:18 Mikle Kolyada
2020-03-27 21:48 James Le Cuirot
2020-03-27 21:48 James Le Cuirot
2018-09-01 14:25 James Le Cuirot
2016-07-07 19:48 Austin English
2016-05-22 12:01 Patrick Lauer
2016-05-21 15:35 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660203428.1779bee58dcab39e746ee8791914c04a48b601f7.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox