# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit webapp DESCRIPTION="WebSVN - Online subversion repository browser" HOMEPAGE="https://websvnphp.github.io/" SRC_URI="https://github.com/websvnphp/websvn/archive/${PV}.tar.gz" LICENSE="GPL-2" IUSE="enscript" KEYWORDS="amd64 ppc ppc64 ~sparc x86" DEPEND="" RDEPEND="dev-lang/php:*[xml] dev-vcs/subversion virtual/httpd-php:* enscript? ( app-text/enscript )" RESTRICT="mirror" 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_configfile "${MY_HTDOCSDIR}"/wsvn.php webapp_serverowned "${MY_HTDOCSDIR}"/cache webapp_src_install }