diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-12-05 21:13:04 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-12-05 21:13:04 +0000 |
commit | 2634bc108085d3d5d099e7c516161e95b5b1103a (patch) | |
tree | 0f1cdcfb701d083e19ab70bc59f7d56e5ef6a875 /www-apps | |
parent | Add an '|| die', suggested by Chema Alonso. (diff) | |
download | gentoo-2-2634bc108085d3d5d099e7c516161e95b5b1103a.tar.gz gentoo-2-2634bc108085d3d5d099e7c516161e95b5b1103a.tar.bz2 gentoo-2-2634bc108085d3d5d099e7c516161e95b5b1103a.zip |
removed some nasty stuff and added some elog about it
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/guacamole/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/guacamole/guacamole-0.7.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-apps/guacamole/ChangeLog b/www-apps/guacamole/ChangeLog index e019334f8d70..380ec3d2fe7d 100644 --- a/www-apps/guacamole/ChangeLog +++ b/www-apps/guacamole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/guacamole # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/ChangeLog,v 1.2 2012/12/05 20:48:01 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/ChangeLog,v 1.3 2012/12/05 21:13:04 nativemad Exp $ + + 06 Dec 2012; Andreas Schuerch <nativemad@gentoo.org> guacamole-0.7.0.ebuild: + removed some nasty stuff and added some elog about it *guacamole-0.7.0 (06 Dec 2012) diff --git a/www-apps/guacamole/guacamole-0.7.0.ebuild b/www-apps/guacamole/guacamole-0.7.0.ebuild index e0a93de451ad..20e9ad80a535 100644 --- a/www-apps/guacamole/guacamole-0.7.0.ebuild +++ b/www-apps/guacamole/guacamole-0.7.0.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.7.0.ebuild,v 1.1 2012/12/05 20:48:01 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.7.0.ebuild,v 1.2 2012/12/05 21:13:04 nativemad Exp $ EAPI=4 @@ -37,10 +37,11 @@ src_install() { insinto /etc/"${PN}" doins "${S}"/doc/example/guacamole.properties doins "${S}"/doc/example/user-mapping.xml - rm -rf /var/lib/"{$PN}" insinto /var/lib/"${PN}" newins "${S}"/target/"${P}".war "${PN}".war - elog "Please unpack /var/lib/"${PN}"/"${PN}".war in to your servlet container!" + elog "Please unpack /var/lib/"${PN}"/"${PN}".war in to your servlet container! If it is an update," + elog "delete the old content first!" + elog "Read: if you use the command below, delete everything expect the .war file within /var/lib/guacamole!" elog "Please also link /etc/guacamole in to the lib directory of your servlet container." elog "like this:" elog "cd /var/lib/guacamole && jar -xvf guacamole.war && cd .. && cp -a guacamole /var/lib/tomcat-7/webapps/" |