# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.8.0.ebuild,v 1.1 2013/04/28 11:35:31 nativemad Exp $ EAPI=4 inherit eutils DESCRIPTION="Guacamole is a html5 vnc client as servlet" HOMEPAGE="http://guacamole.sourceforge.net/" #I know its terrible, but with the mirror url it always takes the wrong file with the same name... SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mysql? ( http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.8.0.tar.gz )" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~x86" IUSE="vnc rdesktop mysql" DEPEND="dev-java/maven-bin" RDEPEND="${DEPEND} www-servers/tomcat >virtual/jre-1.6 net-misc/guacd vnc? ( net-libs/libguac-client-vnc ) rdesktop? ( net-libs/libguac-client-rdp ) mysql? ( virtual/mysql )" 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: