eva         15/06/09 10:30:04

  Modified:             ChangeLog
  Added:                vino-3.16.0.ebuild
  Removed:              vino-3.12.0-r1.ebuild vino-3.14.1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.221                net-misc/vino/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   15 Mar 2015 13:32:27 -0000      1.220
+++ ChangeLog   9 Jun 2015 10:30:04 -0000       1.221
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/vino
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.220 2015/03/15 
13:32:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.221 2015/06/09 
10:30:04 eva Exp $
+
+*vino-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue <[email protected]> -vino-3.12.0-r1.ebuild,
+  -vino-3.14.1.ebuild, +vino-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   15 Mar 2015; Pacho Ramos <[email protected]> vino-3.14.2.ebuild:
   x86 stable, bug 534012



1.1                  net-misc/vino/vino-3.16.0.ebuild

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

Index: vino-3.16.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-3.16.0.ebuild,v 1.1 
2015/06/09 10:30:04 eva Exp $

EAPI="5"
GCONF_DEBUG="yes"

inherit gnome2

DESCRIPTION="An integrated VNC server for GNOME"
HOMEPAGE="https://wiki.gnome.org/Projects/Vino";

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +zlib"
# bug #394611; tight encoding requires zlib encoding
REQUIRED_USE="jpeg? ( zlib )"

# cairo used in vino-fb
# libSM and libICE used in eggsmclient-xsmp
RDEPEND="
        >=dev-libs/glib-2.26:2
        >=dev-libs/libgcrypt-1.1.90:0=
        >=x11-libs/gtk+-3:3

        dev-libs/dbus-glib
        x11-libs/cairo:=
        x11-libs/libICE
        x11-libs/libSM
        x11-libs/libX11
        x11-libs/libXdamage
        x11-libs/libXext
        x11-libs/libXfixes
        x11-libs/libXtst
        x11-libs/pango[X]

        >=x11-libs/libnotify-0.7.0:=

        crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
        jpeg? ( virtual/jpeg:0= )
        libsecret? ( app-crypt/libsecret )
        ssl? ( >=net-libs/gnutls-2.2.0:= )
        telepathy? ( >=net-libs/telepathy-glib-0.18 )
        zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
        zlib? ( sys-libs/zlib:= )
"
DEPEND="${RDEPEND}
        >=dev-lang/perl-5
        >=dev-util/intltool-0.50
        virtual/pkgconfig
        app-crypt/libsecret
"
# libsecret is always required at build time per bug 322763

src_configure() {
        gnome2_src_configure \
                --with-gcrypt \
                $(use_enable ipv6) \
                $(use_with crypt gcrypt) \
                $(use_with jpeg) \
                $(use_with libsecret secret) \
                $(use_with ssl gnutls) \
                $(use_with telepathy) \
                $(use_with zeroconf avahi) \
                $(use_with zlib)
}




Reply via email to