# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.5 inherit distutils eutils DESCRIPTION="Managing text notes, quotes, articles, etc." HOMEPAGE="http://notefinder.co.cc/" SRC_URI="http://notefinder.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/python-2.5 >=dev-python/pykde-3.16 >=dev-python/PyQt4-4.3.3 >=dev-python/feedparser-4.1 >=dev-python/genshi-0.5.1 >=dev-python/setuptools-0.5 " RDEPEND="${DEPEND}" S="${WORKDIR}/notefinder" src_install() { distutils_src_install }