From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32DDD1382C5 for ; Sun, 28 Feb 2021 23:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04C1E095C; Sun, 28 Feb 2021 23:04:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B880FE0956 for ; Sun, 28 Feb 2021 23:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30B1834117D for ; Sun, 28 Feb 2021 23:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B347533 for ; Sun, 28 Feb 2021 23:04:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614553470.645c826c87964db5a24b3fa5dd724d7e3224cbc3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/0ad/0ad-0.0.24b_alpha.ebuild X-VCS-Directories: games-strategy/0ad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 645c826c87964db5a24b3fa5dd724d7e3224cbc3 X-VCS-Branch: master Date: Sun, 28 Feb 2021 23:04:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e62d8af8-523b-48f6-9de2-7a4f93d67761 X-Archives-Hash: d938cba213076439787189d7a1d42b07 commit: 645c826c87964db5a24b3fa5dd724d7e3224cbc3 Author: Sam James gentoo org> AuthorDate: Sun Feb 28 22:31:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 28 23:04:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645c826c games-strategy/0ad: update comments in ebuild Signed-off-by: Sam James gentoo.org> games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 21 +++++++-------------- 1 file 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 436db366fb5..1a15d95383c 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