summaryrefslogtreecommitdiff
path: root/x11-misc/zim
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/zim')
-rw-r--r--x11-misc/zim/Manifest4
-rw-r--r--x11-misc/zim/zim-0.75.1-r1.ebuild80
-rw-r--r--x11-misc/zim/zim-0.75.2-r1.ebuild2
3 files changed, 2 insertions, 84 deletions
diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
index 77fc0457e8d8..0d66333fea47 100644
--- a/x11-misc/zim/Manifest
+++ b/x11-misc/zim/Manifest
@@ -1,6 +1,4 @@
AUX zim-0.60-remove-ubuntu-theme.patch 669 BLAKE2B fbb3fe0082e7567f4ae9d0bd031096cf2bcbd4d4cb86b31ceff18dda880b5cf1f8441e452642dd28275c9ce6e20c7da0a3a77b4157da13d5d4bbe9b6a30a9086 SHA512 a2e202986c77490898c15f6c4e647667fd6662422e8bbd638624a52a33989cd4259f95b37f488ff4a947f04354704ee9df7b9d60aae2fcc928f1f3186955ea1a
-DIST zim-0.75.1.tar.gz 3212424 BLAKE2B 8db33315a8852b4efc5506cf94576f9b7cfa8574e77798d4e8bb61930a0d9ede5ea0bd2fc8c1ae479f49caee265981d70902b149e151e5f295cdcc5bbe98b131 SHA512 207d40af2342f16ba713a3809b06ddc6656bce22386fcaace65b0e04894218590d4c03b9c65d6eeb3c4edc46e85e103cfcf112e4298be07ba1f126d7732333c5
DIST zim-0.75.2.tar.gz 3257345 BLAKE2B 452716cbc6c149645c5146d8fcef2449c7c316ac57da9870dbe26b9fec13b6827a6368295277dc3b2b7a7874a7c930da27612a8e8e00b295ae9ecb3942d0e65b SHA512 ea6f361047690dfb314a3510d34880a4831d142c94fc0ca08e1c29869fd42d5fd1182c47edc241edeb512fed601a474af6d9970f819e8a8b67135c7589ae461a
-EBUILD zim-0.75.1-r1.ebuild 2036 BLAKE2B 2284e4f824be144c5f74ede177a5afe869e4f6be2c2f3299d9c98b354e65289edb7b23bd099c798bff3f44489aa4d0ae3af5dda8d62674de422d26d633d4899a SHA512 f97a678ef5635f024842b79bde998ab9d98d154129f1e00506e026a8f9fe0442f3f3bb7a4acc883e9ffcbe92d86995da4d45004062a5da00c70b1952d53d6e9f
-EBUILD zim-0.75.2-r1.ebuild 2045 BLAKE2B a98c44eae0376cdd5b3b21409b055b3800fe7c5a39eeaf90eae28787f8ecc1db54768caff0e9e27c71c747bf71a99e4a33eaa05e69425ba0c678720804b4790d SHA512 f631a5831a742eb6d3584c16d41ae21a2af8cf5ea4cb6b97503c0c2b90b63fabcaa51e597a2b6be424af084339effca958cf3ca9ce9d6b6be05351cd1c01c3bd
+EBUILD zim-0.75.2-r1.ebuild 2045 BLAKE2B c6ab0541696c25bac4e415cf19ce12051030768ae1b9cfb226cf4b6d858d0e0c38c1cc1cfea9467387aa77800071b5ee634b80d6326a5a64471ca996db2df780 SHA512 3f7e04b8b94e4ad6fa8d35cb2064933a5af47e7b43fb37386018cfb1d2e8096e36752023979390a19767347e22d5ac3ea4d5543daa1790678745cd4220dde4c3
MISC metadata.xml 919 BLAKE2B 37f527c70451fc7a39ba04f55fcb87434de512a9250d97748a2e9e0e395dcdf0ab9ee81ba6894e104594da634ca3866b790d2916122a6380c92e011fc30187ec SHA512 e244bd3f10e24235d2072e8375255b698093aa0de8cd7720dabb8d64affcb6c91b256f0a21efef1041310be3d8680f598eca30b67813b661f5e8024ce28f24a2
diff --git a/x11-misc/zim/zim-0.75.1-r1.ebuild b/x11-misc/zim/zim-0.75.1-r1.ebuild
deleted file mode 100644
index ff6366ca8674..000000000000
--- a/x11-misc/zim/zim-0.75.1-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_SINGLE_IMPL=1
-VIRTUALX_REQUIRED=test
-inherit distutils-r1 optfeature virtualx xdg
-
-DESCRIPTION="A desktop wiki"
-HOMEPAGE="
- https://zim-wiki.org/
- https://github.com/zim-desktop-wiki/zim-desktop-wiki
-"
-SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- ')
- x11-libs/gtk+:3[introspection]
- x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
-PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
-S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
-
-python_prepare_all() {
- if [[ ${LINGUAS} ]]; then
- local lingua
- for lingua in translations/*.po; do
- lingua=${lingua/.po}
- lingua=${lingua/translations\/}
- has ${lingua} ${LINGUAS} || \
- { rm translations/${lingua}.po || die; }
- done
- fi
-
- distutils-r1_python_prepare_all
- export XDG_RUNTIME_DIR=fakethis
-}
-
-python_test() {
- if has_version dev-vcs/git; then
- git config --global user.email "git@example.com" || die
- git config --global user.name "GitExample" || die
- fi
-
- virtx ./test.py
-}
-
-src_install() {
- distutils-r1_src_install
-
- insinto /usr/share/icons
- doins -r xdg/hicolor
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "Spell checker" app-text/gtkspell[introspection]
- optfeature "GNU R Plot Editor" dev-lang/R
- optfeature "Version control Bazaar support" dev-vcs/breezy
- optfeature "Diagram Editor" media-gfx/graphviz
- optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot"
- optfeature "Score Editor" media-sound/lilypond
- optfeature "Gnuplot Editor" sci-visualization/gnuplot
- optfeature "Equation Editor" virtual/latex-base app-text/dvipng
-}
diff --git a/x11-misc/zim/zim-0.75.2-r1.ebuild b/x11-misc/zim/zim-0.75.2-r1.ebuild
index 7afe93914e99..e72df1ffba7f 100644
--- a/x11-misc/zim/zim-0.75.2-r1.ebuild
+++ b/x11-misc/zim/zim-0.75.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1