From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- games-rpg/adonthell/Manifest | 3 ++- games-rpg/adonthell/adonthell-0.3.8.ebuild | 8 ++++---- games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch | 7 +++++++ 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch (limited to 'games-rpg/adonthell') diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest index 269befc7027a..051005fcbd30 100644 --- a/games-rpg/adonthell/Manifest +++ b/games-rpg/adonthell/Manifest @@ -1,4 +1,5 @@ AUX adonthell-0.3.8-ar.patch 236 BLAKE2B 5ff259fd847ead6b1f70de02f94c8bb43ed984cab240a73f6933b0b86e65fa9e35dff4abed748cb535e772a0f79d5aa306088f650ee39ec41d2dab751ca5fc58 SHA512 af019fb6a32dc630dd00f9101967a7344b9e7172fcc46400b156247c54d59512533012ca6e715ea47f561e3a5b5b3467ee1c3381541d8bca9345792604564aa0 +AUX adonthell-0.3.8-python3.10.patch 195 BLAKE2B 681668dd75a7ff5586694eb240ebbf47523fc3f0e5787f9e03780c65c2bdf4fd2430a0ded1b2e8a2d75d22ecbbd3ff1a942bfbb76b0a8ec00265c0df0884388c SHA512 4bdd62e70801ee90525d36faff4a28a7a2620cc19396e2edef5ad9c7daa71ca73f88a8b1d9c29fe8c1d4201e26ffc88eefc50a2f7c540014f120fde257060c78 DIST adonthell-src-0.3.8.tar.gz 889244 BLAKE2B 43b685feaa9ae616fea0eaa7687c72455ef916c9eeaf0dd07724fbaae5e33fb36130252c3c493cff34889cbc6146d76cc9ba2a1ec4e4f20b3b16c188c837d51a SHA512 7a047ec4d01d677c616dcc1f8efff2fecc95c1636172fd6709736de79f485711f169057af5797db85243592b5622f25f69e3393469321d7989c054bb41e17cf3 -EBUILD adonthell-0.3.8.ebuild 1148 BLAKE2B bcb4e6c43bbf988cd97e743e7bf8f1fc6f41083809a3fb6d18b0913657b6943ff1ef30c6a82d798e086fac967f6d5dbf5b8d7f071f332f7c18823cc2ae2d0840 SHA512 fbdc02cab89f6f58427ee24c931dcea99a4d98474cd06a63ca5c8c3c98373a6280a0e8f5d21e123590a1c7410d461dcc17fac61e340f3e5419361bf430ec182a +EBUILD adonthell-0.3.8.ebuild 1186 BLAKE2B d7739e6634481a93c1aaec0c8b6faa0c920909a03150c9a6221d546e65ea84c676c99ad35538a375bef062353c82dd4fac281672ba6b1332a535c1fa88fc62e6 SHA512 5006731ceac58a9e9b52d118e25dfa3d01bce20fae02e75d6c09cb0c4186dbdcabe5fe80a29d3dc8798b02b959c6a6bcf77489c83b452be2a18d7f4bf249d703 MISC metadata.xml 250 BLAKE2B 8d44bd4c6e7d6491273e2015e36ddac74af7b94a124fd240ff030e16430f5c85e53ab812f0e3e94bb2e6d138f39b512bbe01ff98b0081cacc21a02d648ec7643 SHA512 80ac07a3cac10ad2e72e9989a130b7d2073934fe92914a9db2af4d0e769d4bf537770f8faba0654bbd64a7e85ee38cf1f9d03b4b9cd322864b1b2bb35087d610 diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild index 55a6d24270f2..4a48d53e89f0 100644 --- a/games-rpg/adonthell/adonthell-0.3.8.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.8.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-single-r1 DESCRIPTION="Roleplaying game engine" @@ -39,7 +38,8 @@ BDEPEND=" DOCS=( AUTHORS NEWBIE NEWS README ) PATCHES=( - "${FILESDIR}/${P}-ar.patch" + "${FILESDIR}"/${P}-ar.patch + "${FILESDIR}"/${P}-python3.10.patch ) src_prepare() { diff --git a/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch b/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch new file mode 100644 index 000000000000..21bba839a271 --- /dev/null +++ b/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch @@ -0,0 +1,7 @@ +node.h was removed in python3.10 but this does not actually use it +--- a/src/python_class.h ++++ b/src/python_class.h +@@ -38,3 +38,2 @@ + #include "eval.h" +-#include "node.h" + #include "fileops.h" -- cgit v1.2.3