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-mapi/
Date: Tue, 30 Oct 2012 22:10:44
Message-Id: 1351634997.8053e1d5e1b2da995476e909b9e8ef4771fa4f0f.eva@gentoo
1 commit: 8053e1d5e1b2da995476e909b9e8ef4771fa4f0f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 30 22:09:57 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 30 22:09:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8053e1d5
7
8 gnome-extra/evolution-mapi: 3.1.3 → 3.6.0
9
10 Keep ebuild up to date for the crazy that would want to try it.
11
12 ---
13 ...pi-3.1.3.ebuild => evolution-mapi-3.6.0.ebuild} | 21 ++++++++++---------
14 .../evolution-mapi/evolution-mapi-9999.ebuild | 16 +++++++-------
15 2 files changed, 19 insertions(+), 18 deletions(-)
16
17 diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.1.3.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-3.6.0.ebuild
18 similarity index 84%
19 rename from gnome-extra/evolution-mapi/evolution-mapi-3.1.3.ebuild
20 rename to gnome-extra/evolution-mapi/evolution-mapi-3.6.0.ebuild
21 index d6ee13e..74cca66 100644
22 --- a/gnome-extra/evolution-mapi/evolution-mapi-3.1.3.ebuild
23 +++ b/gnome-extra/evolution-mapi/evolution-mapi-3.6.0.ebuild
24 @@ -16,7 +16,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/"
25 LICENSE="GPL-2"
26
27 SLOT="1.0"
28 -IUSE="doc"
29 +IUSE=""
30 if [[ ${PV} = 9999 ]]; then
31 KEYWORDS=""
32 else
33 @@ -27,24 +27,25 @@ fi
34 RDEPEND="
35 >=mail-client/evolution-${PV}:2.0
36 >=gnome-extra/evolution-data-server-${PV}
37 - >=dev-libs/glib-2.16.1:2
38 + >=dev-libs/glib-2.32:2
39 >=x11-libs/gtk+-2.99.2:3
40 - >=gnome-base/gconf-2
41 - >=net-libs/libmapi-0.9"
42 + >=net-libs/libmapi-1
43 +"
44 DEPEND="${RDEPEND}
45 + >=dev-util/gtk-doc-am-1.9
46 >=dev-util/intltool-0.35.5
47 sys-devel/gettext
48 virtual/pkgconfig
49 - doc? ( >=dev-util/gtk-doc-1.9 )"
50 -
51 -G2CONF="${G2CONF}
52 - --disable-static"
53 -DOCS="AUTHORS ChangeLog NEWS README"
54 +"
55
56 src_prepare() {
57 - gnome2_src_prepare
58 + DOCS="AUTHORS ChangeLog NEWS README"
59 + G2CONF="${G2CONF}
60 + --disable-static"
61
62 # FIXME: Fix compilation flags crazyness
63 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
64 -i configure.ac configure || die "sed 1 failed"
65 +
66 + gnome2_src_prepare
67 }
68
69 diff --git a/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild b/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
70 index d6ee13e..d4cf0f5 100644
71 --- a/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
72 +++ b/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
73 @@ -27,24 +27,24 @@ fi
74 RDEPEND="
75 >=mail-client/evolution-${PV}:2.0
76 >=gnome-extra/evolution-data-server-${PV}
77 - >=dev-libs/glib-2.16.1:2
78 + >=dev-libs/glib-2.32:2
79 >=x11-libs/gtk+-2.99.2:3
80 - >=gnome-base/gconf-2
81 - >=net-libs/libmapi-0.9"
82 + >=net-libs/libmapi-1
83 +"
84 DEPEND="${RDEPEND}
85 >=dev-util/intltool-0.35.5
86 sys-devel/gettext
87 virtual/pkgconfig
88 doc? ( >=dev-util/gtk-doc-1.9 )"
89
90 -G2CONF="${G2CONF}
91 - --disable-static"
92 -DOCS="AUTHORS ChangeLog NEWS README"
93 -
94 src_prepare() {
95 - gnome2_src_prepare
96 + DOCS="AUTHORS ChangeLog NEWS README"
97 + G2CONF="${G2CONF}
98 + --disable-static"
99
100 # FIXME: Fix compilation flags crazyness
101 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
102 -i configure.ac configure || die "sed 1 failed"
103 +
104 + gnome2_src_prepare
105 }