Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-contacts: gnome-contacts-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:18:52
Message-Id: 20130328171847.C420D2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:18:47
2
3 Modified: ChangeLog
4 Added: gnome-contacts-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.13 gnome-extra/gnome-contacts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 2 Feb 2013 22:37:19 -0000 1.12
24 +++ ChangeLog 28 Mar 2013 17:18:47 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/gnome-contacts
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.12 2013/02/02 22:37:19 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.13 2013/03/28 17:18:47 pacho Exp $
30 +
31 +*gnome-contacts-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnome-contacts-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> gnome-contacts-3.6.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 gnome-extra/gnome-contacts/gnome-contacts-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-contacts-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/gnome-extra/gnome-contacts/gnome-contacts-3.8.0.ebuild,v 1.1 2013/03/28 17:18:47 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="GNOME contact management application"
59 HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63 IUSE="v4l"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65
66 VALA_DEPEND="$(vala_depend)
67 dev-libs/folks[vala]
68 gnome-base/gnome-desktop[introspection]
69 gnome-extra/evolution-data-server[vala]
70 net-libs/telepathy-glib[vala]
71 x11-libs/libnotify[introspection]"
72
73 # Configure is wrong; it needs cheese-3.5.91, not 3.3.91
74 RDEPEND="
75 >=dev-libs/folks-0.7.3:=[eds,telepathy]
76 >=dev-libs/glib-2.31.10:2
77 >=dev-libs/libgee-0.10:0.8
78 >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
79 >=gnome-base/gnome-desktop-3.0:3=
80 net-libs/gnome-online-accounts
81 >=net-libs/telepathy-glib-0.17.5
82 x11-libs/cairo:=
83 x11-libs/gdk-pixbuf:2
84 x11-libs/libnotify:=
85 >=x11-libs/gtk+-3.4:3
86 x11-libs/pango
87 v4l? ( >=media-video/cheese-3.5.91:= )
88 "
89 DEPEND="${RDEPEND}
90 >=dev-util/intltool-0.40
91 >=sys-devel/gettext-0.17
92 virtual/pkgconfig
93 !v4l? ( ${VALA_DEPEND} )"
94 # When !v4l, we regenerate the .c sources
95
96 src_prepare() {
97 G2CONF="${G2CONF}
98 $(use_with v4l cheese)"
99 # FIXME: Fails to compile with USE=-v4l
100
101 # Regenerate the pre-generated C sources
102 if ! use v4l; then
103 touch src/*.vala
104 vala_src_prepare
105 fi
106 gnome2_src_prepare
107 vala_src_prepare
108 }