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-data-server/
Date: Mon, 31 Oct 2011 07:35:39
Message-Id: 4ca1be4ddb272aa6189e9fa67ccd58b1a41c0552.tetromino@gentoo
1 commit: 4ca1be4ddb272aa6189e9fa67ccd58b1a41c0552
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 01:37:43 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 01:37:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4ca1be4d
7
8 gnome-extra/evolution-data-server: sync with gx86
9
10 ---
11 .../evolution-data-server-3.2.1.ebuild | 6 ++----
12 .../evolution-data-server-9999.ebuild | 6 ++----
13 2 files changed, 4 insertions(+), 8 deletions(-)
14
15 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.2.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.2.1.ebuild
16 index 57797e3..8fcbf82 100644
17 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.2.1.ebuild
18 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.2.1.ebuild
19 @@ -107,11 +107,9 @@ src_prepare() {
20 append-cppflags "-I$(db_includedir)"
21
22 # FIXME: Fix compilation flags crazyness
23 + # Touch configure.ac if doing eautoreconf
24 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
25 - -i configure.ac configure || die "sed 3 failed"
26 -
27 - intltoolize --force --copy --automake || die "intltoolize failed"
28 - eautoreconf
29 + -i configure || die "sed failed"
30 }
31
32 src_install() {
33
34 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
35 index 57797e3..8fcbf82 100644
36 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
37 +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
38 @@ -107,11 +107,9 @@ src_prepare() {
39 append-cppflags "-I$(db_includedir)"
40
41 # FIXME: Fix compilation flags crazyness
42 + # Touch configure.ac if doing eautoreconf
43 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
44 - -i configure.ac configure || die "sed 3 failed"
45 -
46 - intltoolize --force --copy --automake || die "intltoolize failed"
47 - eautoreconf
48 + -i configure || die "sed failed"
49 }
50
51 src_install() {