Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-3.0.3.ebuild
Date: Fri, 02 Sep 2011 08:30:02
Message-Id: 20110902082947.9FCEF2004C@flycatcher.gentoo.org
1 nirbheek 11/09/02 08:29:47
2
3 Modified: ChangeLog
4 Added: evolution-exchange-3.0.3.ebuild
5 Log:
6 Bump to 3.0.3, from gnome overlay for GNOME 3
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.138 gnome-extra/evolution-exchange/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.138&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.138&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.137&r2=1.138
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
20 retrieving revision 1.137
21 retrieving revision 1.138
22 diff -u -r1.137 -r1.138
23 --- ChangeLog 19 Jun 2011 21:38:54 -0000 1.137
24 +++ ChangeLog 2 Sep 2011 08:29:47 -0000 1.138
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-exchange
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.137 2011/06/19 21:38:54 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.138 2011/09/02 08:29:47 nirbheek Exp $
30 +
31 +*evolution-exchange-3.0.3 (02 Sep 2011)
32 +
33 + 02 Sep 2011; Nirbheek Chauhan <nirbheek@g.o>
34 + +evolution-exchange-3.0.3.ebuild:
35 + Bump to 3.0.3, from gnome overlay for GNOME 3
36
37 *evolution-exchange-2.32.3 (19 Jun 2011)
38
39
40
41
42 1.1 gnome-extra/evolution-exchange/evolution-exchange-3.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-exchange-3.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.0.3.ebuild,v 1.1 2011/09/02 08:29:47 nirbheek Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="yes"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
60 HOMEPAGE="http://projects.gnome.org/evolution/"
61 LICENSE="GPL-2"
62
63 SLOT="2.0"
64 IUSE="debug doc static"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
66
67 RDEPEND="
68 >=mail-client/evolution-${PV}:2.0
69 >=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
70 >=dev-libs/glib-2.28:2
71 >=x11-libs/gtk+-3.0:3
72 >=gnome-base/gconf-2:2
73 dev-libs/libxml2:2
74 net-libs/libsoup:2.4
75 >=net-nds/openldap-2.1.30-r2
76 virtual/krb5"
77
78 DEPEND="${RDEPEND}
79 >=dev-util/intltool-0.40
80 dev-util/pkgconfig
81 doc? ( >=dev-util/gtk-doc-1.9 )"
82
83 pkg_setup() {
84 G2CONF="${G2CONF}
85 --with-krb5=/usr
86 --with-openldap
87 --disable-static
88 --disable-maintainer-mode
89 $(use_enable debug e2k-debug)
90 $(use_with static static-ldap)"
91 DOCS="AUTHORS ChangeLog NEWS README"
92 }
93
94 src_prepare() {
95 gnome2_src_prepare
96
97 # FIXME: Fix compilation flags crazyness
98 # Touch configure.ac if eautoreconf
99 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
100 -i configure || die "sed 1 failed"
101 }