Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
Date: Sun, 25 Nov 2012 18:03:41
Message-Id: 1353866574.2f401dc824807ebd590b5fac3115ac916fcbfcc3.eva@gentoo
1 commit: 2f401dc824807ebd590b5fac3115ac916fcbfcc3
2 Author: Sobhan Mohammadpour <sobhanmohammadpour1 <AT> yahoo <DOT> fr>
3 AuthorDate: Sat Nov 24 08:34:02 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 18:02:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2f401dc8
7
8 gnome-extra/gnome-contacts: 3.6.1 → 3.6.2
9
10 ---
11 ...ts-3.6.1.ebuild => gnome-contacts-3.6.2.ebuild} | 2 +-
12 .../gnome-contacts/gnome-contacts-9999.ebuild | 6 ++----
13 gnome-extra/gnome-contacts/metadata.xml | 5 +++++
14 3 files changed, 8 insertions(+), 5 deletions(-)
15
16 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
17 similarity index 97%
18 rename from gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
19 rename to gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
20 index ed86964..3b58da7 100644
21 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild
22 +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.6.2.ebuild
23 @@ -35,7 +35,7 @@ RDEPEND="
24 >=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
25 >=gnome-base/gnome-desktop-3.0:3
26 >=net-libs/telepathy-glib-0.17.5
27 - >=dev-libs/folks-0.7.2[eds]
28 + >=dev-libs/folks-0.7.3[eds,telepathy]
29
30 v4l? ( >=media-video/cheese-3.5.91 )
31
32
33 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
34 index fa4bc76..3b58da7 100644
35 --- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
36 +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
37 @@ -35,7 +35,7 @@ RDEPEND="
38 >=gnome-extra/evolution-data-server-3.5.3[gnome-online-accounts]
39 >=gnome-base/gnome-desktop-3.0:3
40 >=net-libs/telepathy-glib-0.17.5
41 - >=dev-libs/folks-0.7.2[eds]
42 + >=dev-libs/folks-0.7.3[eds,telepathy]
43
44 v4l? ( >=media-video/cheese-3.5.91 )
45
46 @@ -57,14 +57,12 @@ if [[ ${PV} = 9999 ]]; then
47 ${VALA_DEPEND}"
48 fi
49
50 -pkg_setup() {
51 +src_prepare() {
52 DOCS="AUTHORS ChangeLog NEWS" # README is empty
53 G2CONF="${G2CONF}
54 $(use_with v4l cheese)"
55 # FIXME: Fails to compile with USE=-v4l
56 -}
57
58 -src_prepare() {
59 # Regenerate the pre-generated C sources
60 if ! use v4l; then
61 touch src/*.vala
62
63 diff --git a/gnome-extra/gnome-contacts/metadata.xml b/gnome-extra/gnome-contacts/metadata.xml
64 new file mode 100644
65 index 0000000..6e0e2ec
66 --- /dev/null
67 +++ b/gnome-extra/gnome-contacts/metadata.xml
68 @@ -0,0 +1,5 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 + <herd>gnome</herd>
73 +</pkgmetadata>