blob: 302fc8a8eed4b48b0219cd9ae8757fd0a919f28c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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}"
|