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