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/evolution-ews/
Date: Sun, 28 Oct 2012 21:31:16
Message-Id: 1351459812.f165faeacb5b3aca8a9ac01957a9722feaa38cb8.eva@gentoo
1 commit: f165faeacb5b3aca8a9ac01957a9722feaa38cb8
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 21:30:12 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 21:30:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f165faea
7
8 gnome-extra/evolution-ews: 3.4.4 → 3.6.0
9
10 ---
11 ...-ews-9999.ebuild => evolution-ews-3.6.0.ebuild} | 19 ++++++++++++-------
12 .../evolution-ews/evolution-ews-9999.ebuild | 19 ++++++++++++-------
13 2 files changed, 24 insertions(+), 14 deletions(-)
14
15 diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
16 similarity index 71%
17 copy from gnome-extra/evolution-ews/evolution-ews-9999.ebuild
18 copy to gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
19 index 9b3d0d7..7a2b643 100644
20 --- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
21 +++ b/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
22 @@ -21,15 +21,18 @@ if [[ ${PV} = 9999 ]]; then
23 else
24 KEYWORDS="~amd64"
25 fi
26 -IUSE="" # doc
27 +IUSE="kerberos" # doc
28
29 -RDEPEND=">=mail-client/evolution-${PV}:2.0
30 - >=gnome-extra/evolution-data-server-${PV}
31 - >=dev-libs/glib-2.26:2
32 +RDEPEND="
33 + dev-db/sqlite:3
34 + dev-libs/libical
35 + >=mail-client/evolution-${PV}:2.0[kerberos?]
36 + >=gnome-extra/evolution-data-server-${PV}[kerberos?]
37 + >=dev-libs/glib-2.28:2
38 >=dev-libs/libxml2-2
39 - >=gnome-base/gconf-2:2
40 >=net-libs/libsoup-2.30:2.4
41 - >=x11-libs/gtk+-2.90.4:3
42 + >=x11-libs/gtk+-3:3
43 + kerberos? ( virtual/krb5 )
44 "
45 DEPEND="${RDEPEND}
46 >=dev-util/intltool-0.35.5
47 @@ -40,6 +43,8 @@ DEPEND="${RDEPEND}
48
49 RESTRICT="test" # tests require connecting to an Exchange server
50
51 -pkg_setup() {
52 +src_configure() {
53 DOCS="ChangeLog NEWS README" # AUTHORS is empty
54 + G2CONF="${G2CONF} $(use_with kerberos krb5)"
55 + gnome2_src_configure
56 }
57
58 diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
59 index 9b3d0d7..7a2b643 100644
60 --- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
61 +++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
62 @@ -21,15 +21,18 @@ if [[ ${PV} = 9999 ]]; then
63 else
64 KEYWORDS="~amd64"
65 fi
66 -IUSE="" # doc
67 +IUSE="kerberos" # doc
68
69 -RDEPEND=">=mail-client/evolution-${PV}:2.0
70 - >=gnome-extra/evolution-data-server-${PV}
71 - >=dev-libs/glib-2.26:2
72 +RDEPEND="
73 + dev-db/sqlite:3
74 + dev-libs/libical
75 + >=mail-client/evolution-${PV}:2.0[kerberos?]
76 + >=gnome-extra/evolution-data-server-${PV}[kerberos?]
77 + >=dev-libs/glib-2.28:2
78 >=dev-libs/libxml2-2
79 - >=gnome-base/gconf-2:2
80 >=net-libs/libsoup-2.30:2.4
81 - >=x11-libs/gtk+-2.90.4:3
82 + >=x11-libs/gtk+-3:3
83 + kerberos? ( virtual/krb5 )
84 "
85 DEPEND="${RDEPEND}
86 >=dev-util/intltool-0.35.5
87 @@ -40,6 +43,8 @@ DEPEND="${RDEPEND}
88
89 RESTRICT="test" # tests require connecting to an Exchange server
90
91 -pkg_setup() {
92 +src_configure() {
93 DOCS="ChangeLog NEWS README" # AUTHORS is empty
94 + G2CONF="${G2CONF} $(use_with kerberos krb5)"
95 + gnome2_src_configure
96 }