Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmathscrabble/files/, games-kids/tuxmathscrabble/, profiles/
Date: Mon, 03 Feb 2020 06:10:56
Message-Id: 1580710132.0edb8ab929ea4a90bdc42eca8005b09cb8af51bd.mgorny@gentoo
1 commit: 0edb8ab929ea4a90bdc42eca8005b09cb8af51bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:08:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:08:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edb8ab9
7
8 games-kids/tuxmathscrabble: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693032
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-kids/tuxmathscrabble/Manifest | 1 -
14 .../files/tuxmathscrabble-0.8.1-gentoo.patch | 92 ----------------------
15 games-kids/tuxmathscrabble/metadata.xml | 11 ---
16 .../tuxmathscrabble-0.8.1-r1.ebuild | 63 ---------------
17 profiles/package.mask | 5 --
18 5 files changed, 172 deletions(-)
19
20 diff --git a/games-kids/tuxmathscrabble/Manifest b/games-kids/tuxmathscrabble/Manifest
21 deleted file mode 100644
22 index 1063cdb1963..00000000000
23 --- a/games-kids/tuxmathscrabble/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST tuxmathscrabble-0.8.1.tar.gz 9376820 BLAKE2B 40746d4e9b9ee81b09e563a522f6d1ae839a4729b7b38c9a96758553766b2597360c7391d42f09c8de494871ce086883f47186a17e9ee4b61c8a0afdc0f07b11 SHA512 70a48b078af170c4008beca495576afc6e0dd72239b2b57543a98642ee9e8d13a2ae48aa5afab77015c8c56cd9a2d80865645504a620b2e2b798ed40f653533c
27
28 diff --git a/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch b/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch
29 deleted file mode 100644
30 index 0e104f2f586..00000000000
31 --- a/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.8.1-gentoo.patch
32 +++ /dev/null
33 @@ -1,92 +0,0 @@
34 ---- a/TuxMathScrabble/tms.py 2015-02-02 22:19:30.894373011 +0100
35 -+++ b/TuxMathScrabble/tms.py 2015-02-02 22:20:19.530320947 +0100
36 -@@ -1258,7 +1258,7 @@
37 - if not os.path.exists(infname):
38 -
39 - master_fname=os.path.join(self.env.fontdir,'.tms_config_master')
40 -- candidate=os.path.join('/','usr','share','games','tuxmathscrabble','.tms_config_master')
41 -+ candidate=os.path.join('@GENTOO_DATADIR@','.tms_config_master')
42 - if os.path.exists(candidate):
43 - master_fname=candidate
44 -
45 ---- a/.tms_config_master 2015-02-02 22:21:59.655216399 +0100
46 -+++ b/.tms_config_master 2015-02-02 22:25:33.754003432 +0100
47 -@@ -380,66 +380,66 @@
48 - 'wtype':'wx.SpinCtrl',
49 - },
50 - 'FONT_APPNAME':{
51 -- 'default_path':'./Font',
52 -+ 'default_path':'@GENTOO_DATADIR@/Font',
53 - 'default_value':'mickey.ttf',
54 - 'descr':'',
55 - 'dtype':'wx.String',
56 -- 'path':'./Font',
57 -+ 'path':'@GENTOO_DATADIR@/Font',
58 - 'showme':-1,
59 - 'tooltip':'Font to be used for application name overlay.',
60 - 'value':'mickey.ttf',
61 - 'wtype':'wx.FileDialog',
62 - },
63 - 'FONT_BFONT':{
64 -- 'default_path':'./Font',
65 -+ 'default_path':'@GENTOO_DATADIR@/Font',
66 - 'default_value':'Bluehigh.ttf',
67 - 'descr':'',
68 - 'dtype':'wx.String',
69 -- 'path':'./Font',
70 -+ 'path':'@GENTOO_DATADIR@/Font',
71 - 'showme':0,
72 - 'tooltip':'Button Font',
73 - 'value':'Bluehigh.ttf',
74 - 'wtype':'wx.FileDialog',
75 - },
76 - 'FONT_CFONT':{
77 -- 'default_path':'./Font',
78 -+ 'default_path':'@GENTOO_DATADIR@/Font',
79 - 'default_value':'arialbd.ttf',
80 - 'descr':'',
81 - 'dtype':'wx.String',
82 -- 'path':'./Font',
83 -+ 'path':'@GENTOO_DATADIR@/Font',
84 - 'showme':0,
85 - 'tooltip':'Character font used for tile characters',
86 - 'value':'arialbd.ttf',
87 - 'wtype':'wx.FileDialog',
88 - },
89 - 'FONT_HUD':{
90 -- 'default_path':'./Font',
91 -+ 'default_path':'@GENTOO_DATADIR@/Font',
92 - 'default_value':'aqua_pfont.ttf',
93 - 'descr':'',
94 - 'dtype':'wx.String',
95 -- 'path':'./Font',
96 -+ 'path':'@GENTOO_DATADIR@/Font',
97 - 'showme':0,
98 - 'tooltip':'The default font to be used for other overlay information (credits, etc).',
99 - 'value':'aqua_pfont.ttf',
100 - 'wtype':'wx.FileDialog',
101 - },
102 - 'FONT_OVERLAY':{
103 -- 'default_path':'./Font',
104 -+ 'default_path':'@GENTOO_DATADIR@/Font',
105 - 'default_value':'arial.ttf',
106 - 'descr':'',
107 - 'dtype':'wx.String',
108 -- 'path':'./Font',
109 -+ 'path':'@GENTOO_DATADIR@/Font',
110 - 'showme':0,
111 - 'tooltip':'The default font to be used for other overlay information (credits, etc).',
112 - 'value':'arial.ttf',
113 - 'wtype':'wx.FileDialog',
114 - },
115 - 'FONT_PFONT':{
116 -- 'default_path':'./Font',
117 -+ 'default_path':'@GENTOO_DATADIR@/Font',
118 - 'default_value':'Bluehigh.ttf',
119 - 'descr':'',
120 - 'dtype':'wx.String',
121 -- 'path':'./Font',
122 -+ 'path':'@GENTOO_DATADIR@/Font',
123 - 'showme':0,
124 - 'tooltip':'Point value font (ie lower right corner of tiles)',
125 - 'value':'Bluehigh.ttf',
126
127 diff --git a/games-kids/tuxmathscrabble/metadata.xml b/games-kids/tuxmathscrabble/metadata.xml
128 deleted file mode 100644
129 index bc7656e3fc1..00000000000
130 --- a/games-kids/tuxmathscrabble/metadata.xml
131 +++ /dev/null
132 @@ -1,11 +0,0 @@
133 -<?xml version="1.0" encoding="UTF-8"?>
134 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
135 -<pkgmetadata>
136 - <maintainer type="project">
137 - <email>games@g.o</email>
138 - <name>Gentoo Games Project</name>
139 - </maintainer>
140 - <upstream>
141 - <remote-id type="github">asymptopia/tuxmathscrabble</remote-id>
142 - </upstream>
143 -</pkgmetadata>
144
145 diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild
146 deleted file mode 100644
147 index a8201b815b3..00000000000
148 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild
149 +++ /dev/null
150 @@ -1,63 +0,0 @@
151 -# Copyright 1999-2016 Gentoo Foundation
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=6
155 -PYTHON_COMPAT=( python2_7 )
156 -inherit eutils python-single-r1 multilib
157 -
158 -MY_PN=TuxMathScrabble
159 -DESCRIPTION="math-version of the popular board game for children 4-10"
160 -HOMEPAGE="http://www.asymptopia.org/"
161 -SRC_URI="https://github.com/asymptopia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
162 -
163 -LICENSE="GPL-2"
164 -SLOT="0"
165 -KEYWORDS="~amd64 ~x86"
166 -IUSE=""
167 -
168 -CDEPEND="${PYTHON_DEPS}
169 - dev-python/wxpython[${PYTHON_USEDEP}]"
170 -DEPEND="${CDEPEND}
171 - app-arch/unzip"
172 -RDEPEND="${CDEPEND}
173 - dev-python/pygame[${PYTHON_USEDEP}]"
174 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
175 -
176 -pkg_setup() {
177 - python-single-r1_pkg_setup
178 -}
179 -
180 -PATCHES=(
181 - "${FILESDIR}"/${P}-gentoo.patch
182 -)
183 -
184 -src_prepare() {
185 - default
186 -
187 - rm -f $(find . -name '*.pyc')
188 - sed -i \
189 - -e "s:@GENTOO_DATADIR@:/usr/share/${MY_PN}:" \
190 - ${MY_PN}/tms.py \
191 - .tms_config_master \
192 - || die "sed failed"
193 - sed -i \
194 - -e "s:python2.7-32:python:g" \
195 - ${PN}.py || die "2nd sed failed"
196 - python_fix_shebang .
197 -}
198 -
199 -src_install() {
200 - newbin ${PN}.py ${PN}
201 -
202 - python_domodule ${MY_PN}
203 -
204 - insinto /usr/share/${MY_PN}
205 - doins -r .tms_config_master Font
206 -
207 - python_optimize
208 -
209 - newicon tms.ico ${PN}.ico
210 - make_desktop_entry ${PN} ${PN} /usr/share/pixmaps/${PN}.ico
211 -
212 - dodoc CHANGES README
213 -}
214
215 diff --git a/profiles/package.mask b/profiles/package.mask
216 index 300ba2a1e76..10ff49cd33d 100644
217 --- a/profiles/package.mask
218 +++ b/profiles/package.mask
219 @@ -779,11 +779,6 @@ games-arcade/bub-n-bros
220 # Removal in 30 days. Bug #703762.
221 games-action/accelerator3d
222
223 -# David Seifert <soap@g.o> (2019-12-25)
224 -# Py2 only, upstream abandoned further development, Broken.
225 -# Removal in 30 days. Bug #693032.
226 -games-kids/tuxmathscrabble
227 -
228 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
229 # Needs more testing.
230 =app-emulation/xen-4.13.0