Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-contacts: ChangeLog gnome-contacts-3.8.2.ebuild
Date: Sun, 30 Jun 2013 21:30:15
Message-Id: 20130630213010.2D3C02171C@flycatcher.gentoo.org
1 eva 13/06/30 21:30:10
2
3 Modified: ChangeLog gnome-contacts-3.8.2.ebuild
4 Log:
5 Fix dependencies implied by libgd.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.19 gnome-extra/gnome-contacts/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 29 May 2013 21:26:10 -0000 1.18
23 +++ ChangeLog 30 Jun 2013 21:30:09 -0000 1.19
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-extra/gnome-contacts
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.18 2013/05/29 21:26:10 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.19 2013/06/30 21:30:09 eva Exp $
29 +
30 + 30 Jun 2013; Gilles Dartiguelongue <eva@g.o>
31 + gnome-contacts-3.8.2.ebuild:
32 + Fix dependencies implied by libgd.
33
34 29 May 2013; Pacho Ramos <pacho@g.o> -gnome-contacts-3.8.1.ebuild,
35 gnome-contacts-3.8.2.ebuild:
36
37
38
39 1.3 gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?r1=1.2&r2=1.3
44
45 Index: gnome-contacts-3.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gnome-contacts-3.8.2.ebuild 29 May 2013 21:26:10 -0000 1.2
52 +++ gnome-contacts-3.8.2.ebuild 30 Jun 2013 21:30:09 -0000 1.3
53 @@ -1,10 +1,11 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.2 2013/05/29 21:26:10 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.3 2013/06/30 21:30:09 eva Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="no"
61 VALA_MIN_API_VERSION="0.18"
62 +VALA_USE_DEPEND="vapigen"
63
64 inherit gnome2 vala
65
66 @@ -18,6 +19,7 @@
67
68 VALA_DEPEND="
69 $(vala_depend)
70 + >=dev-libs/gobject-introspection-0.9.6
71 dev-libs/folks[vala]
72 gnome-base/gnome-desktop[introspection]
73 gnome-extra/evolution-data-server[vala]
74 @@ -36,7 +38,7 @@
75 x11-libs/cairo:=
76 x11-libs/gdk-pixbuf:2
77 x11-libs/libnotify:=
78 - >=x11-libs/gtk+-3.4:3
79 + >=x11-libs/gtk+-3.7.10:3
80 x11-libs/pango
81 v4l? ( >=media-video/cheese-3.5.91:= )
82 "