Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server: evolution-data-server-3.10.4.ebuild ChangeLog
Date: Mon, 10 Feb 2014 19:53:41
Message-Id: 20140210195338.552222004C@flycatcher.gentoo.org
1 pacho 14/02/10 19:53:38
2
3 Modified: ChangeLog
4 Added: evolution-data-server-3.10.4.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.385 gnome-extra/evolution-data-server/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.385&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.385&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.384&r2=1.385
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
20 retrieving revision 1.384
21 retrieving revision 1.385
22 diff -u -r1.384 -r1.385
23 --- ChangeLog 24 Dec 2013 17:52:36 -0000 1.384
24 +++ ChangeLog 10 Feb 2014 19:53:38 -0000 1.385
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-data-server
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.384 2013/12/24 17:52:36 eva Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.385 2014/02/10 19:53:38 pacho Exp $
31 +
32 +*evolution-data-server-3.10.4 (10 Feb 2014)
33 +
34 + 10 Feb 2014; Pacho Ramos <pacho@g.o>
35 + +evolution-data-server-3.10.4.ebuild:
36 + Version bump
37
38 24 Dec 2013; Gilles Dartiguelongue <eva@g.o>
39 evolution-data-server-3.10.3.ebuild:
40
41
42
43 1.1 gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: evolution-data-server-3.10.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild,v 1.1 2014/02/10 19:53:38 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 # python3 not really supported, bug #478678
57 PYTHON_COMPAT=( python2_7 pypy2_0 )
58 VALA_MIN_API_VERSION="0.18"
59 VALA_USE_DEPEND="vapigen"
60
61 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
62
63 DESCRIPTION="Evolution groupware backend"
64 HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml"
65
66 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
67 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
68 SLOT="0/45" # subslot = libcamel-1.2 soname version
69 IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather"
70 REQUIRED_USE="vala? ( introspection )"
71
72 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
73
74 RDEPEND="
75 >=dev-libs/glib-2.34:2
76 >=dev-db/sqlite-3.5:=
77 >=dev-libs/libgdata-0.10:=
78 >=app-crypt/libsecret-0.5[crypt]
79 >=dev-libs/libical-0.43:=
80 >=net-libs/libsoup-2.40.3:2.4
81 >=dev-libs/libxml2-2
82 >=sys-libs/db-4:=
83 >=dev-libs/nspr-4.4:=
84 >=dev-libs/nss-3.9:=
85 >=app-crypt/gcr-3.4
86
87 sys-libs/zlib:=
88 virtual/libiconv
89
90 gtk? ( >=x11-libs/gtk+-3.2:3 )
91 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
92 introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
93 kerberos? ( virtual/krb5:= )
94 ldap? ( >=net-nds/openldap-2:= )
95 weather? ( >=dev-libs/libgweather-3.8:2= )
96 "
97 DEPEND="${RDEPEND}
98 ${PYTHON_DEPS}
99 dev-util/fix-la-relink-command
100 dev-util/gperf
101 >=dev-util/gtk-doc-am-1.14
102 >=dev-util/intltool-0.35.5
103 >=gnome-base/gnome-common-3.5.5
104 >=sys-devel/gettext-0.17
105 virtual/pkgconfig
106 vala? ( $(vala_depend) )"
107 # eautoreconf needs:
108 # >=gnome-base/gnome-common-2
109
110 pkg_setup() {
111 python-any-r1_pkg_setup
112 }
113
114 src_prepare() {
115 use vala && vala_src_prepare
116 gnome2_src_prepare
117
118 # /usr/include/db.h is always db-1 on FreeBSD
119 # so include the right dir in CPPFLAGS
120 append-cppflags "-I$(db_includedir)"
121
122 # FIXME: Fix compilation flags crazyness
123 sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \
124 -i configure || die "sed failed"
125 }
126
127 src_configure() {
128 # phonenumber does not exist in tree
129 gnome2_src_configure \
130 $(use_enable api-doc-extras gtk-doc) \
131 $(use_with api-doc-extras private-docs) \
132 $(use_enable gnome-online-accounts goa) \
133 $(use_enable gtk) \
134 $(use_enable introspection) \
135 $(use_enable ipv6) \
136 $(use_with kerberos krb5 "${EPREFIX}"/usr) \
137 $(use_with ldap openldap) \
138 $(use_enable vala vala-bindings) \
139 $(use_enable weather) \
140 --enable-google \
141 --enable-nntp \
142 --enable-largefile \
143 --enable-smime \
144 --with-libdb="${EPREFIX}"/usr \
145 --without-phonenumber \
146 --disable-uoa
147 }
148
149 src_install() {
150 # Prevent this evolution-data-server from linking to libs in the installed
151 # evolution-data-server libraries by adding -L arguments for build dirs to
152 # every .la file's relink_command field, forcing libtool to look there
153 # first during relinking. This will mangle the .la files installed by
154 # make install, but we don't care because we will be punting them anyway.
155 fix-la-relink-command . || die "fix-la-relink-command failed"
156 gnome2_src_install
157
158 if use ldap; then
159 insinto /etc/openldap/schema
160 doins "${FILESDIR}"/calentry.schema
161 dosym /usr/share/${PN}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema
162 fi
163 }
164
165 src_test() {
166 unset DBUS_SESSION_BUS_ADDRESS
167 unset ORBIT_SOCKETDIR
168 unset SESSION_MANAGER
169 unset DISPLAY
170 Xemake check
171 }