Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: evolution-exchange-2.30.2.ebuild ChangeLog
Date: Mon, 23 Aug 2010 21:36:21
Message-Id: 20100823213616.496102004E@flycatcher.gentoo.org
1 eva 10/08/23 21:36:16
2
3 Modified: evolution-exchange-2.30.2.ebuild ChangeLog
4 Log:
5 Drop unneeded autoreconf. Drop unused dependencies per configure. Add kerberos explicit dependency like was done in evolution ebuild. Raise gtk-doc dependency per configure.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild?r1=1.4&r2=1.5
14
15 Index: evolution-exchange-2.30.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- evolution-exchange-2.30.2.ebuild 1 Aug 2010 12:01:38 -0000 1.4
22 +++ evolution-exchange-2.30.2.ebuild 23 Aug 2010 21:36:16 -0000 1.5
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild,v 1.4 2010/08/01 12:01:38 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.2.ebuild,v 1.5 2010/08/23 21:36:16 eva Exp $
28
29 EAPI="2"
30
31 -inherit autotools gnome2
32 +inherit gnome2
33
34 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
35 HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
36 @@ -20,23 +20,22 @@
37 >=dev-libs/glib-2.16.0
38 >=x11-libs/gtk+-2.10
39 >=gnome-base/gconf-2.0
40 - >=gnome-base/libbonobo-2.20.3
41 - >=gnome-base/libglade-2.0
42 - >=gnome-base/libgnomeui-2.0
43 dev-libs/libxml2
44 net-libs/libsoup:2.4
45 - >=net-nds/openldap-2.1.30-r2"
46 + >=net-nds/openldap-2.1.30-r2
47 + virtual/krb5"
48
49 DEPEND="${RDEPEND}
50 >=dev-util/intltool-0.40
51 dev-util/pkgconfig
52 - dev-util/gtk-doc-am
53 - doc? ( >=dev-util/gtk-doc-1 )"
54 + >=dev-util/gtk-doc-am-1.9
55 + doc? ( >=dev-util/gtk-doc-1.9 )"
56
57 DOCS="AUTHORS ChangeLog NEWS README"
58
59 pkg_setup() {
60 G2CONF="${G2CONF}
61 + --with-krb5=/usr
62 --with-openldap
63 --disable-static
64 $(use_with debug e2k-debug)
65 @@ -55,7 +54,4 @@
66
67 sed 's:-DG.*DISABLE_SINGLE_INCLUDES::g' -i configure.ac configure \
68 || die "sed 3 failed"
69 -
70 - intltoolize --force --copy --automake || die "intltoolize failed"
71 - eautoreconf
72 }
73
74
75
76 1.123 gnome-extra/evolution-exchange/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.123&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.123&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.122&r2=1.123
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
85 retrieving revision 1.122
86 retrieving revision 1.123
87 diff -u -r1.122 -r1.123
88 --- ChangeLog 14 Aug 2010 18:49:06 -0000 1.122
89 +++ ChangeLog 23 Aug 2010 21:36:16 -0000 1.123
90 @@ -1,6 +1,12 @@
91 # ChangeLog for gnome-extra/evolution-exchange
92 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.122 2010/08/14 18:49:06 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.123 2010/08/23 21:36:16 eva Exp $
95 +
96 + 23 Aug 2010; Gilles Dartiguelongue <eva@g.o>
97 + evolution-exchange-2.30.2.ebuild:
98 + Drop unneeded autoreconf. Drop unused dependencies per configure. Add
99 + kerberos explicit dependency like was done in evolution ebuild. Raise
100 + gtk-doc dependency per configure.
101
102 14 Aug 2010; Raúl Porcel <armin76@g.o>
103 evolution-exchange-2.28.3.ebuild: