# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A script to generate pretty HTML output from vim-editable files." HOMEPAGE="http://norlug.org/~chipster/index.pxml?vim2html" SRC_URI="http://norlug.org/~chipster/download_handler/cat5/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~x86" DEPEND=">=app-editors/vim-core-6.2 >=app-text/htmltidy-3.10.29" src_install() { dobin vim2html dodoc docs/{AUTHORS,ChangeLog,COPYING,README} bunzip2 man/vim2html.1.bz2 doman man/vim2html.1 }