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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 654D515817D for ; Sat, 22 Jun 2024 12:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219C62BC01D; Sat, 22 Jun 2024 12:11:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F02AB2BC01D for ; Sat, 22 Jun 2024 12:11:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCAF2340441 for ; Sat, 22 Jun 2024 12:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 499001D0E for ; Sat, 22 Jun 2024 12:11:01 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1719058185.5a257ee8cb45767e9b40ba0c8a04588206e7470f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/chocolate-doom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild X-VCS-Directories: games-fps/chocolate-doom/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5a257ee8cb45767e9b40ba0c8a04588206e7470f X-VCS-Branch: master Date: Sat, 22 Jun 2024 12:11:01 +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: 3cdc1d1c-9c0e-4b1d-8c25-12df7f2b6d57 X-Archives-Hash: 5f97df5f264f2cc2a00d3f31c520d9ce commit: 5a257ee8cb45767e9b40ba0c8a04588206e7470f Author: James Le Cuirot gentoo org> AuthorDate: Sat Jun 22 12:09:18 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Jun 22 12:09:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a257ee8 games-fps/chocolate-doom: Update PYTHON_COMPAT to py3_{10..13}, EAPI 8 Closes: https://bugs.gentoo.org/929580 Signed-off-by: James Le Cuirot gentoo.org> ....1-r1.ebuild => chocolate-doom-3.0.1-r2.ebuild} | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild similarity index 92% rename from games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild rename to games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild index 28becfd4f811..e45332fa7883 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools prefix python-any-r1 xdg DESCRIPTION="A Doom source port that is minimalist and historically accurate" HOMEPAGE="https://www.chocolate-doom.org" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz https://gist.githubusercontent.com/vilhelmgray/28d4713cb6387ad62ab76cfac1443355/raw/f7600d93ca45a5102969b8f89974a3c36a3563f5/${P}-overhaul-manpages-add-parameters.patch" - +S="${WORKDIR}/${PN}-${P}" LICENSE="BSD GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -21,14 +21,17 @@ DEPEND=" media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net libsamplerate? ( media-libs/libsamplerate ) - png? ( media-libs/libpng:= )" -RDEPEND="${DEPEND}" -# ${PYTHON_DEPS} for bash-completion + png? ( media-libs/libpng:= ) +" + +RDEPEND=" + ${DEPEND} +" + +# ${PYTHON_DEPS} for bash-completion and docs. BDEPEND=" ${PYTHON_DEPS} - doc? ( ${PYTHON_DEPS} )" - -S="${WORKDIR}/${PN}-${P}" +" PATCHES=( "${DISTDIR}/${P}-overhaul-manpages-add-parameters.patch"