# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=1 inherit eutils 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" RDEPEND=" dev-python/pywebkitgtk dev-python/wxpython dev-python/libgnomeprint-python " DEPEND="${RDEPEND}" src_install(){ emake DESTDIR="${D}" install || die "emake install failed" }