summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-12 20:07:32 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-12 20:07:32 +0100
commit4ac1f64752077457878feb33217b7957eeda2838 (patch)
tree3a16921be26cab9d093433eb98323f16a69ece2b
parent72b9ff990b83ae90425a7d502f68e26e894977d0 (diff)
downloadbrancik-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
-rw-r--r--app-office/zfo-editor/Manifest1
-rw-r--r--app-office/zfo-editor/metadata.xml16
-rw-r--r--app-office/zfo-editor/zfo-editor-0.3.2.ebuild30
3 files changed, 0 insertions, 47 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ctibor@brancik.cz</email>
- <name>Ctibor Brančík</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>zfo-editor@labs.nic.cz</email>
- <name>CZ.NIC Labs</name>
- </maintainer>
- <changelog>https://labs.nic.cz/cs/zfo-editor.html</changelog>
- <doc lang="en">https://labs.nic.cz/cs/zfo-editor.html</doc>
- </upstream>
-</pkgmetadata>
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
-}