# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit distutils DESCRIPTION="A graphical frontend to the objdump disassembler" HOMEPAGE="http://code.google.com/p/dissy/" SRC_URI="http://dissy.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} sys-devel/binutils dev-python/pygtk dev-python/pygobject" src_prepare() { sed -i -e "/('share\/doc\//"d setup.py || die "sed failed" }