Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/
Date: Sat, 13 Oct 2018 17:36:06
Message-Id: 1539452105.cd19a9b4965e0f203857aae797c68bb295d326e9.pacho@gentoo
1 commit: cd19a9b4965e0f203857aae797c68bb295d326e9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 17:11:05 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 17:35:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd19a9b4
7
8 media-gfx/mypaint: Drop old
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-gfx/mypaint/Manifest | 1 -
14 media-gfx/mypaint/mypaint-1.2.0.ebuild | 80 -----------------------------
15 media-gfx/mypaint/mypaint-1.2.1-r1.ebuild | 77 ----------------------------
16 media-gfx/mypaint/mypaint-1.2.1-r2.ebuild | 78 ----------------------------
17 media-gfx/mypaint/mypaint-1.2.1.ebuild | 85 -------------------------------
18 5 files changed, 321 deletions(-)
19
20 diff --git a/media-gfx/mypaint/Manifest b/media-gfx/mypaint/Manifest
21 index 3ab82befc86..576ed9331ff 100644
22 --- a/media-gfx/mypaint/Manifest
23 +++ b/media-gfx/mypaint/Manifest
24 @@ -1,3 +1,2 @@
25 DIST mypaint-1.1.0.tar.bz2 37416388 BLAKE2B 4ced9087a51b855ad943d104801d06a03a6f78dfd39eba975cbdeddd304c12ffb0ccd48267fcf31f3608acc069b88bc3f07ed2ab750d77eb31bd64df2f6492a9 SHA512 a3eef378ddcaa0a33f9afc49cc587489ecfff6f3e46e2238aab83f89d682f2407e2760e6029eaac3591f0a8955c95280c12839adcb42ec452cefbcdb142ab9b9
26 -DIST mypaint-1.2.0.tar.xz 37895196 BLAKE2B fa0130a0b8ea6aba14f2994584f990c8c0cb4a784df2cbcec10a2be331c3f831dd0913e5b7d1f343ed90b9976b56fa8d55687c4421e11ea6377d2c87f218d59d SHA512 b4e75393cf6ed9b0c3c5a96979607c848d463987e3ac0f711738940ba97be6922e0cce735c56f91261bfce3e0730d69393dd57a45b3b04824c63c74cf1306790
27 DIST mypaint-1.2.1.tar.xz 37897196 BLAKE2B 2d8f6b03f710febae1c2d617a6e542543786be384585ae8a973604da2eba8a0fb770d185aa3d2dfc6f794adf29ffb9c217356a96ab27d677ebb57816f62fae9c SHA512 1783765e495b9535669a83a29d27ba684e6201fdfe0875bdd2c167b1dab8af05993b19025767fe0b2770ed9e578e4709f75d8a4820ac945812cba85609f9eb9b
28
29 diff --git a/media-gfx/mypaint/mypaint-1.2.0.ebuild b/media-gfx/mypaint/mypaint-1.2.0.ebuild
30 deleted file mode 100644
31 index 0e430db29cc..00000000000
32 --- a/media-gfx/mypaint/mypaint-1.2.0.ebuild
33 +++ /dev/null
34 @@ -1,80 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit fdo-mime gnome2-utils multilib scons-utils toolchain-funcs python-single-r1
43 -
44 -DESCRIPTION="fast and easy graphics application for digital painters"
45 -HOMEPAGE="http://mypaint.org/"
46 -SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
54 -
55 -RDEPEND="
56 - dev-python/pygobject:3[${PYTHON_USEDEP}]
57 - dev-python/numpy[${PYTHON_USEDEP}]
58 - >=dev-python/pycairo-1.4[${PYTHON_USEDEP}]
59 - dev-python/protobuf-python[${PYTHON_USEDEP}]
60 - >=dev-libs/json-c-0.11:=
61 - media-libs/lcms:2
62 - media-libs/libpng:0=
63 - gnome-base/librsvg
64 - ${PYTHON_DEPS}
65 -"
66 -DEPEND="${RDEPEND}
67 - dev-lang/swig
68 - virtual/pkgconfig"
69 -
70 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
71 -
72 -pkg_setup() {
73 - python-single-r1_pkg_setup
74 -}
75 -
76 -src_prepare() {
77 - # multilib support
78 - sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" \
79 - SConstruct SConscript || die
80 -}
81 -
82 -src_compile() {
83 - #workaround scons bug with locales. Bug #352700
84 - export LANG="en_US.UTF-8"
85 - tc-export CC CXX
86 - escons
87 -}
88 -
89 -src_install () {
90 - escons prefix="${D}/usr" install
91 - newicon pixmaps/${PN}_logo.png ${PN}.png
92 - for x in ${LANGS}; do
93 - if ! has ${x} ${LINGUAS}; then
94 - rm -rf "${ED}"/usr/share/locale/${x} || die
95 - fi
96 - done
97 -
98 - python_optimize "${D}"usr/share/${PN}
99 - # not used and broken
100 - rm -rf "${ED}"/usr/{include/,lib/libmypaint.a,lib/pkgconfig/} || die
101 -}
102 -
103 -pkg_preinst() {
104 - gnome2_icon_savelist
105 -}
106 -
107 -pkg_postinst() {
108 - fdo-mime_desktop_database_update
109 - gnome2_icon_cache_update
110 -}
111 -
112 -pkg_postrm() {
113 - fdo-mime_desktop_database_update
114 -}
115
116 diff --git a/media-gfx/mypaint/mypaint-1.2.1-r1.ebuild b/media-gfx/mypaint/mypaint-1.2.1-r1.ebuild
117 deleted file mode 100644
118 index 8489c3857e4..00000000000
119 --- a/media-gfx/mypaint/mypaint-1.2.1-r1.ebuild
120 +++ /dev/null
121 @@ -1,77 +0,0 @@
122 -# Copyright 1999-2018 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=6
126 -
127 -PYTHON_COMPAT=( python2_7 )
128 -
129 -inherit fdo-mime gnome2-utils scons-utils toolchain-funcs python-single-r1
130 -
131 -DESCRIPTION="fast and easy graphics application for digital painters"
132 -HOMEPAGE="http://mypaint.org/"
133 -SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~x86"
138 -IUSE=""
139 -
140 -LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
141 -
142 -RDEPEND="
143 - dev-python/pygobject:3[${PYTHON_USEDEP}]
144 - dev-python/numpy[${PYTHON_USEDEP}]
145 - >=dev-python/pycairo-1.4[${PYTHON_USEDEP}]
146 - dev-python/protobuf-python[${PYTHON_USEDEP}]
147 - >=dev-libs/json-c-0.11:=
148 - media-libs/lcms:2
149 - >=media-libs/libmypaint-1.3.0
150 - media-libs/libpng:0=
151 - gnome-base/librsvg
152 - ${PYTHON_DEPS}
153 -"
154 -DEPEND="${RDEPEND}
155 - dev-lang/swig
156 - virtual/pkgconfig"
157 -
158 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
159 -
160 -pkg_setup() {
161 - python-single-r1_pkg_setup
162 -}
163 -
164 -src_compile() {
165 - #workaround scons bug with locales. Bug #352700
166 - export LANG="en_US.UTF-8"
167 - tc-export CC CXX
168 - escons
169 -}
170 -
171 -src_install () {
172 - escons prefix="${D}/usr" install
173 - newicon pixmaps/${PN}_logo.png ${PN}.png
174 - for x in ${LANGS}; do
175 - if ! has ${x} ${LINGUAS}; then
176 - rm -rf "${ED}"/usr/share/locale/${x} || die
177 - fi
178 - done
179 -
180 - python_optimize "${D}"usr/share/${PN}
181 - # not used and broken
182 - rm -r "${ED}"/usr/{include/,lib/libmypaint.a,lib/pkgconfig/} || die
183 - # already provided by system-libmypaint
184 - rm "${ED}"/usr/share/locale/*/LC_MESSAGES/libmypaint* || die
185 -}
186 -
187 -pkg_preinst() {
188 - gnome2_icon_savelist
189 -}
190 -
191 -pkg_postinst() {
192 - fdo-mime_desktop_database_update
193 - gnome2_icon_cache_update
194 -}
195 -
196 -pkg_postrm() {
197 - fdo-mime_desktop_database_update
198 -}
199
200 diff --git a/media-gfx/mypaint/mypaint-1.2.1-r2.ebuild b/media-gfx/mypaint/mypaint-1.2.1-r2.ebuild
201 deleted file mode 100644
202 index 6dc9afe61a5..00000000000
203 --- a/media-gfx/mypaint/mypaint-1.2.1-r2.ebuild
204 +++ /dev/null
205 @@ -1,78 +0,0 @@
206 -# Copyright 1999-2018 Gentoo Foundation
207 -# Distributed under the terms of the GNU General Public License v2
208 -
209 -EAPI=6
210 -
211 -PYTHON_COMPAT=( python2_7 )
212 -
213 -inherit flag-o-matic fdo-mime gnome2-utils scons-utils toolchain-funcs python-single-r1
214 -
215 -DESCRIPTION="fast and easy graphics application for digital painters"
216 -HOMEPAGE="http://mypaint.org/"
217 -SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz"
218 -
219 -LICENSE="GPL-2"
220 -SLOT="0"
221 -KEYWORDS="~amd64 ~x86"
222 -IUSE=""
223 -
224 -LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
225 -
226 -RDEPEND="
227 - dev-python/pygobject:3[${PYTHON_USEDEP}]
228 - dev-python/numpy[${PYTHON_USEDEP}]
229 - >=dev-python/pycairo-1.4[${PYTHON_USEDEP}]
230 - dev-python/protobuf-python[${PYTHON_USEDEP}]
231 - >=dev-libs/json-c-0.11:=
232 - media-libs/lcms:2
233 - >=media-libs/libmypaint-1.3.0
234 - media-libs/libpng:0=
235 - gnome-base/librsvg
236 - ${PYTHON_DEPS}
237 -"
238 -DEPEND="${RDEPEND}
239 - dev-lang/swig
240 - virtual/pkgconfig"
241 -
242 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
243 -
244 -pkg_setup() {
245 - python-single-r1_pkg_setup
246 -}
247 -
248 -src_compile() {
249 - #workaround scons bug with locales. Bug #352700
250 - export LANG="en_US.UTF-8"
251 - tc-export CC CXX
252 - strip-flags # scons upstream issue #3017
253 - escons
254 -}
255 -
256 -src_install () {
257 - escons prefix="${D}/usr" install
258 - newicon pixmaps/${PN}_logo.png ${PN}.png
259 - for x in ${LANGS}; do
260 - if ! has ${x} ${LINGUAS}; then
261 - rm -rf "${ED}"/usr/share/locale/${x} || die
262 - fi
263 - done
264 -
265 - python_optimize "${D}"usr/share/${PN}
266 - # not used and broken
267 - rm -r "${ED}"/usr/{include/,lib/libmypaint.a,lib/pkgconfig/} || die
268 - # already provided by system-libmypaint
269 - rm "${ED}"/usr/share/locale/*/LC_MESSAGES/libmypaint* || die
270 -}
271 -
272 -pkg_preinst() {
273 - gnome2_icon_savelist
274 -}
275 -
276 -pkg_postinst() {
277 - fdo-mime_desktop_database_update
278 - gnome2_icon_cache_update
279 -}
280 -
281 -pkg_postrm() {
282 - fdo-mime_desktop_database_update
283 -}
284
285 diff --git a/media-gfx/mypaint/mypaint-1.2.1.ebuild b/media-gfx/mypaint/mypaint-1.2.1.ebuild
286 deleted file mode 100644
287 index b2c2e285156..00000000000
288 --- a/media-gfx/mypaint/mypaint-1.2.1.ebuild
289 +++ /dev/null
290 @@ -1,85 +0,0 @@
291 -# Copyright 1999-2018 Gentoo Foundation
292 -# Distributed under the terms of the GNU General Public License v2
293 -
294 -EAPI=6
295 -
296 -PYTHON_COMPAT=( python2_7 )
297 -
298 -inherit fdo-mime gnome2-utils multilib scons-utils toolchain-funcs python-single-r1
299 -
300 -DESCRIPTION="fast and easy graphics application for digital painters"
301 -HOMEPAGE="http://mypaint.org/"
302 -SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz"
303 -
304 -LICENSE="GPL-2"
305 -SLOT="0"
306 -KEYWORDS="~amd64 ~x86"
307 -IUSE=""
308 -
309 -LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
310 -
311 -RDEPEND="
312 - dev-python/pygobject:3[${PYTHON_USEDEP}]
313 - dev-python/numpy[${PYTHON_USEDEP}]
314 - >=dev-python/pycairo-1.4[${PYTHON_USEDEP}]
315 - dev-python/protobuf-python[${PYTHON_USEDEP}]
316 - >=dev-libs/json-c-0.11:=
317 - media-libs/lcms:2
318 - >=media-libs/libmypaint-1.3.0
319 - media-libs/libpng:0=
320 - gnome-base/librsvg
321 - ${PYTHON_DEPS}
322 -"
323 -DEPEND="${RDEPEND}
324 - dev-lang/swig
325 - virtual/pkgconfig"
326 -
327 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
328 -
329 -pkg_setup() {
330 - python-single-r1_pkg_setup
331 -}
332 -
333 -src_prepare() {
334 - default
335 -
336 - # multilib support
337 - sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" \
338 - SConstruct SConscript || die
339 -}
340 -
341 -src_compile() {
342 - #workaround scons bug with locales. Bug #352700
343 - export LANG="en_US.UTF-8"
344 - tc-export CC CXX
345 - escons
346 -}
347 -
348 -src_install () {
349 - escons prefix="${D}/usr" install
350 - newicon pixmaps/${PN}_logo.png ${PN}.png
351 - for x in ${LANGS}; do
352 - if ! has ${x} ${LINGUAS}; then
353 - rm -rf "${ED}"/usr/share/locale/${x} || die
354 - fi
355 - done
356 -
357 - python_optimize "${D}"usr/share/${PN}
358 - # not used and broken
359 - rm -r "${ED}"/usr/{include/,lib/libmypaint.a,lib/pkgconfig/} || die
360 - # already provided by system-libmypaint
361 - rm "${ED}"/usr/share/locale/*/LC_MESSAGES/libmypaint* || die
362 -}
363 -
364 -pkg_preinst() {
365 - gnome2_icon_savelist
366 -}
367 -
368 -pkg_postinst() {
369 - fdo-mime_desktop_database_update
370 - gnome2_icon_cache_update
371 -}
372 -
373 -pkg_postrm() {
374 - fdo-mime_desktop_database_update
375 -}