Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vino: ChangeLog vino-2.20.1.ebuild
Date: Wed, 17 Oct 2007 23:35:39
Message-Id: E1IiIGF-0004wu-UP@stork.gentoo.org
1 eva 07/10/17 23:25:11
2
3 Modified: ChangeLog
4 Added: vino-2.20.1.ebuild
5 Log:
6 bump to 2.20.1
7 (Portage version: 2.1.3.13)
8
9 Revision Changes Path
10 1.93 net-misc/vino/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 11 Oct 2007 23:08:51 -0000 1.92
23 +++ ChangeLog 17 Oct 2007 23:25:11 -0000 1.93
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/vino
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.92 2007/10/11 23:08:51 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.93 2007/10/17 23:25:11 eva Exp $
29 +
30 +*vino-2.20.1 (17 Oct 2007)
31 +
32 + 17 Oct 2007; Gilles Dartiguelongue <eva@g.o> +vino-2.20.1.ebuild:
33 + bump to 2.20.1
34
35 *vino-2.20.0 (11 Oct 2007)
36
37
38
39
40 1.1 net-misc/vino/vino-2.20.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/vino-2.20.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vino/vino-2.20.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vino-2.20.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.20.1.ebuild,v 1.1 2007/10/17 23:25:11 eva Exp $
50
51 WANT_AUTOCONF=latest
52 WANT_AUTOMAKE=1.9
53 inherit eutils gnome2 autotools
54
55 DESCRIPTION="An integrated VNC server for GNOME"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="avahi crypt gnutls jpeg keyring libnotify zlib"
62
63 RDEPEND=">=dev-libs/glib-2.12
64 >=x11-libs/gtk+-2.10
65 >=gnome-base/gconf-2
66 >=gnome-base/libglade-2
67 >=gnome-base/libgnomeui-2.5.2
68 dev-libs/dbus-glib
69 >=gnome-base/orbit-2
70 >=gnome-base/libbonobo-2
71 x11-libs/libXtst
72 libnotify? ( >=x11-libs/libnotify-0.4.4 )
73 keyring? ( gnome-base/gnome-keyring )
74 avahi? ( >=net-dns/avahi-0.6 )
75 crypt? ( >=dev-libs/libgcrypt-1.1.90 )
76 gnutls? ( >=net-libs/gnutls-1 )
77 jpeg? ( media-libs/jpeg )
78 zlib? ( sys-libs/zlib )"
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.9
81 >=dev-util/intltool-0.35"
82
83 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
84
85 pkg_setup() {
86 if use avahi && ! built_with_use net-dns/avahi dbus; then
87 einfo "avahi support in vino requires USE=dbus in avahi"
88 die "Please rebuild net-dns/avahi with USE=dbus"
89 fi
90 G2CONF="$(use_with jpeg) $(use_enable gnutls) $(use_enable crypt gcrypt) \
91 $(use_with zlib) $(use_with zlib libz) $(use_enable avahi) \
92 $(use_enable libnotify) $(use_enable keyring gnome-keyring) \
93 --enable-session-support"
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list