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: Sat, 05 Aug 2017 10:09:36
Message-Id: 1501927763.0d8238e6b50eaae524059fc1054164b2d812fab4.kensington@gentoo
1 commit: 0d8238e6b50eaae524059fc1054164b2d812fab4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 5 10:09:08 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 10:09:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8238e6
7
8 dev-games/tiled: remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-games/tiled/Manifest | 3 --
13 dev-games/tiled/tiled-0.18.2.ebuild | 68 -------------------------------------
14 dev-games/tiled/tiled-1.0.0.ebuild | 64 ----------------------------------
15 dev-games/tiled/tiled-1.0.1.ebuild | 64 ----------------------------------
16 4 files changed, 199 deletions(-)
17
18 diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
19 index 9dde3f5e721..d6b54ef21a0 100644
20 --- a/dev-games/tiled/Manifest
21 +++ b/dev-games/tiled/Manifest
22 @@ -1,4 +1 @@
23 -DIST tiled-0.18.2.tar.gz 6409369 SHA256 575e110dd4904f785222d9a298f63eddf5c5b0b8f1450cb684ef3a9ae91292cd SHA512 6cb6844541fc4e52e05e8d12974af395161fbe0c03dddd9be362b6df7a88620ddf13c3a96f8cdb175662d3ae13f162137cf74b6b4c2664ca7dd753e3cb48cd26 WHIRLPOOL 2945156eb99f88d65fa276e1d9a52724e09c996b35fa2bf1d198a41f5785cd52da3d090c268ac4a445dbf94cac12b66ab515b0786ff8bcd9798176220cc937bf
24 -DIST tiled-1.0.0.tar.gz 6575292 SHA256 a5e5f1f3ec9428f124e1fbe65ac3b7ab3c17dc13a3c0d489ff6d356f7f6ad43c SHA512 a5d8af9a1aeae5c4a9eefc865e28ad22c61dad6d04878867c495bbc0c9491723bc51ed30e428fd4d1eaed5c752f90e595d46cc46cde745588556a8b9fa2db727 WHIRLPOOL 7a8241314a60f6ad2c78b4067772475e151645d6668a0f975d177332334f52e79b5ee7e648395e67214d98889bf9d73da5a82d60c4a52a35c5e7cba05df6932d
25 -DIST tiled-1.0.1.tar.gz 6599078 SHA256 0753ce0878e151af3423a7db132d614ee8cdb3856fecf486469b0ac76e95e5f8 SHA512 c092c8ff3ad8f13cf8433d7a513e1c67bbee07195fcf8bd2f3ce4da011697b2f9c792d606df2b0d5b43308d51fd8459e139a25928470a11a05660d6109a7e08f WHIRLPOOL 1b4ffbe001b8a4c62b1af473368ac1ec0d8580f7a942fff48a223cf46f0e16c1a1901599ee8e94cf9a3dff6057f70bf27cd236742a25bd743a5bdda9829716a7
26 DIST tiled-1.0.2.tar.gz 6601753 SHA256 23dd9ec1c7437f03fbb45d05b0706d8ed9fa4327ac421c6446034ad5c9899d8c SHA512 d85a90cd515a0f7bcd63bd00452ab271e41c4c23ea78a3167024d4052ff83782eca81836874a9acc03ea304782e7ed4e6e377dadea8197874337e58c38dc305b WHIRLPOOL c72fbb2508438672a8b4995e4c2e88404e76b98df6e4522ad7bd4bf99aecde96e6ba267553d152ca89804d0ff4709d82d7205422325b98e09494425f69149d07
27
28 diff --git a/dev-games/tiled/tiled-0.18.2.ebuild b/dev-games/tiled/tiled-0.18.2.ebuild
29 deleted file mode 100644
30 index 3d9b6c7fbee..00000000000
31 --- a/dev-games/tiled/tiled-0.18.2.ebuild
32 +++ /dev/null
33 @@ -1,68 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
41 -
42 -DESCRIPTION="A general purpose tile map editor"
43 -HOMEPAGE="http://www.mapeditor.org/"
44 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
45 -
46 -LICENSE="BSD BSD-2 GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64"
49 -IUSE="examples python"
50 -
51 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
52 -
53 -RDEPEND="
54 - >=dev-qt/qtcore-5.6:5
55 - >=dev-qt/qtgui-5.6:5
56 - >=dev-qt/qtnetwork-5.6:5
57 - >=dev-qt/qtopengl-5.6:5
58 - >=dev-qt/qtwidgets-5.6:5
59 - sys-libs/zlib
60 - python? ( ${PYTHON_DEPS} )
61 -"
62 -DEPEND="${RDEPEND}
63 - dev-qt/linguist-tools:5
64 -"
65 -
66 -DOCS=( AUTHORS COPYING NEWS.md README.md )
67 -
68 -pkg_setup() {
69 - use python && python-single-r1_pkg_setup
70 -}
71 -
72 -src_configure() {
73 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
74 -}
75 -
76 -src_install() {
77 - emake INSTALL_ROOT="${D}" install
78 -
79 - einstalldocs
80 -
81 - if use examples ; then
82 - docompress -x /usr/share/doc/${PF}/examples
83 - dodoc -r examples
84 - fi
85 -}
86 -
87 -pkg_preinst() {
88 - gnome2_icon_savelist
89 -}
90 -
91 -pkg_postinst() {
92 - gnome2_icon_cache_update
93 - fdo-mime_desktop_database_update
94 - fdo-mime_mime_database_update
95 -}
96 -
97 -pkg_postrm() {
98 - gnome2_icon_cache_update
99 - fdo-mime_desktop_database_update
100 - fdo-mime_mime_database_update
101 -}
102
103 diff --git a/dev-games/tiled/tiled-1.0.0.ebuild b/dev-games/tiled/tiled-1.0.0.ebuild
104 deleted file mode 100644
105 index 065606a2484..00000000000
106 --- a/dev-games/tiled/tiled-1.0.0.ebuild
107 +++ /dev/null
108 @@ -1,64 +0,0 @@
109 -# Copyright 1999-2017 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -PYTHON_COMPAT=( python2_7 )
115 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
116 -
117 -DESCRIPTION="A general purpose tile map editor"
118 -HOMEPAGE="http://www.mapeditor.org/"
119 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
120 -
121 -LICENSE="BSD BSD-2 GPL-2+"
122 -SLOT="0"
123 -KEYWORDS="~amd64"
124 -IUSE="examples python"
125 -
126 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
127 -
128 -RDEPEND="
129 - >=dev-qt/qtcore-5.6:5
130 - >=dev-qt/qtgui-5.6:5
131 - >=dev-qt/qtnetwork-5.6:5
132 - >=dev-qt/qtopengl-5.6:5
133 - >=dev-qt/qtwidgets-5.6:5
134 - sys-libs/zlib
135 - python? ( ${PYTHON_DEPS} )
136 -"
137 -DEPEND="${RDEPEND}
138 - dev-qt/linguist-tools:5
139 -"
140 -
141 -DOCS=( AUTHORS COPYING NEWS.md README.md )
142 -
143 -pkg_setup() {
144 - use python && python-single-r1_pkg_setup
145 -}
146 -
147 -src_configure() {
148 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
149 -}
150 -
151 -src_install() {
152 - emake INSTALL_ROOT="${D}" install
153 -
154 - einstalldocs
155 -
156 - if use examples ; then
157 - docompress -x /usr/share/doc/${PF}/examples
158 - dodoc -r examples
159 - fi
160 -}
161 -
162 -pkg_postinst() {
163 - gnome2_icon_cache_update
164 - xdg_desktop_database_update
165 - xdg_mimeinfo_database_update
166 -}
167 -
168 -pkg_postrm() {
169 - gnome2_icon_cache_update
170 - xdg_desktop_database_update
171 - xdg_mimeinfo_database_update
172 -}
173
174 diff --git a/dev-games/tiled/tiled-1.0.1.ebuild b/dev-games/tiled/tiled-1.0.1.ebuild
175 deleted file mode 100644
176 index 065606a2484..00000000000
177 --- a/dev-games/tiled/tiled-1.0.1.ebuild
178 +++ /dev/null
179 @@ -1,64 +0,0 @@
180 -# Copyright 1999-2017 Gentoo Foundation
181 -# Distributed under the terms of the GNU General Public License v2
182 -
183 -EAPI=6
184 -
185 -PYTHON_COMPAT=( python2_7 )
186 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
187 -
188 -DESCRIPTION="A general purpose tile map editor"
189 -HOMEPAGE="http://www.mapeditor.org/"
190 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
191 -
192 -LICENSE="BSD BSD-2 GPL-2+"
193 -SLOT="0"
194 -KEYWORDS="~amd64"
195 -IUSE="examples python"
196 -
197 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
198 -
199 -RDEPEND="
200 - >=dev-qt/qtcore-5.6:5
201 - >=dev-qt/qtgui-5.6:5
202 - >=dev-qt/qtnetwork-5.6:5
203 - >=dev-qt/qtopengl-5.6:5
204 - >=dev-qt/qtwidgets-5.6:5
205 - sys-libs/zlib
206 - python? ( ${PYTHON_DEPS} )
207 -"
208 -DEPEND="${RDEPEND}
209 - dev-qt/linguist-tools:5
210 -"
211 -
212 -DOCS=( AUTHORS COPYING NEWS.md README.md )
213 -
214 -pkg_setup() {
215 - use python && python-single-r1_pkg_setup
216 -}
217 -
218 -src_configure() {
219 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
220 -}
221 -
222 -src_install() {
223 - emake INSTALL_ROOT="${D}" install
224 -
225 - einstalldocs
226 -
227 - if use examples ; then
228 - docompress -x /usr/share/doc/${PF}/examples
229 - dodoc -r examples
230 - fi
231 -}
232 -
233 -pkg_postinst() {
234 - gnome2_icon_cache_update
235 - xdg_desktop_database_update
236 - xdg_mimeinfo_database_update
237 -}
238 -
239 -pkg_postrm() {
240 - gnome2_icon_cache_update
241 - xdg_desktop_database_update
242 - xdg_mimeinfo_database_update
243 -}