# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="A usable console text editor." HOMEPAGE="http://purepistos.net/diakonos" SRC_URI="http://purepistos.net/diakonos/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/ruby" src_install () { into /usr insinto /usr/share/diakonos dobin diakonos doins diakonos.conf dodoc README CHANGELOG }