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