# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Reformat XML documents to your custom style" SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" HOMEPAGE="http://www.kitebird.com/software/xmlformat/" SLOT="0" LICENSE="Kitebird" KEYWORDS="~x86" DEPEND="!perl? ( ruby? dev-lang/ruby : dev-lang/perl )" IUSE="perl ruby doc" src_install () { cd ${S} exeinto /usr/bin if ! use perl -a use ruby then newexe xmlformat.rb xmlformat else newexe xmlformat.pl xmlformat fi dodoc BUGS ChangeLog LICENSE README TODO if use doc then cp -R docs/* ${D}/usr/share/doc/${P} fi }