Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-3.2.1.ebuild
Date: Mon, 31 Oct 2011 07:44:02
Message-Id: 20111031074352.22B112004B@flycatcher.gentoo.org
1 tetromino 11/10/31 07:43:52
2
3 Modified: ChangeLog
4 Added: evolution-exchange-3.2.1.ebuild
5 Log:
6 Bump to 3.2.1 from the gnome overlay. Drop alpha, ia64, ppc, ppc64, sparc keywords because evolution-3.2 and evolution-data-server-3.2 are not keyworded there. Keywording bug will be filed later for all of gnome-3.2.
7
8 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.143 gnome-extra/evolution-exchange/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.143&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.143&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.142&r2=1.143
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
20 retrieving revision 1.142
21 retrieving revision 1.143
22 diff -u -r1.142 -r1.143
23 --- ChangeLog 30 Oct 2011 16:20:17 -0000 1.142
24 +++ ChangeLog 31 Oct 2011 07:43:52 -0000 1.143
25 @@ -1,6 +1,14 @@
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.142 2011/10/30 16:20:17 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.143 2011/10/31 07:43:52 tetromino Exp $
30 +
31 +*evolution-exchange-3.2.1 (31 Oct 2011)
32 +
33 + 31 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
34 + +evolution-exchange-3.2.1.ebuild:
35 + Bump to 3.2.1 from the gnome overlay. Drop alpha, ia64, ppc, ppc64, sparc
36 + keywords because evolution-3.2 and evolution-data-server-3.2 are not
37 + keyworded there.
38
39 30 Oct 2011; Raúl Porcel <armin76@g.o>
40 evolution-exchange-2.32.3.ebuild:
41
42
43
44 1.1 gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: evolution-exchange-3.2.1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild,v 1.1 2011/10/31 07:43:52 tetromino Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="yes"
57 GNOME2_LA_PUNT="yes"
58
59 inherit gnome2
60
61 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
62 HOMEPAGE="http://projects.gnome.org/evolution/"
63 LICENSE="GPL-2"
64
65 SLOT="2.0"
66 IUSE="debug doc static"
67 KEYWORDS="~amd64 ~x86"
68
69 RDEPEND="
70 >=mail-client/evolution-${PV}:2.0
71 >=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
72 >=dev-libs/glib-2.28:2
73 >=x11-libs/gtk+-3.0:3
74 >=gnome-base/gconf-2:2
75 dev-libs/libxml2:2
76 net-libs/libsoup:2.4
77 >=net-nds/openldap-2.1.30-r2
78 virtual/krb5"
79
80 DEPEND="${RDEPEND}
81 >=dev-util/intltool-0.40
82 dev-util/pkgconfig
83 doc? ( >=dev-util/gtk-doc-1.9 )"
84
85 pkg_setup() {
86 G2CONF="${G2CONF}
87 --with-krb5=${EPREFIX}/usr
88 --with-openldap
89 --disable-static
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 # Touch configure.ac if eautoreconf
100 sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
101 -i configure || die "sed 1 failed"
102 }