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, 03 Sep 2018 13:03:55
Message-Id: 1535979811.0d7e7ff7f0bb0456daa2a6a9e7b094c6becc9b53.kensington@gentoo
1 commit: 0d7e7ff7f0bb0456daa2a6a9e7b094c6becc9b53
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 13:03:03 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 13:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7e7ff7
7
8 dev-games/tiled: remove old
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-games/tiled/Manifest | 3 --
13 dev-games/tiled/tiled-1.0.3.ebuild | 63 --------------------------------------
14 dev-games/tiled/tiled-1.1.4.ebuild | 63 --------------------------------------
15 dev-games/tiled/tiled-1.1.5.ebuild | 63 --------------------------------------
16 4 files changed, 192 deletions(-)
17
18 diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
19 index 900b2875521..3e2b1fc1cf5 100644
20 --- a/dev-games/tiled/Manifest
21 +++ b/dev-games/tiled/Manifest
22 @@ -1,4 +1 @@
23 -DIST tiled-1.0.3.tar.gz 6601791 BLAKE2B 86bca36994b8596931b68dace6db61443bfa488444d06d7bae616a1c095da2d8fd476fd7a466d6b7e95b2291a977e4893125fd09091e96733973bfbc5f66a651 SHA512 4f3c97a91794f86f04965a2332e04f51bc588f7bcfef402edb1092c4e58bb6ace9c90ea522a5fa15a46ca39c8249f62818b80be6d65c11a8d41092ead31cd4f7
24 -DIST tiled-1.1.4.tar.gz 16029257 BLAKE2B 622afd39623af2b713accca5d6ae989224547833e566d1506c90ea846159481f438a484f4a923e9040949bac2d3903e97e23e57f311eb235c68cdad3ee2335f0 SHA512 861f4916968d88bfbf0359db3972994d98608fe9aa4e405a2e89f1c7a11e2521c8c5e18796809db5597b123706dcad0d120221f1e3143dd6e310111487d1aec3
25 -DIST tiled-1.1.5.tar.gz 16034738 BLAKE2B 7486d6267780ad0ab4bc0e7bb6da9e1e48b9e35e0a22a1c6a534cb21227554cba7ce40c5013db88fe9f3547bdfe9723a14c500f2e55164f684d8a5426e632018 SHA512 4c1d03825c76ba14b0469af564fe5eb78fa51790b41ddc51f3f72a8247b0aba1118142144453f4cbdaeedb54ac23812086eeac91bf61457887f1d9635508dbe7
26 DIST tiled-1.1.6.tar.gz 16051699 BLAKE2B 61e33682cbd0d3045c12b20fc852ec8ae81103fc1d9818a7e17222615676dd2d3889033d6d6ba536e63e069a44aaeebeaaffb96b94a2cbcb8f1793553a466703 SHA512 d1083a938bbbd87897c5897fe79d424706e719a4319680ed907be481773daea656fc5b3230ba6b674e5ea044e22ee0044df2a07a7c91c56f9521e32b86847830
27
28 diff --git a/dev-games/tiled/tiled-1.0.3.ebuild b/dev-games/tiled/tiled-1.0.3.ebuild
29 deleted file mode 100644
30 index a0ce9f7613a..00000000000
31 --- a/dev-games/tiled/tiled-1.0.3.ebuild
32 +++ /dev/null
33 @@ -1,63 +0,0 @@
34 -# Copyright 1999-2018 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 gnome2-utils multilib python-single-r1 qmake-utils xdg
41 -
42 -DESCRIPTION="A general purpose tile map editor"
43 -HOMEPAGE="https://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.7:5
55 - >=dev-qt/qtgui-5.7:5
56 - >=dev-qt/qtnetwork-5.7:5
57 - >=dev-qt/qtwidgets-5.7:5
58 - sys-libs/zlib
59 - python? ( ${PYTHON_DEPS} )
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-qt/linguist-tools:5
63 -"
64 -
65 -DOCS=( AUTHORS COPYING NEWS.md README.md )
66 -
67 -pkg_setup() {
68 - use python && python-single-r1_pkg_setup
69 -}
70 -
71 -src_configure() {
72 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
73 -}
74 -
75 -src_install() {
76 - emake INSTALL_ROOT="${D}" install
77 -
78 - einstalldocs
79 -
80 - if use examples ; then
81 - docompress -x /usr/share/doc/${PF}/examples
82 - dodoc -r examples
83 - fi
84 -}
85 -
86 -pkg_postinst() {
87 - gnome2_icon_cache_update
88 - xdg_desktop_database_update
89 - xdg_mimeinfo_database_update
90 -}
91 -
92 -pkg_postrm() {
93 - gnome2_icon_cache_update
94 - xdg_desktop_database_update
95 - xdg_mimeinfo_database_update
96 -}
97
98 diff --git a/dev-games/tiled/tiled-1.1.4.ebuild b/dev-games/tiled/tiled-1.1.4.ebuild
99 deleted file mode 100644
100 index a78bd8eb920..00000000000
101 --- a/dev-games/tiled/tiled-1.1.4.ebuild
102 +++ /dev/null
103 @@ -1,63 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=6
108 -
109 -PYTHON_COMPAT=( python2_7 )
110 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
111 -
112 -DESCRIPTION="A general purpose tile map editor"
113 -HOMEPAGE="https://www.mapeditor.org/"
114 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
115 -
116 -LICENSE="BSD BSD-2 GPL-2+"
117 -SLOT="0"
118 -KEYWORDS="~amd64"
119 -IUSE="examples python"
120 -
121 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
122 -
123 -RDEPEND="
124 - >=dev-qt/qtcore-5.7:5
125 - >=dev-qt/qtgui-5.7:5
126 - >=dev-qt/qtnetwork-5.7:5
127 - >=dev-qt/qtwidgets-5.7:5
128 - sys-libs/zlib
129 - python? ( ${PYTHON_DEPS} )
130 -"
131 -DEPEND="${RDEPEND}
132 - dev-qt/linguist-tools:5
133 -"
134 -
135 -DOCS=( AUTHORS COPYING NEWS.md README.md )
136 -
137 -pkg_setup() {
138 - use python && python-single-r1_pkg_setup
139 -}
140 -
141 -src_configure() {
142 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
143 -}
144 -
145 -src_install() {
146 - emake INSTALL_ROOT="${D}" install
147 -
148 - einstalldocs
149 -
150 - if use examples ; then
151 - docompress -x /usr/share/doc/${PF}/examples
152 - dodoc -r examples
153 - fi
154 -}
155 -
156 -pkg_postinst() {
157 - gnome2_icon_cache_update
158 - xdg_desktop_database_update
159 - xdg_mimeinfo_database_update
160 -}
161 -
162 -pkg_postrm() {
163 - gnome2_icon_cache_update
164 - xdg_desktop_database_update
165 - xdg_mimeinfo_database_update
166 -}
167
168 diff --git a/dev-games/tiled/tiled-1.1.5.ebuild b/dev-games/tiled/tiled-1.1.5.ebuild
169 deleted file mode 100644
170 index a78bd8eb920..00000000000
171 --- a/dev-games/tiled/tiled-1.1.5.ebuild
172 +++ /dev/null
173 @@ -1,63 +0,0 @@
174 -# Copyright 1999-2018 Gentoo Foundation
175 -# Distributed under the terms of the GNU General Public License v2
176 -
177 -EAPI=6
178 -
179 -PYTHON_COMPAT=( python2_7 )
180 -inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
181 -
182 -DESCRIPTION="A general purpose tile map editor"
183 -HOMEPAGE="https://www.mapeditor.org/"
184 -SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
185 -
186 -LICENSE="BSD BSD-2 GPL-2+"
187 -SLOT="0"
188 -KEYWORDS="~amd64"
189 -IUSE="examples python"
190 -
191 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
192 -
193 -RDEPEND="
194 - >=dev-qt/qtcore-5.7:5
195 - >=dev-qt/qtgui-5.7:5
196 - >=dev-qt/qtnetwork-5.7:5
197 - >=dev-qt/qtwidgets-5.7:5
198 - sys-libs/zlib
199 - python? ( ${PYTHON_DEPS} )
200 -"
201 -DEPEND="${RDEPEND}
202 - dev-qt/linguist-tools:5
203 -"
204 -
205 -DOCS=( AUTHORS COPYING NEWS.md README.md )
206 -
207 -pkg_setup() {
208 - use python && python-single-r1_pkg_setup
209 -}
210 -
211 -src_configure() {
212 - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)"
213 -}
214 -
215 -src_install() {
216 - emake INSTALL_ROOT="${D}" install
217 -
218 - einstalldocs
219 -
220 - if use examples ; then
221 - docompress -x /usr/share/doc/${PF}/examples
222 - dodoc -r examples
223 - fi
224 -}
225 -
226 -pkg_postinst() {
227 - gnome2_icon_cache_update
228 - xdg_desktop_database_update
229 - xdg_mimeinfo_database_update
230 -}
231 -
232 -pkg_postrm() {
233 - gnome2_icon_cache_update
234 - xdg_desktop_database_update
235 - xdg_mimeinfo_database_update
236 -}