Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
Date: Tue, 31 May 2022 00:30:35
Message-Id: 1653956996.a73d0a6512dc399fd8249e7e0e572f747be1b24d.freyermuth@gentoo
1 commit: a73d0a6512dc399fd8249e7e0e572f747be1b24d
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Tue May 31 00:29:56 2022 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Tue May 31 00:29:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a73d0a65
7
8 games-arcade/taisei: Add new dep for live ebuild.
9
10 Upstream now requires dev-python/zstandard at build time.
11
12 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
13
14 games-arcade/taisei/Manifest | 3 ---
15 games-arcade/taisei/taisei-9999.ebuild | 7 +++++++
16 2 files changed, 7 insertions(+), 3 deletions(-)
17
18 diff --git a/games-arcade/taisei/Manifest b/games-arcade/taisei/Manifest
19 index 0ff1f7f51..1824917ec 100644
20 --- a/games-arcade/taisei/Manifest
21 +++ b/games-arcade/taisei/Manifest
22 @@ -1,4 +1 @@
23 DIST taisei-v1.3.2.tar.xz 70481856 BLAKE2B 608b5db6f17e2693539ce0742a1812633e91e901b3935b9e54f91514827642334f6cb6f0217aff713f1ff9dd01d971ae895ac8c98b0360f254b52d3e49bfae61 SHA512 9304c082106dfa1ffcf6c8fb7333e64755b1246ef50b9f49d3e64d167eb15575ac667ca658b1d7e247582e164e703e5817384556dd633f5516670d975817717d
24 -EBUILD taisei-1.3.2-r1.ebuild 1282 BLAKE2B ebfde44ba2913b29b3e6ffdef0091a2033e9991a9fd9983e349544f68f37227e2554d0510d15d9e4ad19bcf3ba2315ca5e761d41a9a488907202ca24083aa6fe SHA512 d86cf9c58acdc534890cfc438c07cedb03f4e3df4ee0b854a9f10d247dd75bd5699699f88c33d2d20171a2637ac0e85abb9c2262fa1b9e5028e022c83c9548be
25 -EBUILD taisei-9999.ebuild 1306 BLAKE2B 101f574e13ae45b95ea3f190eaee0ac844c40f121df754c23b11b637c6836b0dd9ea483fa5c9c4ee9e4151735ec2991d44d541b2d5e94ad7500511b022be4a43 SHA512 1f7a03d67c5b89b0af41608afc681ffdb87ccff390afcb98d6ceefa7fd0d5f9f920c8c2ae2a58f48d307bae108ef8d84e7c6969ab7871daa136ac661db32e352
26 -MISC metadata.xml 980 BLAKE2B 4db98838a52872417b48a661ba2fcff377fd7ea73c7e25c7296cfe6bc5dec8fad8985776ce8a7c13a9b90b40708cc42a4371871eae0def5cc3f35d7550d7a7dd SHA512 456d9ae4a15a5a21cfc5048d2ed8d8514d4b930a95d00cd04ca9bc0a47edcb60e049d5dee8873d326bf3444ee68283ae854624c8f1f34fc0bba7316f6efb2c22
27
28 diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
29 index a7cbe9861..1e2549f07 100644
30 --- a/games-arcade/taisei/taisei-9999.ebuild
31 +++ b/games-arcade/taisei/taisei-9999.ebuild
32 @@ -39,9 +39,16 @@ DEPEND="
33 "
34 BDEPEND="
35 >=dev-util/meson-0.53
36 + $(python_gen_any_dep '
37 + dev-python/zstandard[${PYTHON_USEDEP}]
38 + ')
39 ${PYTHON_DEPS}
40 doc? ( dev-python/docutils )"
41
42 +python_check_deps() {
43 + has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
44 +}
45 +
46 src_prepare() {
47 if use doc; then
48 sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${P}\')/" \