# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 inherit eutils DESCRIPTION="Unit conversion utility written in PyGTK" HOMEPAGE="http://unihedron.com/projects/gonvert/index.php" SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/pygtk:2" RDEPEND="${DEPEND}" src_prepare () { epatch "${FILESDIR}"/0.2.23-paths.patch } src_install () { emake install DESTDIR="${D}" prefix="${EPREFIX}/usr" rm -fr "${ED}/usr/share/doc/${PN}" dodoc doc/CHANGELOG doc/FAQ doc/README doc/THANKS doc/TODO }