Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/displaycal/
Date: Sun, 26 May 2019 16:07:40
Message-Id: 1558886680.9f02253ebab3ca8099a18eccc55f47a702a6818b.voyageur@gentoo
1 commit: 9f02253ebab3ca8099a18eccc55f47a702a6818b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 16:04:40 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 16:04:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f02253e
7
8 media-gfx/displaycal: drop old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 media-gfx/displaycal/Manifest | 3 --
14 media-gfx/displaycal/displaycal-3.7.1.2.ebuild | 63 --------------------------
15 media-gfx/displaycal/displaycal-3.7.1.3.ebuild | 63 --------------------------
16 media-gfx/displaycal/displaycal-3.7.1.4.ebuild | 63 --------------------------
17 media-gfx/displaycal/displaycal-3.7.2.0.ebuild | 63 --------------------------
18 5 files changed, 255 deletions(-)
19
20 diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
21 index 5ea4db7b908..0b38f7ceca9 100644
22 --- a/media-gfx/displaycal/Manifest
23 +++ b/media-gfx/displaycal/Manifest
24 @@ -1,4 +1 @@
25 -DIST DisplayCAL-3.7.1.2.tar.gz 10472879 BLAKE2B a0722af9c8a6df8af57c0a66e792886b6aecb78bec79d0bed22567bd6ce540793ed6dd51437cbf1974b9070b9adb3708f841cf8cfae0e482056d90783be6ddbd SHA512 d708110e0528ffada5fd4a0ca7da9cf02a54964bc7d5af2b98738aa3e34079c0a4890f2cf6086750045915e06d6c943fc954e0f03653d25c080522a4b24795bd
26 -DIST DisplayCAL-3.7.1.3.tar.gz 10474328 BLAKE2B 9c305809a9f46f3ad76eec728026b2abbd1dec3bee46db92bfe9fe4e7c31f24d61eafaca0bda12f510002d3c5d51bfba4c6d4b1bae5e1ce105a8b75d84672ef8 SHA512 9718f589ee1842f6247ea110c4c6defaf767313fb2fd9ce9fb1b35775141774ce9084c2cbf00d9c432162e8b32c8d789e5a52ca385976c4772bf644738257926
27 -DIST DisplayCAL-3.7.1.4.tar.gz 10478572 BLAKE2B 9f646caea40a22804877f168c2a88a2b3069b8d0e4688c9676bd4d6d873a3528797dd3aadde26da40a4945e224504b2f8673f0c176ced687747ef23d8ca20044 SHA512 d60a240714cf32f1f8084caf74cbccc613263612b7192ad766216ec8253c5682079f32d9cf501e91bf7795ddcce4d9f2f0b023117719d0cc05f203d51dc3ef42
28 DIST DisplayCAL-3.7.2.0.tar.gz 10536990 BLAKE2B c3e0c1b75c10911b1624d56f4e5d612eba8c257b5abd8a4632f13d91285283d870d928ad3eb17a9cd620b7fed4b9e5414495e12227fb2b94e3da2551d14042bd SHA512 f516376a84680daa2baffa0b4738f52e5dc6df374ae5d97ed385430e2744a087e044faa4929fdc84b01d79878b44e15eda5fa75b40b8a78e6962f66fc06876d4
29
30 diff --git a/media-gfx/displaycal/displaycal-3.7.1.2.ebuild b/media-gfx/displaycal/displaycal-3.7.1.2.ebuild
31 deleted file mode 100644
32 index 02f4e0b4a7e..00000000000
33 --- a/media-gfx/displaycal/displaycal-3.7.1.2.ebuild
34 +++ /dev/null
35 @@ -1,63 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1 gnome2-utils xdg
43 -
44 -MY_PN="DisplayCAL"
45 -MY_P="${MY_PN}-${PV}"
46 -
47 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
48 -HOMEPAGE="https://displaycal.net/"
49 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -DEPEND="
57 - >=media-gfx/argyllcms-1.1.0
58 - dev-python/wxpython:3.0
59 - >=x11-libs/libX11-1.3.3
60 - >=x11-apps/xrandr-1.3.2
61 - >=x11-libs/libXxf86vm-1.1.0
62 - >=x11-libs/libXinerama-1.1
63 -"
64 -RDEPEND="${DEPEND}
65 - >=dev-python/numpy-1.2.1
66 -"
67 -
68 -# Just in case someone renames the ebuild
69 -S="${WORKDIR}/${MY_P}"
70 -
71 -src_prepare() {
72 - # Do not generate udev/hotplug files
73 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
74 - -i DisplayCAL/setup.py || die
75 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
76 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
77 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
78 - -i DisplayCAL/postinstall.py || die
79 -
80 - # Remove deprecated Encoding key from .desktop file
81 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
82 -
83 - # Remove x-world Media Type
84 - sed -e 's/x\-world\/x\-vrml\;//g' \
85 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
86 -
87 - distutils-r1_src_prepare
88 -}
89 -
90 -pkg_postinst() {
91 - xdg_pkg_postinst
92 - gnome2_icon_cache_update
93 -}
94 -
95 -pkg_postrm() {
96 - xdg_pkg_postrm
97 - gnome2_icon_cache_update
98 -}
99
100 diff --git a/media-gfx/displaycal/displaycal-3.7.1.3.ebuild b/media-gfx/displaycal/displaycal-3.7.1.3.ebuild
101 deleted file mode 100644
102 index 02f4e0b4a7e..00000000000
103 --- a/media-gfx/displaycal/displaycal-3.7.1.3.ebuild
104 +++ /dev/null
105 @@ -1,63 +0,0 @@
106 -# Copyright 1999-2018 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -PYTHON_COMPAT=( python2_7 )
111 -
112 -inherit distutils-r1 gnome2-utils xdg
113 -
114 -MY_PN="DisplayCAL"
115 -MY_P="${MY_PN}-${PV}"
116 -
117 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
118 -HOMEPAGE="https://displaycal.net/"
119 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
120 -
121 -LICENSE="GPL-3"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE=""
125 -
126 -DEPEND="
127 - >=media-gfx/argyllcms-1.1.0
128 - dev-python/wxpython:3.0
129 - >=x11-libs/libX11-1.3.3
130 - >=x11-apps/xrandr-1.3.2
131 - >=x11-libs/libXxf86vm-1.1.0
132 - >=x11-libs/libXinerama-1.1
133 -"
134 -RDEPEND="${DEPEND}
135 - >=dev-python/numpy-1.2.1
136 -"
137 -
138 -# Just in case someone renames the ebuild
139 -S="${WORKDIR}/${MY_P}"
140 -
141 -src_prepare() {
142 - # Do not generate udev/hotplug files
143 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
144 - -i DisplayCAL/setup.py || die
145 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
146 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
147 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
148 - -i DisplayCAL/postinstall.py || die
149 -
150 - # Remove deprecated Encoding key from .desktop file
151 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
152 -
153 - # Remove x-world Media Type
154 - sed -e 's/x\-world\/x\-vrml\;//g' \
155 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
156 -
157 - distutils-r1_src_prepare
158 -}
159 -
160 -pkg_postinst() {
161 - xdg_pkg_postinst
162 - gnome2_icon_cache_update
163 -}
164 -
165 -pkg_postrm() {
166 - xdg_pkg_postrm
167 - gnome2_icon_cache_update
168 -}
169
170 diff --git a/media-gfx/displaycal/displaycal-3.7.1.4.ebuild b/media-gfx/displaycal/displaycal-3.7.1.4.ebuild
171 deleted file mode 100644
172 index d6063154f81..00000000000
173 --- a/media-gfx/displaycal/displaycal-3.7.1.4.ebuild
174 +++ /dev/null
175 @@ -1,63 +0,0 @@
176 -# Copyright 1999-2019 Gentoo Authors
177 -# Distributed under the terms of the GNU General Public License v2
178 -
179 -EAPI=6
180 -PYTHON_COMPAT=( python2_7 )
181 -
182 -inherit distutils-r1 gnome2-utils xdg
183 -
184 -MY_PN="DisplayCAL"
185 -MY_P="${MY_PN}-${PV}"
186 -
187 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
188 -HOMEPAGE="https://displaycal.net/"
189 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
190 -
191 -LICENSE="GPL-3"
192 -SLOT="0"
193 -KEYWORDS="~amd64 ~x86"
194 -IUSE=""
195 -
196 -DEPEND="
197 - >=media-gfx/argyllcms-1.1.0
198 - dev-python/wxpython:3.0
199 - >=x11-libs/libX11-1.3.3
200 - >=x11-apps/xrandr-1.3.2
201 - >=x11-libs/libXxf86vm-1.1.0
202 - >=x11-libs/libXinerama-1.1
203 -"
204 -RDEPEND="${DEPEND}
205 - >=dev-python/numpy-1.2.1
206 -"
207 -
208 -# Just in case someone renames the ebuild
209 -S="${WORKDIR}/${MY_P}"
210 -
211 -src_prepare() {
212 - # Do not generate udev/hotplug files
213 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
214 - -i DisplayCAL/setup.py || die
215 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
216 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
217 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
218 - -i DisplayCAL/postinstall.py || die
219 -
220 - # Remove deprecated Encoding key from .desktop file
221 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
222 -
223 - # Remove x-world Media Type
224 - sed -e 's/x\-world\/x\-vrml\;//g' \
225 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
226 -
227 - distutils-r1_src_prepare
228 -}
229 -
230 -pkg_postinst() {
231 - xdg_pkg_postinst
232 - gnome2_icon_cache_update
233 -}
234 -
235 -pkg_postrm() {
236 - xdg_pkg_postrm
237 - gnome2_icon_cache_update
238 -}
239
240 diff --git a/media-gfx/displaycal/displaycal-3.7.2.0.ebuild b/media-gfx/displaycal/displaycal-3.7.2.0.ebuild
241 deleted file mode 100644
242 index d6063154f81..00000000000
243 --- a/media-gfx/displaycal/displaycal-3.7.2.0.ebuild
244 +++ /dev/null
245 @@ -1,63 +0,0 @@
246 -# Copyright 1999-2019 Gentoo Authors
247 -# Distributed under the terms of the GNU General Public License v2
248 -
249 -EAPI=6
250 -PYTHON_COMPAT=( python2_7 )
251 -
252 -inherit distutils-r1 gnome2-utils xdg
253 -
254 -MY_PN="DisplayCAL"
255 -MY_P="${MY_PN}-${PV}"
256 -
257 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
258 -HOMEPAGE="https://displaycal.net/"
259 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
260 -
261 -LICENSE="GPL-3"
262 -SLOT="0"
263 -KEYWORDS="~amd64 ~x86"
264 -IUSE=""
265 -
266 -DEPEND="
267 - >=media-gfx/argyllcms-1.1.0
268 - dev-python/wxpython:3.0
269 - >=x11-libs/libX11-1.3.3
270 - >=x11-apps/xrandr-1.3.2
271 - >=x11-libs/libXxf86vm-1.1.0
272 - >=x11-libs/libXinerama-1.1
273 -"
274 -RDEPEND="${DEPEND}
275 - >=dev-python/numpy-1.2.1
276 -"
277 -
278 -# Just in case someone renames the ebuild
279 -S="${WORKDIR}/${MY_P}"
280 -
281 -src_prepare() {
282 - # Do not generate udev/hotplug files
283 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
284 - -i DisplayCAL/setup.py || die
285 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
286 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
287 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
288 - -i DisplayCAL/postinstall.py || die
289 -
290 - # Remove deprecated Encoding key from .desktop file
291 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
292 -
293 - # Remove x-world Media Type
294 - sed -e 's/x\-world\/x\-vrml\;//g' \
295 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
296 -
297 - distutils-r1_src_prepare
298 -}
299 -
300 -pkg_postinst() {
301 - xdg_pkg_postinst
302 - gnome2_icon_cache_update
303 -}
304 -
305 -pkg_postrm() {
306 - xdg_pkg_postrm
307 - gnome2_icon_cache_update
308 -}