Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/
Date: Thu, 23 Sep 2021 16:15:13
Message-Id: 1632413563.0e80b97ad970e1dbb552d175790f2c357a661c85.voyageur@gentoo
1 commit: 0e80b97ad970e1dbb552d175790f2c357a661c85
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 16:12:32 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 16:12:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e80b97a
7
8 x11-misc/zim: drop old
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-misc/zim/Manifest | 4 ---
14 x11-misc/zim/zim-0.73.1.ebuild | 81 ------------------------------------------
15 x11-misc/zim/zim-0.73.2.ebuild | 81 ------------------------------------------
16 x11-misc/zim/zim-0.73.3.ebuild | 81 ------------------------------------------
17 x11-misc/zim/zim-0.73.4.ebuild | 73 -------------------------------------
18 5 files changed, 320 deletions(-)
19
20 diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
21 index 61734bc3f00..ee96e7f753f 100644
22 --- a/x11-misc/zim/Manifest
23 +++ b/x11-misc/zim/Manifest
24 @@ -1,5 +1 @@
25 -DIST zim-0.73.1.tar.gz 2615382 BLAKE2B 055857b20dbdebc1e5d8d6b13c344fcf665d9889f392f9c58fd3cfef1f80865a78c48e5138d2443f67bb29b8cd915b8d0d6bc0ac4807de20344dfe6673f1350e SHA512 ba67b396a6c06921e5e67ab5ccf0559e54b29a719262411b24f178c350bd0ac7c8239f8d5d4396b9dc291aadc36b59869d81dc04d457ce4a36eade67cdd53dd2
26 -DIST zim-0.73.2.tar.gz 2611490 BLAKE2B 05fd020b3add3ac9c6fd860ca002a5c0755a1a1f1ee07c6e5027e16e3b8c64d9116971e96ed235b249b65b9097551b9fcdf46ed929a03a877c36a02a7d54e8fd SHA512 26c987906759436063f88863e90cf2643996913a2fae12ebc4ae623731ad97d488d37ad70e72153aba7aaac7fe2dff9bb6f9f06c4d899a0ac20e3bfbd20ff3db
27 -DIST zim-0.73.3.tar.gz 2648597 BLAKE2B c3709fc418317bfbd355f3715e5fceb346026393bfaec65ca8713fb2cd33243189dc3328b4be20b08452545704d4d1196f99f96df9445aaed5d0277b310d37f0 SHA512 880839495e3aa434267ac02abe2c1779c8cb3c9c7b73de91a19e962e7face2cd05399871789d719d89d0776d09fb9b339370f4fac8e4019be538e282accbe180
28 -DIST zim-0.73.4.tar.gz 2648686 BLAKE2B 47ac293494fb61808c80afccbc7b97c5539ceed050abdfd84048b5d0a6dd0667f8f23e1fd9cbd06aa77f8895787da76c3297e041e435ac45d0b5874fd8054fc4 SHA512 8205335e07d99ab340af4f75a429aeb3114446cc9ae2ccfbced4eb95b723c26b5d8c8624e94c5b38373a9368cf058c03f160a36730feb37d9c00abcd61b6d147
29 DIST zim-0.73.5.tar.gz 2702734 BLAKE2B 494dbe8ac0cbb46c15655cdf56bc25010591bd00faec94608ccd9fa7cec01385c6756480e5a3f37b50f44984ed69d30f33570ca913dab7ede2b89a4bf0cc4016 SHA512 f2c335d4697e7d0535b2abb200af45b7d753f2964e94a35c2ec8d4fb8deae0842aef086e09430a50d4ff5ecee89eb1f6f881a0b430877209e4a8d83ee046c4f9
30
31 diff --git a/x11-misc/zim/zim-0.73.1.ebuild b/x11-misc/zim/zim-0.73.1.ebuild
32 deleted file mode 100644
33 index 10d8bc60c6d..00000000000
34 --- a/x11-misc/zim/zim-0.73.1.ebuild
35 +++ /dev/null
36 @@ -1,81 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -PYTHON_COMPAT=( python3_8 )
42 -PYTHON_REQ_USE="sqlite"
43 -DISTUTILS_SINGLE_IMPL=1
44 -DISTUTILS_USE_SETUPTOOLS=no
45 -inherit xdg-utils virtualx distutils-r1
46 -
47 -DESCRIPTION="A desktop wiki"
48 -HOMEPAGE="
49 - https://zim-wiki.org/
50 - https://github.com/zim-desktop-wiki/zim-desktop-wiki
51 -"
52 -SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
53 -
54 -LICENSE="BSD GPL-2+"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm x86"
57 -RESTRICT="test"
58 -
59 -RDEPEND="
60 - $(python_gen_cond_dep '
61 - dev-python/pygobject:3[${PYTHON_USEDEP}]
62 - dev-python/pyxdg[${PYTHON_USEDEP}]
63 - ')
64 - x11-libs/gtk+:3[introspection]
65 - x11-misc/xdg-utils
66 -"
67 -DEPEND="
68 - ${RDEPEND}
69 -"
70 -DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
71 -PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
72 -S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
73 -
74 -python_prepare_all() {
75 - sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
76 -
77 - if [[ ${LINGUAS} ]]; then
78 - local lingua
79 - for lingua in translations/*.po; do
80 - lingua=${lingua/.po}
81 - lingua=${lingua/translations\/}
82 - has ${lingua} ${LINGUAS} || \
83 - { rm translations/${lingua}.po || die; }
84 - done
85 - fi
86 -
87 - distutils-r1_python_prepare_all
88 - export XDG_RUNTIME_DIR=fakethis
89 -}
90 -
91 -python_install() {
92 - distutils-r1_python_install
93 -}
94 -
95 -pkg_postinst() {
96 - xdg_desktop_database_update
97 - xdg_icon_cache_update
98 - xdg_mimeinfo_database_update
99 - if ! has_version ${CATEGORY}/${PN}; then
100 - elog "Please install these packages for additional functionality"
101 - elog " dev-lang/R"
102 - elog " dev-python/gtkspell-python"
103 - elog " dev-vcs/bzr"
104 - elog " media-gfx/graphviz"
105 - elog " media-gfx/imagemagick"
106 - elog " media-gfx/scrot"
107 - elog " media-sound/lilypond"
108 - elog " sci-visualization/gnuplot"
109 - elog " virtual/latex-base app-text/dvipng"
110 - fi
111 -}
112 -
113 -pkg_postrm() {
114 - xdg_desktop_database_update
115 - xdg_icon_cache_update
116 - xdg_mimeinfo_database_update
117 -}
118
119 diff --git a/x11-misc/zim/zim-0.73.2.ebuild b/x11-misc/zim/zim-0.73.2.ebuild
120 deleted file mode 100644
121 index 684fc2fc3dd..00000000000
122 --- a/x11-misc/zim/zim-0.73.2.ebuild
123 +++ /dev/null
124 @@ -1,81 +0,0 @@
125 -# Copyright 1999-2021 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -PYTHON_COMPAT=( python3_8 )
130 -PYTHON_REQ_USE="sqlite"
131 -DISTUTILS_SINGLE_IMPL=1
132 -DISTUTILS_USE_SETUPTOOLS=no
133 -inherit xdg-utils virtualx distutils-r1
134 -
135 -DESCRIPTION="A desktop wiki"
136 -HOMEPAGE="
137 - https://zim-wiki.org/
138 - https://github.com/zim-desktop-wiki/zim-desktop-wiki
139 -"
140 -SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
141 -
142 -LICENSE="BSD GPL-2+"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~arm ~x86"
145 -RESTRICT="test"
146 -
147 -RDEPEND="
148 - $(python_gen_cond_dep '
149 - dev-python/pygobject:3[${PYTHON_USEDEP}]
150 - dev-python/pyxdg[${PYTHON_USEDEP}]
151 - ')
152 - x11-libs/gtk+:3[introspection]
153 - x11-misc/xdg-utils
154 -"
155 -DEPEND="
156 - ${RDEPEND}
157 -"
158 -DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
159 -PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
160 -S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
161 -
162 -python_prepare_all() {
163 - sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
164 -
165 - if [[ ${LINGUAS} ]]; then
166 - local lingua
167 - for lingua in translations/*.po; do
168 - lingua=${lingua/.po}
169 - lingua=${lingua/translations\/}
170 - has ${lingua} ${LINGUAS} || \
171 - { rm translations/${lingua}.po || die; }
172 - done
173 - fi
174 -
175 - distutils-r1_python_prepare_all
176 - export XDG_RUNTIME_DIR=fakethis
177 -}
178 -
179 -python_install() {
180 - distutils-r1_python_install
181 -}
182 -
183 -pkg_postinst() {
184 - xdg_desktop_database_update
185 - xdg_icon_cache_update
186 - xdg_mimeinfo_database_update
187 - if ! has_version ${CATEGORY}/${PN}; then
188 - elog "Please install these packages for additional functionality"
189 - elog " dev-lang/R"
190 - elog " dev-python/gtkspell-python"
191 - elog " dev-vcs/bzr"
192 - elog " media-gfx/graphviz"
193 - elog " media-gfx/imagemagick"
194 - elog " media-gfx/scrot"
195 - elog " media-sound/lilypond"
196 - elog " sci-visualization/gnuplot"
197 - elog " virtual/latex-base app-text/dvipng"
198 - fi
199 -}
200 -
201 -pkg_postrm() {
202 - xdg_desktop_database_update
203 - xdg_icon_cache_update
204 - xdg_mimeinfo_database_update
205 -}
206
207 diff --git a/x11-misc/zim/zim-0.73.3.ebuild b/x11-misc/zim/zim-0.73.3.ebuild
208 deleted file mode 100644
209 index 684fc2fc3dd..00000000000
210 --- a/x11-misc/zim/zim-0.73.3.ebuild
211 +++ /dev/null
212 @@ -1,81 +0,0 @@
213 -# Copyright 1999-2021 Gentoo Authors
214 -# Distributed under the terms of the GNU General Public License v2
215 -
216 -EAPI=7
217 -PYTHON_COMPAT=( python3_8 )
218 -PYTHON_REQ_USE="sqlite"
219 -DISTUTILS_SINGLE_IMPL=1
220 -DISTUTILS_USE_SETUPTOOLS=no
221 -inherit xdg-utils virtualx distutils-r1
222 -
223 -DESCRIPTION="A desktop wiki"
224 -HOMEPAGE="
225 - https://zim-wiki.org/
226 - https://github.com/zim-desktop-wiki/zim-desktop-wiki
227 -"
228 -SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
229 -
230 -LICENSE="BSD GPL-2+"
231 -SLOT="0"
232 -KEYWORDS="~amd64 ~arm ~x86"
233 -RESTRICT="test"
234 -
235 -RDEPEND="
236 - $(python_gen_cond_dep '
237 - dev-python/pygobject:3[${PYTHON_USEDEP}]
238 - dev-python/pyxdg[${PYTHON_USEDEP}]
239 - ')
240 - x11-libs/gtk+:3[introspection]
241 - x11-misc/xdg-utils
242 -"
243 -DEPEND="
244 - ${RDEPEND}
245 -"
246 -DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
247 -PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
248 -S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
249 -
250 -python_prepare_all() {
251 - sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
252 -
253 - if [[ ${LINGUAS} ]]; then
254 - local lingua
255 - for lingua in translations/*.po; do
256 - lingua=${lingua/.po}
257 - lingua=${lingua/translations\/}
258 - has ${lingua} ${LINGUAS} || \
259 - { rm translations/${lingua}.po || die; }
260 - done
261 - fi
262 -
263 - distutils-r1_python_prepare_all
264 - export XDG_RUNTIME_DIR=fakethis
265 -}
266 -
267 -python_install() {
268 - distutils-r1_python_install
269 -}
270 -
271 -pkg_postinst() {
272 - xdg_desktop_database_update
273 - xdg_icon_cache_update
274 - xdg_mimeinfo_database_update
275 - if ! has_version ${CATEGORY}/${PN}; then
276 - elog "Please install these packages for additional functionality"
277 - elog " dev-lang/R"
278 - elog " dev-python/gtkspell-python"
279 - elog " dev-vcs/bzr"
280 - elog " media-gfx/graphviz"
281 - elog " media-gfx/imagemagick"
282 - elog " media-gfx/scrot"
283 - elog " media-sound/lilypond"
284 - elog " sci-visualization/gnuplot"
285 - elog " virtual/latex-base app-text/dvipng"
286 - fi
287 -}
288 -
289 -pkg_postrm() {
290 - xdg_desktop_database_update
291 - xdg_icon_cache_update
292 - xdg_mimeinfo_database_update
293 -}
294
295 diff --git a/x11-misc/zim/zim-0.73.4.ebuild b/x11-misc/zim/zim-0.73.4.ebuild
296 deleted file mode 100644
297 index 131369dc028..00000000000
298 --- a/x11-misc/zim/zim-0.73.4.ebuild
299 +++ /dev/null
300 @@ -1,73 +0,0 @@
301 -# Copyright 1999-2021 Gentoo Authors
302 -# Distributed under the terms of the GNU General Public License v2
303 -
304 -EAPI=7
305 -PYTHON_COMPAT=( python3_{8,9} )
306 -PYTHON_REQ_USE="sqlite"
307 -DISTUTILS_SINGLE_IMPL=1
308 -DISTUTILS_USE_SETUPTOOLS=no
309 -inherit distutils-r1 virtualx xdg
310 -
311 -DESCRIPTION="A desktop wiki"
312 -HOMEPAGE="
313 - https://zim-wiki.org/
314 - https://github.com/zim-desktop-wiki/zim-desktop-wiki
315 -"
316 -SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
317 -
318 -LICENSE="BSD GPL-2+"
319 -SLOT="0"
320 -KEYWORDS="~amd64 ~arm ~x86"
321 -RESTRICT="test"
322 -
323 -RDEPEND="
324 - $(python_gen_cond_dep '
325 - dev-python/pygobject:3[${PYTHON_USEDEP}]
326 - dev-python/pyxdg[${PYTHON_USEDEP}]
327 - ')
328 - x11-libs/gtk+:3[introspection]
329 - x11-misc/xdg-utils
330 -"
331 -DEPEND="
332 - ${RDEPEND}
333 -"
334 -DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
335 -PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
336 -S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
337 -
338 -python_prepare_all() {
339 - sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
340 -
341 - if [[ ${LINGUAS} ]]; then
342 - local lingua
343 - for lingua in translations/*.po; do
344 - lingua=${lingua/.po}
345 - lingua=${lingua/translations\/}
346 - has ${lingua} ${LINGUAS} || \
347 - { rm translations/${lingua}.po || die; }
348 - done
349 - fi
350 -
351 - distutils-r1_python_prepare_all
352 - export XDG_RUNTIME_DIR=fakethis
353 -}
354 -
355 -python_install() {
356 - distutils-r1_python_install
357 -}
358 -
359 -pkg_postinst() {
360 - xdg_pkg_postinst
361 - if ! has_version ${CATEGORY}/${PN}; then
362 - elog "Please install these packages for additional functionality"
363 - elog " dev-lang/R"
364 - elog " dev-python/gtkspell-python"
365 - elog " dev-vcs/bzr"
366 - elog " media-gfx/graphviz"
367 - elog " media-gfx/imagemagick"
368 - elog " media-gfx/scrot"
369 - elog " media-sound/lilypond"
370 - elog " sci-visualization/gnuplot"
371 - elog " virtual/latex-base app-text/dvipng"
372 - fi
373 -}