commit:     5a257ee8cb45767e9b40ba0c8a04588206e7470f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 12:09:18 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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"

Reply via email to