From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/
Date: Fri, 27 Dec 2024 07:02:43 +0000 (UTC) [thread overview]
Message-ID: <1735282908.63d0ed6897fad5afd4e18173f23d31eafee66f40.sam@gentoo> (raw)
commit: 63d0ed6897fad5afd4e18173f23d31eafee66f40
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 07:01:48 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 07:01:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d0ed68
games-simulation/corsix-th: fix version, disable update checker
* Fix version to avoid MY_PV adjustment
* Disable update checker (no need for it really, and needs curl)
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-simulation/corsix-th/Manifest | 2 +-
.../corsix-th/{corsix-th-0.68.ebuild => corsix-th-0.68.0.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-simulation/corsix-th/Manifest b/games-simulation/corsix-th/Manifest
index 1f59d00c8814..dda33dc681cd 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1,2 +1,2 @@
DIST corsix-th-0.67.tar.gz 4127698 BLAKE2B 3b95b2439b779eab88a680fc3543fc4695cab7eac09ec2b20f892e95faaaf176c4d6c4862a9cd716958283922a7a6d8d1011346f1ef7c7a2f43ccca0c0b076c6 SHA512 b0e245a8aed9ad36e1040f88bbf8bf031bddf8dead0c59bc99a3c7f19cd6957c52e8185b2b737e78d57c73a58e460360428c81d5df1f6660aa17c7ec91ac62ba
-DIST corsix-th-0.68.tar.gz 4240659 BLAKE2B 9823e90927a63591384de49dde3cdcaced9fd1221931dacad0a5d115d0fcee2c9616b1a6785e91170c23a653f4bccbf6438fe352afdda9777078cdbfd84f0fda SHA512 087c20d79d249cff77e037561fb978290af75ff13c02e24c52699fd7b4e8a542e23806b7fde93cfff7d47bd98ee1eda4878cd0d4585e12775a2e6337655a5bbf
+DIST corsix-th-0.68.0.tar.gz 4240659 BLAKE2B 9823e90927a63591384de49dde3cdcaced9fd1221931dacad0a5d115d0fcee2c9616b1a6785e91170c23a653f4bccbf6438fe352afdda9777078cdbfd84f0fda SHA512 087c20d79d249cff77e037561fb978290af75ff13c02e24c52699fd7b4e8a542e23806b7fde93cfff7d47bd98ee1eda4878cd0d4585e12775a2e6337655a5bbf
diff --git a/games-simulation/corsix-th/corsix-th-0.68.ebuild b/games-simulation/corsix-th/corsix-th-0.68.0.ebuild
similarity index 97%
rename from games-simulation/corsix-th/corsix-th-0.68.ebuild
rename to games-simulation/corsix-th/corsix-th-0.68.0.ebuild
index 7029e083c5dd..32f0eab26d9f 100644
--- a/games-simulation/corsix-th/corsix-th-0.68.ebuild
+++ b/games-simulation/corsix-th/corsix-th-0.68.0.ebuild
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1..4} )
inherit cmake lua-single xdg
MY_PN="CorsixTH"
-MY_PV="${PV/_/-}.0"
+MY_PV="${PV/_/-}"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="Open source clone of Theme Hospital"
@@ -65,6 +65,7 @@ src_configure() {
-DWITH_AUDIO=$(usex sound)
-DWITH_FREETYPE2=$(usex truetype)
-DWITH_MOVIES=$(usex videos)
+ -DWITH_UPDATE_CHECK=OFF
)
cmake_src_configure
next reply other threads:[~2024-12-27 7:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-27 7:02 Sam James [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
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
2022-08-11 7:37 Ionen Wolkens
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=1735282908.63d0ed6897fad5afd4e18173f23d31eafee66f40.sam@gentoo \
--to=sam@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