# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit webapp DESCRIPTION="Web-based browsing tool for Subversion (SVN) repositories in PHP" HOMEPAGE="https://websvnphp.github.io/" SRC_URI="https://github.com/websvnphp/websvn/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" IUSE="enscript" KEYWORDS="amd64 ppc ppc64 ~sparc x86" DEPEND="" RDEPEND="dev-lang/php:*[xml] dev-vcs/subversion[extras] virtual/httpd-php:* enscript? ( app-text/enscript )" RESTRICT="mirror" PATCHES=( "${FILESDIR}/01-websvn-svnauthz-path.patch" ) src_install() { webapp_src_preinst DOCS=( changes.txt README.md ) einstalldocs mv include/{dist,}config.php rm -rf license.txt changes.txt insinto "${MY_HTDOCSDIR}" doins -r . webapp_configfile "${MY_HTDOCSDIR}"/include/config.php webapp_serverowned "${MY_HTDOCSDIR}"/cache webapp_src_install }