# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="Guacamole is a html5 vnc client as servlet" HOMEPAGE="http://guac-dev.org/" SRC_URI="mirror://sourceforge/${PN}/${PN}-client-${PV}.tar.gz mysql? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.3.tar.gz ) ldap? ( https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.3.tar.gz )" S="${WORKDIR}/${PN}-client-${PV}" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~x86" IUSE="ldap mysql" DEPEND="dev-java/maven-bin" RDEPEND="${DEPEND} www-servers/tomcat >virtual/jre-1.6 net-misc/guacamole-server mysql? ( virtual/mysql ) ldap? ( net-nds/openldap )" src_compile() { mkdir "${HOME}"/.m2 cat /usr/share/`readlink /usr/bin/mvn | sed 's:mvn:maven-bin:'`/conf/settings.xml | \ sed -e 's:/path/to/local/repo:'${HOME}/.m2':g' -e 's: