diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-09-05 22:12:59 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-09-05 22:12:59 +0200 |
commit | 0ad7861a1793cc0a73df8a164227c040f8a59825 (patch) | |
tree | a80cbc6a9e1682510f639f7f6c24b225187435e8 /app-office/zfo-editor/zfo-editor-0.3.2.ebuild | |
parent | 70eaca44058edb5c22e321386bad43a04b365ecd (diff) | |
download | brancik-overlay-0ad7861a1793cc0a73df8a164227c040f8a59825.tar.gz brancik-overlay-0ad7861a1793cc0a73df8a164227c040f8a59825.tar.bz2 |
Add app-office/zfo-editor.
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 | 25 |
1 files changed, 25 insertions, 0 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 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}" |