summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-11-11 01:08:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-11-11 01:08:21 +0000
commitddec2b3c182abba9ab1d446c9f03003bccdf98b1 (patch)
tree0409c5ad8233d92299c6d9108a5526f620168c54 /www-apps
parentwhitespace (diff)
downloadgentoo-2-ddec2b3c182abba9ab1d446c9f03003bccdf98b1.tar.gz
gentoo-2-ddec2b3c182abba9ab1d446c9f03003bccdf98b1.tar.bz2
gentoo-2-ddec2b3c182abba9ab1d446c9f03003bccdf98b1.zip
whitespace
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/guacamole/guacamole-0.6.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/www-apps/guacamole/guacamole-0.6.2.ebuild b/www-apps/guacamole/guacamole-0.6.2.ebuild
index f209b0935f83..f520db750ce4 100644
--- a/www-apps/guacamole/guacamole-0.6.2.ebuild
+++ b/www-apps/guacamole/guacamole-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.6.2.ebuild,v 1.1 2012/11/10 14:17:31 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.6.2.ebuild,v 1.2 2012/11/11 01:08:21 mr_bones_ Exp $
EAPI=4
@@ -16,17 +16,15 @@ KEYWORDS="~x86"
IUSE="vnc rdesktop"
-
DEPEND="dev-java/maven-bin"
-RDEPEND="${DEPEND}
+RDEPEND="${DEPEND}
www-servers/tomcat
>virtual/jre-1.6
net-misc/guacd
vnc? ( net-libs/libguac-client-vnc )
rdesktop? ( net-libs/libguac-client-rdp )"
-
src_compile() {
mkdir ${HOME}/.m2
cat /usr/share/maven-bin-2.2/conf/settings.xml | sed -e 's:<!-- localRepo:localRepo:g' \
@@ -47,5 +45,5 @@ src_install() {
elog "cd /var/lib/guacamole && jar -xvf guacamole.war && cd .. && cp -a guacamole /var/lib/tomcat-7/webapps/"
elog "ln -sf /etc/guacamole/guacamole.properties /usr/share/tomcat-7/lib/"
elog "You will also need to define users and connectrions in /etc/guacamole/user-mapping.xml!"
-
+
}