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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11B29158064 for ; Sun, 5 May 2024 23:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD182BC059; Sun, 5 May 2024 23:44:15 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 4C7ED2BC059 for ; Sun, 5 May 2024 23:44:15 +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 6274F34316D for ; Sun, 5 May 2024 23:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CEBA1A34 for ; Sun, 5 May 2024 23:44:11 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1714952251.baa52b0691fe34b51a3e09b5a03e2df68236dc2a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/commandergenius/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/commandergenius/commandergenius-2.4.0-r1.ebuild X-VCS-Directories: games-arcade/commandergenius/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: baa52b0691fe34b51a3e09b5a03e2df68236dc2a X-VCS-Branch: master Date: Sun, 5 May 2024 23:44:11 +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: 9e46ee43-953c-4162-88a9-5682f2a124f3 X-Archives-Hash: 3726ed3a645b06949423cc978d1e5e96 commit: baa52b0691fe34b51a3e09b5a03e2df68236dc2a Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 5 17:10:49 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 5 23:37:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa52b06 games-arcade/commandergenius: enable py3.12 + tidy Still needs the bump that would remove python altogether, but I don't have the game data to run it and would rather not handle it. Adding 3.12 is also pretty tentative. Closes: https://bugs.gentoo.org/929568 Signed-off-by: Ionen Wolkens gentoo.org> .../commandergenius/commandergenius-2.4.0-r1.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/games-arcade/commandergenius/commandergenius-2.4.0-r1.ebuild b/games-arcade/commandergenius/commandergenius-2.4.0-r1.ebuild index 82eb3b850b7e..5d2aabf22c41 100644 --- a/games-arcade/commandergenius/commandergenius-2.4.0-r1.ebuild +++ b/games-arcade/commandergenius/commandergenius-2.4.0-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # note: version >=2.5.0 switches from python to lua -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake flag-o-matic python-single-r1 xdg -MY_P="Commander-Genius-v${PV}" +MY_P=Commander-Genius-v${PV} DESCRIPTION="Open Source Commander Keen clone (needs original game files)" HOMEPAGE="https://clonekeenplus.sourceforge.io/" SRC_URI="https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v${PV}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} LICENSE="GPL-2" SLOT="0" @@ -29,10 +29,12 @@ RDEPEND=" sys-libs/zlib[minizip] downloader? ( net-misc/curl ) opengl? ( virtual/opengl ) - python? ( ${PYTHON_DEPS} )" + python? ( ${PYTHON_DEPS} ) +" DEPEND=" ${RDEPEND} - dev-libs/boost" + dev-libs/boost +" BDEPEND="python? ( ${PYTHON_DEPS} )" PATCHES=(