nativemad    15/06/13 09:15:22

  Modified:             ChangeLog
  Added:                guacamole-server-0.9.7.ebuild
  Log:
  Version bump, license change, init options and lots more thanks to Malte 
Starostik. See bug 541718
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
60373227)

Revision  Changes    Path
1.8                  net-misc/guacamole-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/guacamole-server/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/guacamole-server/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/guacamole-server/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   28 Oct 2014 16:31:38 -0000      1.7
+++ ChangeLog   13 Jun 2015 09:15:22 -0000      1.8
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/guacamole-server
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.7 
2014/10/28 16:31:38 nativemad Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.8 
2015/06/13 09:15:22 nativemad Exp $
+
+*guacamole-server-0.9.7 (13 Jun 2015)
+
+  13 Jun 2015; Andreas Schuerch <[email protected]>
+  +guacamole-server-0.9.7.ebuild, +files/guacd, +files/guacd.service:
+  Version bump, license change, init options and lots more thanks to Malte
+  Starostik. See bug 541718
 
 *guacamole-server-0.9.3 (28 Oct 2014)
 



1.1                  net-misc/guacamole-server/guacamole-server-0.9.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.7.ebuild?rev=1.1&content-type=text/plain

Index: guacamole-server-0.9.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.7.ebuild,v
 1.1 2015/06/13 09:15:22 nativemad Exp $

EAPI=5

inherit eutils systemd user
DESCRIPTION="This is the proxy-daemon used by www-apps/guacamole"

HOMEPAGE="http://guac-dev.org/";
SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz"

LICENSE="MIT"

SLOT="0"

KEYWORDS="~amd64 ~x86"

IUSE="rdesktop vnc ssh pulseaudio vorbis telnet ssl"

DEPEND="x11-libs/cairo
        media-libs/libpng:*
        dev-libs/ossp-uuid
        rdesktop? ( <net-misc/freerdp-1.1.0_beta1_p20150312 )
        ssh? ( x11-libs/pango
                net-libs/libssh2 )
        telnet? ( net-libs/libtelnet
                x11-libs/pango )
        vnc? ( net-libs/libvncserver
                pulseaudio? ( media-sound/pulseaudio ) )
        ssl? ( dev-libs/openssl:* )
        vorbis? ( media-libs/libvorbis )"

RDEPEND="${DEPEND}"

src_configure() {
        local myconf="--without-terminal --without-pango"
        if use ssh || use telnet; then
                myconf="--with-terminal --with-pango"
        fi

        econf $myconf \
                $(use_with ssh) \
                $(use_with rdesktop rdp) \
                $(use_with vnc) \
                $(use_with pulseaudio pulse) \
                $(use_with vorbis) \
                $(use_with telnet) \
                $(use_with ssl)
}

src_install() {
        emake DESTDIR="${D}" install

        doinitd "${FILESDIR}/guacd"
        systemd_dounit "${FILESDIR}/guacd.service"
}

pkg_postinst() {
        enewgroup guacd
        enewuser guacd -1 -1 -1 guacd
}




Reply via email to