diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 22:31:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 23:04:30 +0000 |
commit | 645c826c87964db5a24b3fa5dd724d7e3224cbc3 (patch) | |
tree | 5e5c06dfbb8c81cf05c9301e73649df8766a1230 /games-strategy/0ad | |
parent | games-strategy/0ad: remove old broken versions (diff) | |
download | gentoo-645c826c87964db5a24b3fa5dd724d7e3224cbc3.tar.gz gentoo-645c826c87964db5a24b3fa5dd724d7e3224cbc3.tar.bz2 gentoo-645c826c87964db5a24b3fa5dd724d7e3224cbc3.zip |
games-strategy/0ad: update comments in ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/0ad')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index 436db366fb50..1a15d95383c6 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -41,8 +41,7 @@ RESTRICT="test" BDEPEND="virtual/pkgconfig test? ( dev-lang/perl )" -# remove dependency on nvtt -# as we use the bundled one +# Removed dependency on nvtt as we use the bundled one # bug #768930 DEPEND=" dev-libs/boost:= @@ -163,9 +162,8 @@ src_compile() { elog "Building 0ad" emake -C build/workspaces/gcc verbose=1 JOBS="-j3" - # merged from 0ad-data - # addresses comment #3 - # bug #771147 + # Merged from 0ad-data + # bug #771147 (comment 3) if [[ ${PV} == 9999 || ${PV} == *_pre* ]]; then # source/lib/sysdep/os/linux/ldbg.cpp:debug_SetThreadName() tries to open /proc/self/task/${TID}/comm for writing. addpredict /proc/self/task @@ -204,18 +202,13 @@ src_install() { newbin binaries/system/pyrogenesis 0ad use editor && newbin binaries/system/ActorEditor 0ad-ActorEditor - # merged with 0ad-data - # addresses comment #3 - # bug #771147 + # Merged from 0ad-data + # bug #771147 (comment 3) insinto /usr/share/${PN} doins -r binaries/data/{l10n,config,mods,tools} - # merged with 0ad-data - # addresses comment #3 - # bug #771147 - # install bundled SpiderMonkey and nvtt - # fixes comment #1 - # bug #771147 + # Install bundled SpiderMonkey and nvtt + # bug #771147 (comment 1) exeinto /usr/$(get_libdir)/${PN} doexe binaries/system/{libCollada,libmozjs78-ps-release,libnvtt,libnvcore,libnvimage,libnvmath}.so use editor && doexe binaries/system/libAtlasUI.so |