# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 PYTHON_DEPEND="2:2.7" inherit python DESCRIPTION="the tree notes organizer" HOMEPAGE="http://jenyay.net/Outwiker/English" SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=" dev-python/pywebkitgtk dev-python/wxpython dev-python/libgnomeprint-python " DEPEND="${RDEPEND}" src_compile() { :; } pkg_postinst() { python_mod_optimize "${D}/usr/share/${PN}" }