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, 03 Nov 2022 23:41:03
Message-Id: 1667518857.551c4fb066345afc42795c760847a7f86fa38e08.voyageur@gentoo
1 commit: 551c4fb066345afc42795c760847a7f86fa38e08
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 23:40:38 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 23:40:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551c4fb0
7
8 x11-misc/zim: drop 0.75.0
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 x11-misc/zim/Manifest | 1 -
13 x11-misc/zim/zim-0.75.0.ebuild | 73 ------------------------------------------
14 2 files changed, 74 deletions(-)
15
16 diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
17 index 4f757a329ec8..e2b02b40ab62 100644
18 --- a/x11-misc/zim/Manifest
19 +++ b/x11-misc/zim/Manifest
20 @@ -1,3 +1,2 @@
21 DIST zim-0.74.3.tar.gz 3108228 BLAKE2B fbaaddbd5522ccffcba87da2f4080e93e46dfcdc22771a414daa813cdbc2982738c2bf6f068f4bddf788965b4cf45594f2720a697c04d71194f513d1d9b43875 SHA512 9f885571800e3aba327a46b3bc8677ca596fb2d0a58e2f65190d9e2bc90f013655947d86c1fc869e2d79a5c0ba8a7a4d907a00f8d7563116291df47d8c2c677d
22 -DIST zim-0.75.0.tar.gz 3178872 BLAKE2B 71fcd9363fc238be6ca48f44e826d0ca1ac62fdb609f2397f2dbd6acf3601980b861bc1424e1834728179f1a9c29332bf4709010643b77c8daec6299688cbb0c SHA512 9b8c5be64b2d45de2b02770e91f1950928d8f2214fc0c6099cd57bf61e3749911f46c4ec7815c9e322559ce155db2475e3b1347a81d2b76a82cd848dd4af3864
23 DIST zim-0.75.1.tar.gz 3212424 BLAKE2B 8db33315a8852b4efc5506cf94576f9b7cfa8574e77798d4e8bb61930a0d9ede5ea0bd2fc8c1ae479f49caee265981d70902b149e151e5f295cdcc5bbe98b131 SHA512 207d40af2342f16ba713a3809b06ddc6656bce22386fcaace65b0e04894218590d4c03b9c65d6eeb3c4edc46e85e103cfcf112e4298be07ba1f126d7732333c5
24
25 diff --git a/x11-misc/zim/zim-0.75.0.ebuild b/x11-misc/zim/zim-0.75.0.ebuild
26 deleted file mode 100644
27 index c1c46330e03f..000000000000
28 --- a/x11-misc/zim/zim-0.75.0.ebuild
29 +++ /dev/null
30 @@ -1,73 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -PYTHON_REQ_USE="sqlite"
38 -DISTUTILS_USE_PEP517=setuptools
39 -DISTUTILS_SINGLE_IMPL=1
40 -VIRTUALX_REQUIRED=test
41 -inherit distutils-r1 optfeature virtualx xdg
42 -
43 -DESCRIPTION="A desktop wiki"
44 -HOMEPAGE="
45 - https://zim-wiki.org/
46 - https://github.com/zim-desktop-wiki/zim-desktop-wiki
47 -"
48 -SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="BSD GPL-2+"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~x86"
53 -
54 -RDEPEND="
55 - $(python_gen_cond_dep '
56 - dev-python/pygobject:3[${PYTHON_USEDEP}]
57 - dev-python/pyxdg[${PYTHON_USEDEP}]
58 - ')
59 - x11-libs/gtk+:3[introspection]
60 - x11-misc/xdg-utils
61 -"
62 -DEPEND="${RDEPEND}"
63 -
64 -DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
65 -PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
66 -S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
67 -
68 -python_prepare_all() {
69 - if [[ ${LINGUAS} ]]; then
70 - local lingua
71 - for lingua in translations/*.po; do
72 - lingua=${lingua/.po}
73 - lingua=${lingua/translations\/}
74 - has ${lingua} ${LINGUAS} || \
75 - { rm translations/${lingua}.po || die; }
76 - done
77 - fi
78 -
79 - distutils-r1_python_prepare_all
80 - export XDG_RUNTIME_DIR=fakethis
81 -}
82 -
83 -python_test() {
84 - if has_version dev-vcs/git; then
85 - git config --global user.email "git@×××××××.com" || die
86 - git config --global user.name "GitExample" || die
87 - fi
88 -
89 - virtx ./test.py
90 -}
91 -
92 -pkg_postinst() {
93 - xdg_pkg_postinst
94 -
95 - optfeature "GNU R Plot Editor" dev-lang/R
96 - optfeature "Spell checker" dev-python/gtkspell-python
97 - optfeature "Version control Bazaar support" dev-vcs/bzr
98 - optfeature "Diagram Editor" media-gfx/graphviz
99 - optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot"
100 - optfeature "Score Editor" media-sound/lilypond
101 - optfeature "Gnuplot Editor" sci-visualization/gnuplot
102 - optfeature "Equation Editor" virtual/latex-base app-text/dvipng
103 -}