# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A command line tool that is able to dump a Subversion repository that resides on a remote server" HOMEPAGE="http://rsvndump.sourceforge.net" SRC_URI="http://downloads.sourceforge.net/project/rsvndump/rsvndump/${P}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND="" DEPEND="doc? ( app-text/xmlto >=app-text/asciidoc-8.4 )" src_compile() { econf $(use_enable doc man) emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README README.win32 THANKS || die }