diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-26 04:27:30 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-26 23:29:19 -0500 |
commit | 88ea8f2f6d716e3c6494427ef1654ee9a6fe1950 (patch) | |
tree | a639509b179eedb7e5fc81538c6259ac96980ecc /games-rpg | |
parent | games-rpg/wastesedge: treeclean (diff) | |
download | gentoo-88ea8f2f6d716e3c6494427ef1654ee9a6fe1950.tar.gz gentoo-88ea8f2f6d716e3c6494427ef1654ee9a6fe1950.tar.bz2 gentoo-88ea8f2f6d716e3c6494427ef1654ee9a6fe1950.zip |
games-rpg/adonthell: treeclean
Closes: https://bugs.gentoo.org/889002
Closes: https://bugs.gentoo.org/892323
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/adonthell/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.8.ebuild | 61 | ||||
-rw-r--r-- | games-rpg/adonthell/files/adonthell-0.3.8-ar.patch | 11 | ||||
-rw-r--r-- | games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch | 7 | ||||
-rw-r--r-- | games-rpg/adonthell/metadata.xml | 8 |
5 files changed, 0 insertions, 88 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>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |