summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-09-05 22:12:59 +0200
committerCtibor Brančík <ctibor@brancik.cz>2016-09-05 22:12:59 +0200
commit0ad7861a1793cc0a73df8a164227c040f8a59825 (patch)
treea80cbc6a9e1682510f639f7f6c24b225187435e8
parent70eaca44058edb5c22e321386bad43a04b365ecd (diff)
downloadbrancik-overlay-0ad7861a1793cc0a73df8a164227c040f8a59825.tar.gz
brancik-overlay-0ad7861a1793cc0a73df8a164227c040f8a59825.tar.bz2
Add app-office/zfo-editor.
-rw-r--r--app-office/zfo-editor/Manifest1
-rw-r--r--app-office/zfo-editor/metadata.xml15
-rw-r--r--app-office/zfo-editor/zfo-editor-0.3.2.ebuild25
3 files changed, 41 insertions, 0 deletions
diff --git a/app-office/zfo-editor/Manifest b/app-office/zfo-editor/Manifest
new file mode 100644
index 0000000..bf81c23
--- /dev/null
+++ b/app-office/zfo-editor/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..e71755e
--- /dev/null
+++ b/app-office/zfo-editor/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <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>
+</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
new file mode 100644
index 0000000..302fc8a
--- /dev/null
+++ b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="ZFO Editor is an application that enables work with ZFO format on Linux"
+
+SLOT="0"
+
+PYTHON_COMPAT=( "python2_7" )
+
+
+inherit distutils-r1
+
+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="dev-python/pywebkitgtk
+ dev-python/lxml"
+
+DEPEND="${RDEPEND}"