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.28.1.ebuild evolution-data-server-2.26.2.ebuild evolution-data-server-2.24.5-r2.ebuild
Date: Thu, 29 Oct 2009 22:20:06
Message-Id: E1N3dLg-0003cF-HD@stork.gentoo.org
1 eva 09/10/29 22:20:04
2
3 Modified: ChangeLog
4 Added: evolution-data-server-2.28.1.ebuild
5 Removed: evolution-data-server-2.26.2.ebuild
6 evolution-data-server-2.24.5-r2.ebuild
7 Log:
8 New version for GNOME 2.28. Clean up old revision.
9 (Portage version: 2.2_rc46/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.245 gnome-extra/evolution-data-server/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.245&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.245&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.244&r2=1.245
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
21 retrieving revision 1.244
22 retrieving revision 1.245
23 diff -u -r1.244 -r1.245
24 --- ChangeLog 24 Oct 2009 16:51:51 -0000 1.244
25 +++ ChangeLog 29 Oct 2009 22:20:03 -0000 1.245
26 @@ -1,6 +1,15 @@
27 # ChangeLog for gnome-extra/evolution-data-server
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.244 2009/10/24 16:51:51 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.245 2009/10/29 22:20:03 eva Exp $
31 +
32 +*evolution-data-server-2.28.1 (29 Oct 2009)
33 +
34 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
35 + -evolution-data-server-2.24.5-r2.ebuild,
36 + -evolution-data-server-2.26.2.ebuild,
37 + +files/evolution-data-server-2.28.0-gentoo_etc_services.patch,
38 + +evolution-data-server-2.28.1.ebuild:
39 + New version for GNOME 2.28. Clean up old revision.
40
41 24 Oct 2009; nixnut <nixnut@g.o>
42 evolution-data-server-2.26.3.ebuild:
43
44
45
46 1.1 gnome-extra/evolution-data-server/evolution-data-server-2.28.1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.28.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.28.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: evolution-data-server-2.28.1.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.28.1.ebuild,v 1.1 2009/10/29 22:20:03 eva Exp $
56
57 EAPI="2"
58
59 inherit db-use eutils flag-o-matic gnome2 versionator
60
61 DESCRIPTION="Evolution groupware backend"
62 HOMEPAGE="http://www.gnome.org/projects/evolution/"
63
64 LICENSE="LGPL-2 Sleepycat"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 IUSE="doc ipv6 kerberos gnome-keyring krb4 ldap ssl"
68
69 RDEPEND=">=dev-libs/glib-2.16.1
70 >=x11-libs/gtk+-2.14
71 >=gnome-base/orbit-2.9.8
72 >=gnome-base/libbonobo-2.20.3
73 >=gnome-base/gconf-2
74 >=gnome-base/libglade-2
75 >=dev-libs/libxml2-2
76 >=net-libs/libsoup-2.4
77 >=dev-libs/libgweather-2.25.4
78 >=dev-libs/libical-0.43
79 gnome-keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
80 >=dev-db/sqlite-3.5
81 ssl? (
82 >=dev-libs/nspr-4.4
83 >=dev-libs/nss-3.9 )
84 sys-libs/zlib
85 =sys-libs/db-4*
86 ldap? ( >=net-nds/openldap-2.0 )
87 kerberos? ( virtual/krb5 )
88 krb4? ( app-crypt/mit-krb5[krb4] )"
89
90 DEPEND="${RDEPEND}
91 >=dev-util/pkgconfig-0.9
92 >=dev-util/intltool-0.35.5
93 >=gnome-base/gnome-common-2
94 >=dev-util/gtk-doc-am-1.9
95 doc? ( >=dev-util/gtk-doc-1.9 )"
96
97 DOCS="ChangeLog MAINTAINERS NEWS TODO"
98
99 pkg_setup() {
100 G2CONF="${G2CONF}
101 $(use_with ldap openldap)
102 $(use_with krb4 krb4 /usr)
103 $(use_with kerberos krb5 /usr)
104 $(use_enable ssl nss)
105 $(use_enable ssl smime)
106 $(use_enable ipv6)
107 $(use_enable gnome-keyring)
108 --with-weather
109 --with-libdb=/usr/$(get_libdir)"
110 }
111
112 src_prepare() {
113 gnome2_src_prepare
114
115 # Adjust to gentoo's /etc/service
116 epatch "${FILESDIR}/${PN}-2.28.0-gentoo_etc_services.patch"
117
118 # Rewind in camel-disco-diary to fix a crash
119 epatch "${FILESDIR}/${PN}-1.8.0-camel-rewind.patch"
120
121 if use doc; then
122 sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
123 -i gtk-doc.make || die "sed 1 failed"
124 else
125 sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \
126 -i gtk-doc.make || die "sed 2 failed"
127 fi
128
129 # Use NSS/NSPR only if 'ssl' is enabled.
130 if use ssl ; then
131 sed -i -e "s|mozilla-nss|nss|
132 s|mozilla-nspr|nspr|" "${S}"/configure || die "sed failed"
133 G2CONF="${G2CONF} --enable-nss=yes"
134 else
135 G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \
136 --without-nss-libs --without-nss-includes"
137 fi
138
139 # /usr/include/db.h is always db-1 on FreeBSD
140 # so include the right dir in CPPFLAGS
141 append-cppflags "-I$(db_includedir)"
142
143 # FIXME: Fix compilation flags crazyness
144 sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
145 -i configure.ac configure || die "sed 3 failed"
146 }
147
148 src_install() {
149 gnome2_src_install
150
151 if use ldap; then
152 MY_MAJORV=$(get_version_component_range 1-2)
153 insinto /etc/openldap/schema
154 doins "${FILESDIR}"/calentry.schema || die "doins failed"
155 dosym "${D}"/usr/share/${PN}-${MY_MAJORV}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema
156 fi
157 }
158
159 pkg_postinst() {
160 gnome2_pkg_postinst
161
162 if use ldap; then
163 elog ""
164 elog "LDAP schemas needed by evolution are installed in /etc/openldap/schema"
165 fi
166 }