# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="A desktop diary that makes it very easy for you to keep track of the stuff you do and the thoughts you have." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://digitaldump.wordpress.com/projects/rednotebook/" KEYWORDS="~amd64" SLOT="0" LICENSE="GPL-3" IUSE="" RDEPEND="dev-lang/python >=dev-python/pyyaml-3.05 >=dev-python/wxpython-2.8.8.1" src_unpack() { unpack ${A} } src_install() { distutils_src_install }