DESCRIPTION="A full featured Python IDE that is written in PyQt" SRC_URI="http://www.die-offenbachs.de/detlev/files/${P}.tar.gz" HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html" LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=dev-python/qscintilla-1.52 >=dev-python/PyQt-3.6" RDEPEND=">=dev-python/qscintilla-1.52 >=dev-python/PyQt-3.6" # use the regular unpack. no need to do anything special # compilation & installation go together with their install.py script # this installs eric in the ${D} src_install() { python install.py -i "${D}" -b /usr/bin dodoc HISTORY LICENSE.GPL README THANKS }