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.2.ebuild ChangeLog gnome-contacts-3.8.0.ebuild
Date: Tue, 28 May 2013 18:55:40
Message-Id: 20130528185533.E3FA02171D@flycatcher.gentoo.org
1 pacho 13/05/28 18:55:33
2
3 Modified: ChangeLog
4 Added: gnome-contacts-3.8.2.ebuild
5 Removed: gnome-contacts-3.8.0.ebuild
6 Log:
7 Version bump, drop old, vala stuff is always needed at build time
8
9 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.17 gnome-extra/gnome-contacts/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 19 Apr 2013 20:21:38 -0000 1.16
25 +++ ChangeLog 28 May 2013 18:55:33 -0000 1.17
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.16 2013/04/19 20:21:38 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/ChangeLog,v 1.17 2013/05/28 18:55:33 pacho Exp $
31 +
32 +*gnome-contacts-3.8.2 (28 May 2013)
33 +
34 + 28 May 2013; Pacho Ramos <pacho@g.o> +gnome-contacts-3.8.2.ebuild,
35 + -gnome-contacts-3.8.0.ebuild:
36 + Version bump, drop old, vala stuff is always needed at build time
37
38 *gnome-contacts-3.8.1 (19 Apr 2013)
39
40
41
42
43 1.1 gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-contacts-3.8.2.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.8.2.ebuild,v 1.1 2013/05/28 18:55:33 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 VALA_MIN_API_VERSION="0.18"
57
58 inherit gnome2 vala
59
60 DESCRIPTION="GNOME contact management application"
61 HOMEPAGE="https://live.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/folks[vala]
71 gnome-base/gnome-desktop[introspection]
72 gnome-extra/evolution-data-server[vala]
73 net-libs/telepathy-glib[vala]
74 x11-libs/libnotify[introspection]
75 "
76 # Configure is wrong; it needs cheese-3.5.91, not 3.3.91
77 RDEPEND="
78 >=dev-libs/folks-0.7.3:=[eds,telepathy]
79 >=dev-libs/glib-2.31.10:2
80 >=dev-libs/libgee-0.10:0.8
81 >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts]
82 >=gnome-base/gnome-desktop-3.0:3=
83 net-libs/gnome-online-accounts
84 >=net-libs/telepathy-glib-0.17.5
85 x11-libs/cairo:=
86 x11-libs/gdk-pixbuf:2
87 x11-libs/libnotify:=
88 >=x11-libs/gtk+-3.4:3
89 x11-libs/pango
90 v4l? ( >=media-video/cheese-3.5.91:= )
91 "
92 DEPEND="${RDEPEND}
93 ${VALA_DEPEND}
94 >=dev-util/intltool-0.40
95 >=sys-devel/gettext-0.17
96 virtual/pkgconfig
97 "
98
99 src_prepare() {
100 gnome2_src_prepare
101 vala_src_prepare
102 }
103
104 src_configure() {
105 gnome2_src_configure $(use_with v4l cheese)
106 }