Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.32.2.ebuild
Date: Mon, 07 Feb 2011 11:40:26
Message-Id: 20110207114013.8906420054@flycatcher.gentoo.org
1 pacho 11/02/07 11:40:13
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.32.2.ebuild
5 Log:
6 Version bump with some bugfixes.
7
8 (Portage version: 2.1.9.36/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.130 gnome-extra/evolution-exchange/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.130&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.130&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.129&r2=1.130
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
20 retrieving revision 1.129
21 retrieving revision 1.130
22 diff -u -r1.129 -r1.130
23 --- ChangeLog 16 Nov 2010 20:34:13 -0000 1.129
24 +++ ChangeLog 7 Feb 2011 11:40:13 -0000 1.130
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-exchange
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.129 2010/11/16 20:34:13 pacho Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.130 2011/02/07 11:40:13 pacho Exp $
31 +
32 +*evolution-exchange-2.32.2 (07 Feb 2011)
33 +
34 + 07 Feb 2011; Pacho Ramos <pacho@g.o>
35 + +evolution-exchange-2.32.2.ebuild:
36 + Version bump with some bugfixes.
37
38 *evolution-exchange-2.32.1 (16 Nov 2010)
39
40
41
42
43 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: evolution-exchange-2.32.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild,v 1.1 2011/02/07 11:40:13 pacho Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="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 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="debug doc static"
66
67 RDEPEND="
68 >=mail-client/evolution-${PV}:2.0
69 >=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
70 >=dev-libs/glib-2.16:2
71 >=x11-libs/gtk+-2.20:2
72 >=gnome-base/gconf-2
73 dev-libs/libxml2
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 --disable-gtk3
90 $(use_enable debug e2k-debug)
91 $(use_with static static-ldap)"
92 DOCS="AUTHORS ChangeLog NEWS README"
93 }
94
95 src_prepare() {
96 gnome2_src_prepare
97
98 # FIXME: Fix compilation flags crazyness
99 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
100 -i configure.ac configure || die "sed 1 failed"
101 }
102
103 src_install() {
104 gnome2_src_install
105 find "${ED}" -name "*.la" -delete || die "la files removal failed"
106 }