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.12.0.ebuild
Date: Sun, 27 Apr 2014 17:13:53
Message-Id: 20140427171350.49C992004B@flycatcher.gentoo.org
1 eva 14/04/27 17:13:50
2
3 Modified: ChangeLog
4 Added: gnome-contacts-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.30 gnome-extra/gnome-contacts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 26 Apr 2014 19:07:52 -0000 1.29
24 +++ ChangeLog 27 Apr 2014 17:13:50 -0000 1.30
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gnome-contacts
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.29 2014/04/26 19:07:52 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.30 2014/04/27 17:13:50 eva Exp $
30 +
31 +*gnome-contacts-3.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-contacts-3.12.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 26 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-contacts-3.8.3.ebuild:
38 drop old
39
40
41
42 1.1 gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-contacts-3.12.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild,v 1.1 2014/04/27 17:13:50 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 VALA_USE_DEPEND="vapigen"
56 VALA_MIN_API_VERSION="0.24"
57
58 inherit gnome2 vala
59
60 DESCRIPTION="GNOME contact management application"
61 HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
62
63 LICENSE="GPL-2+"
64 SLOT="0"
65 IUSE="v4l"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
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 net-libs/telepathy-glib[vala]
75 x11-libs/libnotify[introspection]
76 "
77 # Configure is wrong; it needs cheese-3.5.91, not 3.3.91
78 RDEPEND="
79 >=dev-libs/folks-0.9.5:=[eds,telepathy]
80 >=dev-libs/glib-2.37.6:2
81 >=dev-libs/libgee-0.10:0.8
82 >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
83 >=gnome-base/gnome-desktop-3.0:3=
84 net-libs/gnome-online-accounts
85 >=net-libs/telepathy-glib-0.17.5
86 x11-libs/cairo:=
87 x11-libs/gdk-pixbuf:2
88 x11-libs/libnotify:=
89 >=x11-libs/gtk+-3.12:3
90 x11-libs/pango
91 v4l? ( >=media-video/cheese-3.5.91:= )
92 "
93 DEPEND="${RDEPEND}
94 ${VALA_DEPEND}
95 dev-libs/libxslt
96 >=dev-util/intltool-0.40
97 >=sys-devel/gettext-0.17
98 virtual/pkgconfig
99 "
100
101 src_prepare() {
102 # Regenerate the pre-generated C sources, bug #471628
103 if ! use v4l; then
104 touch src/*.vala
105 fi
106
107 vala_src_prepare
108 gnome2_src_prepare
109 }
110
111 src_configure() {
112 gnome2_src_configure $(use_with v4l cheese)
113 }