diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 20:07:32 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 20:07:32 +0100 |
commit | 4ac1f64752077457878feb33217b7957eeda2838 (patch) | |
tree | 3a16921be26cab9d093433eb98323f16a69ece2b /app-office/zfo-editor/zfo-editor-0.3.2.ebuild | |
parent | 72b9ff990b83ae90425a7d502f68e26e894977d0 (diff) | |
download | brancik-overlay-4ac1f64752077457878feb33217b7957eeda2838.tar.gz brancik-overlay-4ac1f64752077457878feb33217b7957eeda2838.tar.bz2 |
Remove app-office/zfo-editor depends on dev-python/pywebitgtk which was removed from main tree
Diffstat (limited to 'app-office/zfo-editor/zfo-editor-0.3.2.ebuild')
-rw-r--r-- | app-office/zfo-editor/zfo-editor-0.3.2.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild deleted file mode 100644 index 4c1b4b4..0000000 --- a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( "python2_7" ) - -DESCRIPTION="ZFO editor allows working with ZFO forms files." - -SLOT=0 - -inherit distutils-r1 xdg-utils - -HOMEPAGE="https://labs.nic.cz/cs/zfo-editor.html" -SRC_URI="https://www.nic.cz/files/labs/zfo_editor/${PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -RDEPEND="${PYTHON_DEPS} - dev-python/pywebkitgtk[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} |