summaryrefslogtreecommitdiff
path: root/games-rpg/adonthell
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/adonthell')
-rw-r--r--games-rpg/adonthell/Manifest5
-rw-r--r--games-rpg/adonthell/adonthell-0.3.8.ebuild61
-rw-r--r--games-rpg/adonthell/files/adonthell-0.3.8-ar.patch11
-rw-r--r--games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch7
-rw-r--r--games-rpg/adonthell/metadata.xml8
5 files changed, 0 insertions, 92 deletions
diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest
deleted file mode 100644
index 97ec74dd321c..000000000000
--- a/games-rpg/adonthell/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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 1186 BLAKE2B 3a0aa0af2bfc4668057b04c2cafd6f5f7b035d7e3e1af70e475586588b0f4ca752d16e0f1ace8d84aaf53e943f0e148e7b8ee0ad9aab6da60ec1bbf6eb17b782 SHA512 5b13e553a62c12b54737533c68cc9d96dc38a88b13e50cae3ce621e425c3a63bb8122d3824597c851ac3a827c5d8e781f86ee66dd2512bec3a17c9edeacf7bcc
-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
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>