# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="A user-friendly console text editor written in Ruby" HOMEPAGE="http://diakonos.pist0s.ca/" SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.9" RDEPEND="$DEPEND" src_install() { cd ${S} ruby1.9 install.rb --dest-dir "${D}" || die "install failed" }