Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/adonthell/files/, games-rpg/adonthell/, profiles/
Date: Mon, 27 Feb 2023 04:30:59
Message-Id: 1677472159.88ea8f2f6d716e3c6494427ef1654ee9a6fe1950.ionen@gentoo
1 commit: 88ea8f2f6d716e3c6494427ef1654ee9a6fe1950
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 09:27:30 2023 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 04:29:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ea8f2f
7
8 games-rpg/adonthell: treeclean
9
10 Closes: https://bugs.gentoo.org/889002
11 Closes: https://bugs.gentoo.org/892323
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 games-rpg/adonthell/Manifest | 1 -
15 games-rpg/adonthell/adonthell-0.3.8.ebuild | 61 ----------------------
16 games-rpg/adonthell/files/adonthell-0.3.8-ar.patch | 11 ----
17 .../files/adonthell-0.3.8-python3.10.patch | 7 ---
18 games-rpg/adonthell/metadata.xml | 8 ---
19 profiles/package.mask | 8 ---
20 6 files changed, 96 deletions(-)
21
22 diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest
23 deleted file mode 100644
24 index de8df9b31cbb..000000000000
25 --- a/games-rpg/adonthell/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST adonthell-src-0.3.8.tar.gz 889244 BLAKE2B 43b685feaa9ae616fea0eaa7687c72455ef916c9eeaf0dd07724fbaae5e33fb36130252c3c493cff34889cbc6146d76cc9ba2a1ec4e4f20b3b16c188c837d51a SHA512 7a047ec4d01d677c616dcc1f8efff2fecc95c1636172fd6709736de79f485711f169057af5797db85243592b5622f25f69e3393469321d7989c054bb41e17cf3
29
30 diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild
31 deleted file mode 100644
32 index 908c5468e7d9..000000000000
33 --- a/games-rpg/adonthell/adonthell-0.3.8.ebuild
34 +++ /dev/null
35 @@ -1,61 +0,0 @@
36 -# Copyright 1999-2023 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{9..10} )
42 -inherit autotools python-single-r1
43 -
44 -DESCRIPTION="Roleplaying game engine"
45 -HOMEPAGE="http://adonthell.nongnu.org/"
46 -SRC_URI="https://savannah.nongnu.org/download/${PN}/${PN}-src-${PV}.tar.gz"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="doc nls"
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -RDEPEND="${PYTHON_DEPS}
55 - media-libs/freetype
56 - media-libs/libogg
57 - media-libs/libsdl2[X,video,sound]
58 - media-libs/libvorbis
59 - media-libs/sdl2-mixer[vorbis]
60 - media-libs/sdl2-ttf
61 - sys-libs/zlib
62 - nls? ( virtual/libintl )"
63 -DEPEND="${RDEPEND}
64 - dev-lang/swig"
65 -BDEPEND="
66 - virtual/pkgconfig
67 - doc? (
68 - app-doc/doxygen
69 - media-gfx/graphviz
70 - )
71 - nls? ( sys-devel/gettext )"
72 -
73 -DOCS=( AUTHORS NEWBIE NEWS README )
74 -
75 -PATCHES=(
76 - "${FILESDIR}"/${P}-ar.patch
77 - "${FILESDIR}"/${P}-python3.10.patch
78 -)
79 -
80 -src_prepare() {
81 - default
82 - eautoreconf
83 -}
84 -
85 -pkg_setup() {
86 - python-single-r1_pkg_setup
87 -}
88 -
89 -src_configure() {
90 - econf \
91 - --program-transform-name="s:${PN}-$(ver_cut 1-2):${PN}:" \
92 - --disable-py-debug \
93 - --with-python=${EPYTHON} \
94 - $(use_enable nls) \
95 - $(use_enable doc)
96 -}
97
98 diff --git a/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch b/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch
99 deleted file mode 100644
100 index 2b2e34d62c7d..000000000000
101 --- a/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch
102 +++ /dev/null
103 @@ -1,11 +0,0 @@
104 -diff -r b3fec744fc29 configure.ac
105 ---- a/configure.ac Sat Oct 17 22:39:45 2020 +0000
106 -+++ b/configure.ac Sat Oct 17 22:40:17 2020 +0000
107 -@@ -26,6 +26,7 @@
108 - AC_PROG_CXXCPP
109 - AC_PROG_MAKE_SET
110 - AC_PROG_RANLIB
111 -+AM_PROG_AR
112 -
113 - dnl ****
114 - dnl i18n
115
116 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
117 deleted file mode 100644
118 index 21bba839a271..000000000000
119 --- a/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch
120 +++ /dev/null
121 @@ -1,7 +0,0 @@
122 -node.h was removed in python3.10 but this does not actually use it
123 ---- a/src/python_class.h
124 -+++ b/src/python_class.h
125 -@@ -38,3 +38,2 @@
126 - #include "eval.h"
127 --#include "node.h"
128 - #include "fileops.h"
129
130 diff --git a/games-rpg/adonthell/metadata.xml b/games-rpg/adonthell/metadata.xml
131 deleted file mode 100644
132 index 1c3ba213c494..000000000000
133 --- a/games-rpg/adonthell/metadata.xml
134 +++ /dev/null
135 @@ -1,8 +0,0 @@
136 -<?xml version="1.0" encoding="UTF-8"?>
137 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
138 -<pkgmetadata>
139 -<maintainer type="project">
140 - <email>games@g.o</email>
141 - <name>Gentoo Games Project</name>
142 -</maintainer>
143 -</pkgmetadata>
144
145 diff --git a/profiles/package.mask b/profiles/package.mask
146 index bea419f71101..ce4b3688b197 100644
147 --- a/profiles/package.mask
148 +++ b/profiles/package.mask
149 @@ -326,14 +326,6 @@ dev-ruby/ruby_gntp
150 # Removal on 2023-02-27.
151 app-admin/bastille
152
153 -# Ionen Wolkens <ionen@g.o> (2023-01-28)
154 -# Recently broke at runtime, and its relationship with evolving
155 -# swig+python is likely to keep breaking this further without an
156 -# active upstream (no activty since 2018) to keep up with changes.
157 -# Removal: 2023-02-27. Bug #892323
158 -games-rpg/adonthell
159 -games-rpg/wastesedge
160 -
161 # Florian Schmaus <flow@g.o> (2023-01-27)
162 # Previous dependencies of dev-lang/clojure, now part of the clojure
163 # ebuild and no longer needed.