From 4ac1f64752077457878feb33217b7957eeda2838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sun, 12 Jan 2020 20:07:32 +0100 Subject: Remove app-office/zfo-editor depends on dev-python/pywebitgtk which was removed from main tree --- app-office/zfo-editor/Manifest | 1 - app-office/zfo-editor/metadata.xml | 16 -------------- app-office/zfo-editor/zfo-editor-0.3.2.ebuild | 30 --------------------------- 3 files changed, 47 deletions(-) delete mode 100644 app-office/zfo-editor/Manifest delete mode 100644 app-office/zfo-editor/metadata.xml delete mode 100644 app-office/zfo-editor/zfo-editor-0.3.2.ebuild diff --git a/app-office/zfo-editor/Manifest b/app-office/zfo-editor/Manifest deleted file mode 100644 index bf81c23..0000000 --- a/app-office/zfo-editor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zfo-editor-0.3.2.tar.gz 156265 SHA256 36dda2e12f790c4a84ee81844ab226e8accbe8868ddbeabe0753112656b0a2c5 SHA512 788f70e6ca1968a464021343c220ac5efd3e240cfc074e3b199afd154ce173452a143870fb5a1f146a4a7cf16313f0575e34b892eb66004a8fb8b962f0899cc9 WHIRLPOOL a857db2bd9395bdc2e0f73a43f50736c4fd123fea6c5b99225a6a1875fd4a039694b9e85db8ba28f0857abbf02073673ab65b542a2fbf7c8c01b6d54ce43c338 diff --git a/app-office/zfo-editor/metadata.xml b/app-office/zfo-editor/metadata.xml deleted file mode 100644 index ed5c917..0000000 --- a/app-office/zfo-editor/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ctibor@brancik.cz - Ctibor Brančík - - - - zfo-editor@labs.nic.cz - CZ.NIC Labs - - https://labs.nic.cz/cs/zfo-editor.html - https://labs.nic.cz/cs/zfo-editor.html - - 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 -} -- cgit v1.2.3