EAPI=2 inherit eutils # ebuild by Igor Hjelmstrom Vinhas Ribeiro DESCRIPTION="Bpe is a relatively-simple and easy-to-use, screen-oriented, curses-based binary editor. It display binary data along with ASCII representation whenever possible." HOMEPAGE="http://sourceforge.net/projects/bpe/" SRC_URI="http://sourceforge.net/projects/bpe/files/BPE/2.01.00/bpe-2.01.00.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="" DEPEND="" src_install() { einstall || die "einstall failed" }