diff options
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 -} |