Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/
Date: Mon, 01 Jun 2020 11:22:17
Message-Id: 1591010515.b335f0f676ef804ce364318fec21f09a56a280dc.kensington@gentoo
1 commit: b335f0f676ef804ce364318fec21f09a56a280dc
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 11:21:11 2020 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 11:21:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b335f0f6
7
8 dev-games/tiled: remove old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 dev-games/tiled/Manifest | 5 ---
14 dev-games/tiled/tiled-1.2.4.ebuild | 62 -------------------------------------
15 dev-games/tiled/tiled-1.2.5.ebuild | 62 -------------------------------------
16 dev-games/tiled/tiled-1.3.1.ebuild | 63 --------------------------------------
17 dev-games/tiled/tiled-1.3.2.ebuild | 63 --------------------------------------
18 dev-games/tiled/tiled-1.3.3.ebuild | 63 --------------------------------------
19 6 files changed, 318 deletions(-)
20
21 diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
22 index 586a5bd27e1..b87761317e6 100644
23 --- a/dev-games/tiled/Manifest
24 +++ b/dev-games/tiled/Manifest
25 @@ -1,6 +1 @@
26 -DIST tiled-1.2.4.tar.gz 16875074 BLAKE2B 19d9e000949a889af90f48c31862aab8d00cbd968d518bc48e58775763ff2b293d5e82f10b8ec45dda936bf81b177f88aa4962900c7b70b01ce514fabf717c46 SHA512 a16fcb3fcceb11397cc981f10a558215264cf2c340639fbc001d384cfd9bc138c05ed40894a03d103af8a7d629c0be9fa6d5a4058fd9c563806920efef8e2cb7
27 -DIST tiled-1.2.5.tar.gz 16878267 BLAKE2B 75d7ba6f715963cc5209181664052aa276dead8311e8fb99561c8375c4fce3400b60f71f4bce3213e1198e3217812e8debdedc72c87dff3f553e391ed1e9438d SHA512 2b0009a8aa785d4289d6759369ff579e62e4fb969090ee6ba2b3fae4dd42d4e9562bd6d2a74ae372c07d9bbfd108390c79a48b49e05f0881e87497f6a727cb3a
28 -DIST tiled-1.3.1.tar.gz 15728903 BLAKE2B f9b6aa89b450bbb6fe101610f81f3f8a2c385149eb07d79c3b2ddf33bb654c7d1f48b8938975be5037824a1fd14840a7ee8b4a0cc8b009808bdfdc4aec99525e SHA512 b2ed5c0ff043990177809873417e31e8ee2894473b3084d0302e5557c19043c1763cf55d8ade16335ba3d64e7b4b903dd5fb88fd4bcf878c7c4d873bc9c7ed73
29 -DIST tiled-1.3.2.tar.gz 15826960 BLAKE2B 3e9669eaee3c1cd5a891cdb7516b620d183d955a0f988bed20403edfdcb629dfeff13baab91fad973f9fe5311e7a1aac9e422dfffb29a550ad7ca5658152279f SHA512 25dedfde6f48b0bd34a500481662c3da8c6f78b023b4d5c63559c4240db22fb664ec057d3d801714cb682a6bd2e870bf072ab688b1d00c017f0ea5af980d5ead
30 -DIST tiled-1.3.3.tar.gz 15859368 BLAKE2B a79f1944daf4fffdccf38fc8250475c4e46844204800fb2c77eaa65882836507257013ba0f107cbf19b780ccf8c4593bdd071138c7fa6068b20d93f686b5eb62 SHA512 61207f2634ee841207598d06bc4bb97cd25182e25228c97b6a369b88e3a79ddf63c91786eb80254a658380f54b08d4f0bef1891ff7437aedc29f6344a405ee08
31 DIST tiled-1.3.4.tar.gz 15860089 BLAKE2B cdc06f82a5bd92179ff4c6402da7094dfa33d1281f358cd82a5125fe9672b5f317f578f3332c1b07c4603bb8930dd50c736f0a41a156594fbd419d94147c0525 SHA512 f78772f74d9f7a241ff9191ed6152f965b7a5342db877fa63a2d84f266d956cb2fa487776cf503db36bc5da9aa825c8bab87e13293e43a129f560020e323bd61
32
33 diff --git a/dev-games/tiled/tiled-1.2.4.ebuild b/dev-games/tiled/tiled-1.2.4.ebuild
34 deleted file mode 100644
35 index 35f91268964..00000000000
36 --- a/dev-games/tiled/tiled-1.2.4.ebuild
37 +++ /dev/null
38 @@ -1,62 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -
44 -PYTHON_COMPAT=( python3_6 )
45 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
46 -
47 -DESCRIPTION="A general purpose tile map editor"
48 -HOMEPAGE="https://www.mapeditor.org/"
49 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
50 -
51 -LICENSE="BSD BSD-2 GPL-2+"
52 -SLOT="0"
53 -KEYWORDS="amd64"
54 -IUSE="examples python"
55 -
56 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
57 -
58 -RDEPEND="
59 - >=dev-qt/qtcore-5.9:5
60 - >=dev-qt/qtgui-5.9:5
61 - >=dev-qt/qtnetwork-5.9:5
62 - >=dev-qt/qtwidgets-5.9:5
63 - sys-libs/zlib
64 - python? ( ${PYTHON_DEPS} )
65 -"
66 -DEPEND="${RDEPEND}"
67 -BDEPEND="dev-qt/linguist-tools:5"
68 -
69 -DOCS=( AUTHORS COPYING NEWS.md README.md )
70 -
71 -pkg_setup() {
72 - use python && python-single-r1_pkg_setup
73 -}
74 -
75 -src_configure() {
76 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
77 -}
78 -
79 -src_install() {
80 - emake INSTALL_ROOT="${D}" install
81 -
82 - einstalldocs
83 -
84 - if use examples ; then
85 - docompress -x /usr/share/doc/${PF}/examples
86 - dodoc -r examples
87 - fi
88 -}
89 -
90 -pkg_postinst() {
91 - xdg_icon_cache_update
92 - xdg_desktop_database_update
93 - xdg_mimeinfo_database_update
94 -}
95 -
96 -pkg_postrm() {
97 - xdg_icon_cache_update
98 - xdg_desktop_database_update
99 - xdg_mimeinfo_database_update
100 -}
101
102 diff --git a/dev-games/tiled/tiled-1.2.5.ebuild b/dev-games/tiled/tiled-1.2.5.ebuild
103 deleted file mode 100644
104 index 56763ea7c4f..00000000000
105 --- a/dev-games/tiled/tiled-1.2.5.ebuild
106 +++ /dev/null
107 @@ -1,62 +0,0 @@
108 -# Copyright 1999-2019 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=7
112 -
113 -PYTHON_COMPAT=( python3_6 )
114 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
115 -
116 -DESCRIPTION="A general purpose tile map editor"
117 -HOMEPAGE="https://www.mapeditor.org/"
118 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
119 -
120 -LICENSE="BSD BSD-2 GPL-2+"
121 -SLOT="0"
122 -KEYWORDS="~amd64"
123 -IUSE="examples python"
124 -
125 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
126 -
127 -RDEPEND="
128 - >=dev-qt/qtcore-5.9:5
129 - >=dev-qt/qtgui-5.9:5
130 - >=dev-qt/qtnetwork-5.9:5
131 - >=dev-qt/qtwidgets-5.9:5
132 - sys-libs/zlib
133 - python? ( ${PYTHON_DEPS} )
134 -"
135 -DEPEND="${RDEPEND}"
136 -BDEPEND="dev-qt/linguist-tools:5"
137 -
138 -DOCS=( AUTHORS COPYING NEWS.md README.md )
139 -
140 -pkg_setup() {
141 - use python && python-single-r1_pkg_setup
142 -}
143 -
144 -src_configure() {
145 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
146 -}
147 -
148 -src_install() {
149 - emake INSTALL_ROOT="${D}" install
150 -
151 - einstalldocs
152 -
153 - if use examples ; then
154 - docompress -x /usr/share/doc/${PF}/examples
155 - dodoc -r examples
156 - fi
157 -}
158 -
159 -pkg_postinst() {
160 - xdg_icon_cache_update
161 - xdg_desktop_database_update
162 - xdg_mimeinfo_database_update
163 -}
164 -
165 -pkg_postrm() {
166 - xdg_icon_cache_update
167 - xdg_desktop_database_update
168 - xdg_mimeinfo_database_update
169 -}
170
171 diff --git a/dev-games/tiled/tiled-1.3.1.ebuild b/dev-games/tiled/tiled-1.3.1.ebuild
172 deleted file mode 100644
173 index ad6ff84462d..00000000000
174 --- a/dev-games/tiled/tiled-1.3.1.ebuild
175 +++ /dev/null
176 @@ -1,63 +0,0 @@
177 -# Copyright 1999-2019 Gentoo Authors
178 -# Distributed under the terms of the GNU General Public License v2
179 -
180 -EAPI=7
181 -
182 -PYTHON_COMPAT=( python3_6 )
183 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
184 -
185 -DESCRIPTION="A general purpose tile map editor"
186 -HOMEPAGE="https://www.mapeditor.org/"
187 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
188 -
189 -LICENSE="BSD BSD-2 GPL-2+"
190 -SLOT="0"
191 -KEYWORDS="~amd64"
192 -IUSE="examples python"
193 -
194 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
195 -
196 -RDEPEND="
197 - >=dev-qt/qtcore-5.10:5
198 - >=dev-qt/qtdeclarative-5.10:5
199 - >=dev-qt/qtgui-5.10:5
200 - >=dev-qt/qtnetwork-5.10:5
201 - >=dev-qt/qtwidgets-5.10:5
202 - sys-libs/zlib
203 - python? ( ${PYTHON_DEPS} )
204 -"
205 -DEPEND="${RDEPEND}"
206 -BDEPEND="dev-qt/linguist-tools:5"
207 -
208 -DOCS=( AUTHORS COPYING NEWS.md README.md )
209 -
210 -pkg_setup() {
211 - use python && python-single-r1_pkg_setup
212 -}
213 -
214 -src_configure() {
215 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
216 -}
217 -
218 -src_install() {
219 - emake INSTALL_ROOT="${D}" install
220 -
221 - einstalldocs
222 -
223 - if use examples ; then
224 - docompress -x /usr/share/doc/${PF}/examples
225 - dodoc -r examples
226 - fi
227 -}
228 -
229 -pkg_postinst() {
230 - xdg_icon_cache_update
231 - xdg_desktop_database_update
232 - xdg_mimeinfo_database_update
233 -}
234 -
235 -pkg_postrm() {
236 - xdg_icon_cache_update
237 - xdg_desktop_database_update
238 - xdg_mimeinfo_database_update
239 -}
240
241 diff --git a/dev-games/tiled/tiled-1.3.2.ebuild b/dev-games/tiled/tiled-1.3.2.ebuild
242 deleted file mode 100644
243 index b510b361b4a..00000000000
244 --- a/dev-games/tiled/tiled-1.3.2.ebuild
245 +++ /dev/null
246 @@ -1,63 +0,0 @@
247 -# Copyright 1999-2020 Gentoo Authors
248 -# Distributed under the terms of the GNU General Public License v2
249 -
250 -EAPI=7
251 -
252 -PYTHON_COMPAT=( python3_6 )
253 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
254 -
255 -DESCRIPTION="A general purpose tile map editor"
256 -HOMEPAGE="https://www.mapeditor.org/"
257 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
258 -
259 -LICENSE="BSD BSD-2 GPL-2+"
260 -SLOT="0"
261 -KEYWORDS="~amd64"
262 -IUSE="examples python"
263 -
264 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
265 -
266 -RDEPEND="
267 - >=dev-qt/qtcore-5.10:5
268 - >=dev-qt/qtdeclarative-5.10:5
269 - >=dev-qt/qtgui-5.10:5
270 - >=dev-qt/qtnetwork-5.10:5
271 - >=dev-qt/qtwidgets-5.10:5
272 - sys-libs/zlib
273 - python? ( ${PYTHON_DEPS} )
274 -"
275 -DEPEND="${RDEPEND}"
276 -BDEPEND="dev-qt/linguist-tools:5"
277 -
278 -DOCS=( AUTHORS COPYING NEWS.md README.md )
279 -
280 -pkg_setup() {
281 - use python && python-single-r1_pkg_setup
282 -}
283 -
284 -src_configure() {
285 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
286 -}
287 -
288 -src_install() {
289 - emake INSTALL_ROOT="${D}" install
290 -
291 - einstalldocs
292 -
293 - if use examples ; then
294 - docompress -x /usr/share/doc/${PF}/examples
295 - dodoc -r examples
296 - fi
297 -}
298 -
299 -pkg_postinst() {
300 - xdg_icon_cache_update
301 - xdg_desktop_database_update
302 - xdg_mimeinfo_database_update
303 -}
304 -
305 -pkg_postrm() {
306 - xdg_icon_cache_update
307 - xdg_desktop_database_update
308 - xdg_mimeinfo_database_update
309 -}
310
311 diff --git a/dev-games/tiled/tiled-1.3.3.ebuild b/dev-games/tiled/tiled-1.3.3.ebuild
312 deleted file mode 100644
313 index b510b361b4a..00000000000
314 --- a/dev-games/tiled/tiled-1.3.3.ebuild
315 +++ /dev/null
316 @@ -1,63 +0,0 @@
317 -# Copyright 1999-2020 Gentoo Authors
318 -# Distributed under the terms of the GNU General Public License v2
319 -
320 -EAPI=7
321 -
322 -PYTHON_COMPAT=( python3_6 )
323 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
324 -
325 -DESCRIPTION="A general purpose tile map editor"
326 -HOMEPAGE="https://www.mapeditor.org/"
327 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
328 -
329 -LICENSE="BSD BSD-2 GPL-2+"
330 -SLOT="0"
331 -KEYWORDS="~amd64"
332 -IUSE="examples python"
333 -
334 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
335 -
336 -RDEPEND="
337 - >=dev-qt/qtcore-5.10:5
338 - >=dev-qt/qtdeclarative-5.10:5
339 - >=dev-qt/qtgui-5.10:5
340 - >=dev-qt/qtnetwork-5.10:5
341 - >=dev-qt/qtwidgets-5.10:5
342 - sys-libs/zlib
343 - python? ( ${PYTHON_DEPS} )
344 -"
345 -DEPEND="${RDEPEND}"
346 -BDEPEND="dev-qt/linguist-tools:5"
347 -
348 -DOCS=( AUTHORS COPYING NEWS.md README.md )
349 -
350 -pkg_setup() {
351 - use python && python-single-r1_pkg_setup
352 -}
353 -
354 -src_configure() {
355 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
356 -}
357 -
358 -src_install() {
359 - emake INSTALL_ROOT="${D}" install
360 -
361 - einstalldocs
362 -
363 - if use examples ; then
364 - docompress -x /usr/share/doc/${PF}/examples
365 - dodoc -r examples
366 - fi
367 -}
368 -
369 -pkg_postinst() {
370 - xdg_icon_cache_update
371 - xdg_desktop_database_update
372 - xdg_mimeinfo_database_update
373 -}
374 -
375 -pkg_postrm() {
376 - xdg_icon_cache_update
377 - xdg_desktop_database_update
378 - xdg_mimeinfo_database_update
379 -}