Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vinagre: vinagre-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:58:12
Message-Id: 20130328175756.4B86F2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:57:56
2
3 Modified: ChangeLog
4 Added: vinagre-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.89 net-misc/vinagre/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.89&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.89&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?r1=1.88&r2=1.89
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
20 retrieving revision 1.88
21 retrieving revision 1.89
22 diff -u -r1.88 -r1.89
23 --- ChangeLog 2 Feb 2013 23:07:03 -0000 1.88
24 +++ ChangeLog 28 Mar 2013 17:57:56 -0000 1.89
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/vinagre
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.88 2013/02/02 23:07:03 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.89 2013/03/28 17:57:56 pacho Exp $
30 +
31 +*vinagre-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +vinagre-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> vinagre-3.6.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 net-misc/vinagre/vinagre-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vinagre-3.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.8.0.ebuild,v 1.1 2013/03/28 17:57:56 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 VALA_MIN_API_VERSION=0.18
55
56 inherit gnome2 vala
57
58 DESCRIPTION="VNC client for the GNOME desktop"
59 HOMEPAGE="http://live.gnome.org/Vinagre"
60
61 LICENSE="GPL-3+"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="avahi rdp +ssh spice +telepathy"
65
66 # cairo used in vinagre-tab
67 # gdk-pixbuf used all over the place
68 RDEPEND="
69 >=dev-libs/glib-2.28.0:2
70 >=x11-libs/gtk+-3.0.3:3
71 app-crypt/libsecret
72 >=dev-libs/libxml2-2.6.31:2
73 >=net-libs/gtk-vnc-0.4.3[gtk3]
74 x11-libs/cairo:=
75 x11-libs/gdk-pixbuf:2
76 x11-themes/gnome-icon-theme
77
78 avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
79 rdp? ( net-misc/rdesktop )
80 ssh? ( >=x11-libs/vte-0.20:2.90 )
81 spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
82 telepathy? (
83 dev-libs/dbus-glib
84 >=net-libs/telepathy-glib-0.11.6 )
85 "
86 DEPEND="${RDEPEND}
87 >=dev-lang/perl-5
88 >=dev-util/intltool-0.50
89 >=sys-devel/gettext-0.17
90 virtual/pkgconfig
91 $(vala_depend)
92 "
93
94 src_configure() {
95 DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
96 G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
97 gnome2_src_configure \
98 $(use_with avahi) \
99 $(use_enable rdp) \
100 $(use_enable ssh) \
101 $(use_enable spice) \
102 $(use_with telepathy)
103 }
104
105 src_install() {
106 gnome2_src_install
107
108 # Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
109 rm -rf "${ED}"/usr/share/doc/vinagre
110 }