commit: 88ea8f2f6d716e3c6494427ef1654ee9a6fe1950 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 09:27:30 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 04:29:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ea8f2f
games-rpg/adonthell: treeclean Closes: https://bugs.gentoo.org/889002 Closes: https://bugs.gentoo.org/892323 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-rpg/adonthell/Manifest | 1 - games-rpg/adonthell/adonthell-0.3.8.ebuild | 61 ---------------------- games-rpg/adonthell/files/adonthell-0.3.8-ar.patch | 11 ---- .../files/adonthell-0.3.8-python3.10.patch | 7 --- games-rpg/adonthell/metadata.xml | 8 --- profiles/package.mask | 8 --- 6 files changed, 96 deletions(-) diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest deleted file mode 100644 index de8df9b31cbb..000000000000 --- a/games-rpg/adonthell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST adonthell-src-0.3.8.tar.gz 889244 BLAKE2B 43b685feaa9ae616fea0eaa7687c72455ef916c9eeaf0dd07724fbaae5e33fb36130252c3c493cff34889cbc6146d76cc9ba2a1ec4e4f20b3b16c188c837d51a SHA512 7a047ec4d01d677c616dcc1f8efff2fecc95c1636172fd6709736de79f485711f169057af5797db85243592b5622f25f69e3393469321d7989c054bb41e17cf3 diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild deleted file mode 100644 index 908c5468e7d9..000000000000 --- a/games-rpg/adonthell/adonthell-0.3.8.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit autotools python-single-r1 - -DESCRIPTION="Roleplaying game engine" -HOMEPAGE="http://adonthell.nongnu.org/" -SRC_URI="https://savannah.nongnu.org/download/${PN}/${PN}-src-${PV}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - media-libs/freetype - media-libs/libogg - media-libs/libsdl2[X,video,sound] - media-libs/libvorbis - media-libs/sdl2-mixer[vorbis] - media-libs/sdl2-ttf - sys-libs/zlib - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-lang/swig" -BDEPEND=" - virtual/pkgconfig - doc? ( - app-doc/doxygen - media-gfx/graphviz - ) - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS NEWBIE NEWS README ) - -PATCHES=( - "${FILESDIR}"/${P}-ar.patch - "${FILESDIR}"/${P}-python3.10.patch -) - -src_prepare() { - default - eautoreconf -} - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_configure() { - econf \ - --program-transform-name="s:${PN}-$(ver_cut 1-2):${PN}:" \ - --disable-py-debug \ - --with-python=${EPYTHON} \ - $(use_enable nls) \ - $(use_enable doc) -} diff --git a/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch b/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch deleted file mode 100644 index 2b2e34d62c7d..000000000000 --- a/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -r b3fec744fc29 configure.ac ---- a/configure.ac Sat Oct 17 22:39:45 2020 +0000 -+++ b/configure.ac Sat Oct 17 22:40:17 2020 +0000 -@@ -26,6 +26,7 @@ - AC_PROG_CXXCPP - AC_PROG_MAKE_SET - AC_PROG_RANLIB -+AM_PROG_AR - - dnl **** - dnl i18n 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 deleted file mode 100644 index 21bba839a271..000000000000 --- a/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch +++ /dev/null @@ -1,7 +0,0 @@ -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" diff --git a/games-rpg/adonthell/metadata.xml b/games-rpg/adonthell/metadata.xml deleted file mode 100644 index 1c3ba213c494..000000000000 --- a/games-rpg/adonthell/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index bea419f71101..ce4b3688b197 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -326,14 +326,6 @@ dev-ruby/ruby_gntp # Removal on 2023-02-27. app-admin/bastille -# Ionen Wolkens <[email protected]> (2023-01-28) -# Recently broke at runtime, and its relationship with evolving -# swig+python is likely to keep breaking this further without an -# active upstream (no activty since 2018) to keep up with changes. -# Removal: 2023-02-27. Bug #892323 -games-rpg/adonthell -games-rpg/wastesedge - # Florian Schmaus <[email protected]> (2023-01-27) # Previous dependencies of dev-lang/clojure, now part of the clojure # ebuild and no longer needed.
