From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90BC3158B20 for ; Mon, 03 Feb 2025 11:38:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7D06B34307A for ; Mon, 03 Feb 2025 11:38:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 59A30110478; Mon, 03 Feb 2025 11:38:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 54036110478 for ; Mon, 03 Feb 2025 11:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08575343072 for ; Mon, 03 Feb 2025 11:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0952609 for ; Mon, 03 Feb 2025 11:38:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1738496280.edcdb2677a0afd134846622e91dbd748fd7f31c4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-roguelike/cataclysm-dda/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild X-VCS-Directories: games-roguelike/cataclysm-dda/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: edcdb2677a0afd134846622e91dbd748fd7f31c4 X-VCS-Branch: master Date: Mon, 03 Feb 2025 11:38:21 +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: 2907021d-c4af-4be4-b74b-22df05285946 X-Archives-Hash: 06b8720f1a30f6f78965fd9b3d0b37a8 commit: edcdb2677a0afd134846622e91dbd748fd7f31c4 Author: strategictraveler proton me> AuthorDate: Sun Feb 2 11:28:08 2025 +0000 Commit: David Roman gmail com> CommitDate: Sun Feb 2 11:38:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edcdb267 games-roguelike/cataclysm-dda: Remove ebuild-specific bdep, add note - only depend on app-arch/unzip if not live - add license note for bump Signed-off-by: strategictraveler proton.me> games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild | 4 +++- games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild index 1e5149d87..d61890171 100644 --- a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild +++ b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild @@ -29,6 +29,7 @@ else KEYWORDS="~amd64" fi +# NOTE: Add BSD license on bump LICENSE="CC-BY-SA-3.0 Apache-2.0 soundpack? ( CC-BY-SA-4.0 ) MIT OFL-1.1 Unicode-3.0" IUSE="debug doc ncurses nls +sound +soundpack test +tiles" REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \ @@ -50,10 +51,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" doc? ( app-text/doxygen[dot] ) - soundpack? ( app-arch/unzip ) nls? ( sys-devel/gettext ) " +[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )" + src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild index 0b04fe840..943792391 100644 --- a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild +++ b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild @@ -53,6 +53,8 @@ BDEPEND=" nls? ( sys-devel/gettext ) " +[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )" + src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack