inherit distutils python eutils
DESCRIPTION="Getting Things Gnome! is an organizer for the GNOME desktop environment. GTG focuses on usability and ease of use. Its main objective is to provide a simple and yet flexible organization tool for life and work."
HOMEPAGE="https://launchpad.net/gtg"
SRC_URI="http://launchpad.net/gtg/trunk/0.1/+download/${PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="dev-python/configobj"
src_install() {
${python} setup.py install --prefix="${D}/usr" --no-compile "$@" || die
DDOCS="CHANGELOG README"
for doc in ${DDOCS}; do
[ -s "$doc" ] && dodoc $doc
done
}