Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/
Date: Tue, 01 Nov 2011 02:00:24
Message-Id: 01ebfc286d2df91a60be4917ee0ead923b11aa40.tetromino@gentoo
1 commit: 01ebfc286d2df91a60be4917ee0ead923b11aa40
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 07:38:17 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 07:39:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=01ebfc28
7
8 gnome-extra/evolution-exchange: qa, update for gx86 changes
9
10 ---
11 .../evolution-exchange-3.2.1.ebuild | 4 ++--
12 .../evolution-exchange-9999.ebuild | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
16 index 2daeb35..62ebc97 100644
17 --- a/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
18 +++ b/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
19 @@ -44,7 +44,6 @@ pkg_setup() {
20 --with-krb5=${EPREFIX}/usr
21 --with-openldap
22 --disable-static
23 - --disable-maintainer-mode
24 $(use_enable debug e2k-debug)
25 $(use_with static static-ldap)"
26 DOCS="AUTHORS ChangeLog NEWS README"
27 @@ -54,6 +53,7 @@ src_prepare() {
28 gnome2_src_prepare
29
30 # FIXME: Fix compilation flags crazyness
31 + # Touch configure.ac if eautoreconf
32 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
33 - -i configure.ac configure || die "sed 1 failed"
34 + -i configure || die "sed 1 failed"
35 }
36
37 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
38 index 2daeb35..62ebc97 100644
39 --- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
40 +++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
41 @@ -44,7 +44,6 @@ pkg_setup() {
42 --with-krb5=${EPREFIX}/usr
43 --with-openldap
44 --disable-static
45 - --disable-maintainer-mode
46 $(use_enable debug e2k-debug)
47 $(use_with static static-ldap)"
48 DOCS="AUTHORS ChangeLog NEWS README"
49 @@ -54,6 +53,7 @@ src_prepare() {
50 gnome2_src_prepare
51
52 # FIXME: Fix compilation flags crazyness
53 + # Touch configure.ac if eautoreconf
54 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
55 - -i configure.ac configure || die "sed 1 failed"
56 + -i configure || die "sed 1 failed"
57 }