Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/
Date: Sun, 28 Feb 2021 23:04:48
Message-Id: 1614553470.645c826c87964db5a24b3fa5dd724d7e3224cbc3.sam@gentoo
1 commit: 645c826c87964db5a24b3fa5dd724d7e3224cbc3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 22:31:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 23:04:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645c826c
7
8 games-strategy/0ad: update comments in ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 21 +++++++--------------
13 1 file changed, 7 insertions(+), 14 deletions(-)
14
15 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
16 index 436db366fb5..1a15d95383c 100644
17 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
18 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
19 @@ -41,8 +41,7 @@ RESTRICT="test"
20 BDEPEND="virtual/pkgconfig
21 test? ( dev-lang/perl )"
22
23 -# remove dependency on nvtt
24 -# as we use the bundled one
25 +# Removed dependency on nvtt as we use the bundled one
26 # bug #768930
27 DEPEND="
28 dev-libs/boost:=
29 @@ -163,9 +162,8 @@ src_compile() {
30 elog "Building 0ad"
31 emake -C build/workspaces/gcc verbose=1 JOBS="-j3"
32
33 - # merged from 0ad-data
34 - # addresses comment #3
35 - # bug #771147
36 + # Merged from 0ad-data
37 + # bug #771147 (comment 3)
38 if [[ ${PV} == 9999 || ${PV} == *_pre* ]]; then
39 # source/lib/sysdep/os/linux/ldbg.cpp:debug_SetThreadName() tries to open /proc/self/task/${TID}/comm for writing.
40 addpredict /proc/self/task
41 @@ -204,18 +202,13 @@ src_install() {
42 newbin binaries/system/pyrogenesis 0ad
43 use editor && newbin binaries/system/ActorEditor 0ad-ActorEditor
44
45 - # merged with 0ad-data
46 - # addresses comment #3
47 - # bug #771147
48 + # Merged from 0ad-data
49 + # bug #771147 (comment 3)
50 insinto /usr/share/${PN}
51 doins -r binaries/data/{l10n,config,mods,tools}
52
53 - # merged with 0ad-data
54 - # addresses comment #3
55 - # bug #771147
56 - # install bundled SpiderMonkey and nvtt
57 - # fixes comment #1
58 - # bug #771147
59 + # Install bundled SpiderMonkey and nvtt
60 + # bug #771147 (comment 1)
61 exeinto /usr/$(get_libdir)/${PN}
62 doexe binaries/system/{libCollada,libmozjs78-ps-release,libnvtt,libnvcore,libnvimage,libnvmath}.so
63 use editor && doexe binaries/system/libAtlasUI.so