# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="An ncurses-based text presentation program written in Ruby" HOMEPAGE="http://synflood.at/tpp/" SRC_URI="http://synflood.at/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8 \ dev-ruby/ncurses-ruby" src_compile() { true } src_install() { newbin tpp.rb tpp || die "newbin failed" doman doc/tpp.1 dodoc THANKS README CHANGES docinto examples; dodoc examples/* if has_version 'app-editors/vim-core' ; then insinto /usr/share/vim/vimfiles/syntax doins contrib/tpp.vim fi }