# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils SLOT="0" LICENSE="QPL" KEYWORDS="~x86" DESCRIPTION="A mindmapping-like tool for document generation" CONT="55242" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/${CONT}-semantik-${PV}.tar.bz2" HOMEPAGE="http://www.kde-apps.org/content/show.php/Semantik?content=${CONT}" IUSE="" DEPEND=">=x11-libs/qt-4.2 >=dev-lang/python-2.4.2 dev-lang/ocaml" distutils_src_compile() { ${python} waf --prefix=/usr/ configure ${python} waf } distutils_src_install() { export SANDBOX_ON="0" #I can't find easier way not to produce error with access denied ${python} waf install }