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-data-server: ChangeLog evolution-data-server-2.22.3-r1.ebuild
Date: Sun, 12 Oct 2008 16:29:04
Message-Id: E1Kp3oT-0008T5-Ob@stork.gentoo.org
1 eva 08/10/12 16:29:01
2
3 Modified: ChangeLog
4 Added: evolution-data-server-2.22.3-r1.ebuild
5 Log:
6 bump to 2.22.3-r1, backport upstream bug fixes announced on distributor list.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686)
8
9 Revision Changes Path
10 1.190 gnome-extra/evolution-data-server/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.190&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.190&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.189&r2=1.190
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
19 retrieving revision 1.189
20 retrieving revision 1.190
21 diff -u -r1.189 -r1.190
22 --- ChangeLog 6 Oct 2008 21:14:05 -0000 1.189
23 +++ ChangeLog 12 Oct 2008 16:29:01 -0000 1.190
24 @@ -1,6 +1,15 @@
25 # ChangeLog for gnome-extra/evolution-data-server
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.189 2008/10/06 21:14:05 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.190 2008/10/12 16:29:01 eva Exp $
29 +
30 +*evolution-data-server-2.22.3-r1 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +files/evolution-data-server-2.22.3-mail-cleanup-delay.patch,
34 + +files/evolution-data-server-2.22.3-timezone-western.patch,
35 + +evolution-data-server-2.22.3-r1.ebuild:
36 + bump to 2.22.3-r1, backport upstream bug fixes announced on distributor
37 + list.
38
39 06 Oct 2008; Gilles Dartiguelongue <eva@g.o>
40 evolution-data-server-1.12.3.ebuild:
41
42
43
44 1.1 gnome-extra/evolution-data-server/evolution-data-server-2.22.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.22.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.22.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: evolution-data-server-2.22.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.22.3-r1.ebuild,v 1.1 2008/10/12 16:29:01 eva Exp $
54
55 inherit db-use eutils flag-o-matic gnome2 autotools
56
57 DESCRIPTION="Evolution groupware backend"
58 HOMEPAGE="http://www.gnome.org/projects/evolution/"
59
60 LICENSE="LGPL-2 Sleepycat"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="doc ipv6 kerberos gnome-keyring krb4 ldap ssl"
64
65 RDEPEND=">=dev-libs/glib-2.15.3
66 >=x11-libs/gtk+-2.10
67 >=gnome-base/orbit-2.9.8
68 >=gnome-base/gnome-vfs-2.4
69 >=gnome-base/libbonobo-2.20.3
70 >=gnome-base/gconf-2
71 >=gnome-base/libglade-2
72 >=gnome-base/libgnome-2
73 >=dev-libs/libxml2-2
74 >=net-libs/libsoup-2.4
75 gnome-keyring? ( >=gnome-base/gnome-keyring-2.20 )
76 ssl? (
77 >=dev-libs/nspr-4.4
78 >=dev-libs/nss-3.9 )
79 >=gnome-base/libgnomeui-2
80 sys-libs/zlib
81 =sys-libs/db-4*
82 ldap? ( >=net-nds/openldap-2.0 )
83 kerberos? ( virtual/krb5 )
84 krb4? ( virtual/krb5 )"
85
86 DEPEND="${RDEPEND}
87 >=dev-util/pkgconfig-0.9
88 >=dev-util/intltool-0.35.5
89 >=gnome-base/gnome-common-2
90 >=dev-util/gtk-doc-am-1.9
91 doc? ( >=dev-util/gtk-doc-1.9 )"
92
93 DOCS="ChangeLog MAINTAINERS NEWS TODO"
94
95 pkg_setup() {
96 G2CONF="${G2CONF}
97 $(use_with ldap openldap)
98 $(use_with kerberos krb5 /usr)
99 $(use_enable ssl nss)
100 $(use_enable ssl smime)
101 $(use_enable ipv6)
102 $(use_enable gnome-keyring)
103 --with-libdb=/usr/$(get_libdir)"
104
105 if use krb4 && ! built_with_use virtual/krb5 krb4; then
106 ewarn
107 ewarn "In order to add kerberos 4 support, you have to emerge"
108 ewarn "virtual/krb5 with the 'krb4' USE flag enabled as well."
109 ewarn
110 ewarn "Skipping for now."
111 ewarn
112 G2CONF="${G2CONF} --without-krb4"
113 else
114 G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
115 fi
116 }
117
118 src_unpack() {
119 gnome2_src_unpack
120
121 # Adjust to gentoo's /etc/service
122 epatch "${FILESDIR}"/${PN}-1.2.0-gentoo_etc_services.patch
123
124 # Fix broken libdb build
125 epatch "${FILESDIR}"/${PN}-1.11.3-no-libdb.patch
126
127 # Rewind in camel-disco-diary to fix a crash
128 epatch "${FILESDIR}"/${PN}-1.8.0-camel-rewind.patch
129
130 # Don't assume that endian.h and byteswap.h exist on all non sun os's
131 epatch "${FILESDIR}"/${PN}-2.21.90-icaltz-util.patch
132
133 # Don't error out if gtkdoc-rebase doesn't exist.
134 epatch "${FILESDIR}"/${PN}-2.21.4-gtkdoc-rebase.patch
135
136 # Fix building evo-exchange with --as-needed
137 epatch "${FILESDIR}"/${PN}-2.21.4-as-needed.patch
138
139 # Fix automatic mail delete after X days, upstream bug #514827
140 epatch "${FILESDIR}"/${P}-mail-cleanup-delay.patch
141
142 # Fix calculation of weekday, upstream bug #548268
143 epatch "${FILESDIR}"/${P}-timezone-western.patch
144
145 # gtk-doc-am and gnome-common needed for this
146 eautoreconf
147 }
148
149 src_compile() {
150 # Use NSS/NSPR only if 'ssl' is enabled.
151 if use ssl ; then
152 sed -i -e "s|mozilla-nss|nss|
153 s|mozilla-nspr|nspr|" "${S}"/configure
154 G2CONF="${G2CONF} --enable-nss=yes"
155 else
156 G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \
157 --without-nss-libs --without-nss-includes"
158 fi
159
160 # /usr/include/db.h is always db-1 on FreeBSD
161 # so include the right dir in CPPFLAGS
162 append-cppflags "-I$(db_includedir)"
163
164 cd "${S}"
165 gnome2_src_compile
166 }