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-3.12.1.ebuild
Date: Sun, 27 Apr 2014 17:08:31
Message-Id: 20140427170828.2AD342004B@flycatcher.gentoo.org
1 eva 14/04/27 17:08:28
2
3 Modified: ChangeLog
4 Added: evolution-data-server-3.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.12. Move flags manipulation to configure where it belongs. Get rid of la-relink tool, it seems eltconf handles that properly.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.392 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.392&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.392&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.391&r2=1.392
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
20 retrieving revision 1.391
21 retrieving revision 1.392
22 diff -u -r1.391 -r1.392
23 --- ChangeLog 26 Apr 2014 18:55:47 -0000 1.391
24 +++ ChangeLog 27 Apr 2014 17:08:27 -0000 1.392
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnome-extra/evolution-data-server
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.391 2014/04/26 18:55:47 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.392 2014/04/27 17:08:27 eva Exp $
30 +
31 +*evolution-data-server-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +evolution-data-server-3.12.1.ebuild:
35 + Version bump for Gnome 3.12. Move flags manipulation to configure where it
36 + belongs. Get rid of la-relink tool, it seems eltconf handles that properly.
37
38 26 Apr 2014; Pacho Ramos <pacho@g.o>
39 -evolution-data-server-3.10.3.ebuild, -evolution-data-server-3.8.5.ebuild:
40
41
42
43 1.1 gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.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.12.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: evolution-data-server-3.12.1.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.12.1.ebuild,v 1.1 2014/04/27 17:08:27 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 # python3 not really supported, bug #478678
57 PYTHON_COMPAT=( python2_7 pypy 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="https://wiki.gnome.org/Apps/Evolution"
65
66 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
67 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
68 SLOT="0/49" # 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 >=app-crypt/gcr-3.4
76 >=app-crypt/libsecret-0.5[crypt]
77 >=dev-db/sqlite-3.5:=
78 >=dev-libs/glib-2.36:2
79 >=dev-libs/libgdata-0.10:=
80 >=dev-libs/libical-0.43:=
81 >=net-libs/libsoup-2.42:2.4
82 >=dev-libs/libxml2-2
83 >=dev-libs/nspr-4.4:=
84 >=dev-libs/nss-3.9:=
85 >=sys-libs/db-4:=
86
87 dev-libs/icu
88 sys-libs/zlib:=
89 virtual/libiconv
90
91 gtk? (
92 >=app-crypt/gcr-3.4[gtk]
93 >=x11-libs/gtk+-3.2:3
94 )
95 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
96 introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
97 kerberos? ( virtual/krb5:= )
98 ldap? ( >=net-nds/openldap-2:= )
99 weather? ( >=dev-libs/libgweather-3.8:2= )
100 "
101 DEPEND="${RDEPEND}
102 ${PYTHON_DEPS}
103 dev-util/gperf
104 >=dev-util/gtk-doc-am-1.14
105 >=dev-util/intltool-0.35.5
106 >=gnome-base/gnome-common-3.5.5
107 >=sys-devel/gettext-0.17
108 virtual/pkgconfig
109 vala? ( $(vala_depend) )"
110 # eautoreconf needs:
111 # >=gnome-base/gnome-common-2
112
113 # Some tests fail due to missings locales.
114 # It looks like a nightmare to disable those for now.
115 RESTRICT="test"
116
117 pkg_setup() {
118 python-any-r1_pkg_setup
119 }
120
121 src_prepare() {
122 use vala && vala_src_prepare
123
124 # Fix relink issues in src_install
125 ELTCONF="--reverse-deps"
126
127 gnome2_src_prepare
128
129 # FIXME: Fix compilation flags crazyness
130 sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \
131 -i configure || die "sed failed"
132 }
133
134 src_configure() {
135 # /usr/include/db.h is always db-1 on FreeBSD
136 # so include the right dir in CPPFLAGS
137 append-cppflags "-I$(db_includedir)"
138
139 # phonenumber does not exist in tree
140 gnome2_src_configure \
141 $(use_enable api-doc-extras gtk-doc) \
142 $(use_with api-doc-extras private-docs) \
143 $(use_enable gnome-online-accounts goa) \
144 $(use_enable gtk) \
145 $(use_enable introspection) \
146 $(use_enable ipv6) \
147 $(use_with kerberos krb5 "${EPREFIX}"/usr) \
148 $(use_with ldap openldap) \
149 $(use_enable vala vala-bindings) \
150 $(use_enable weather) \
151 --enable-google \
152 --enable-largefile \
153 --enable-smime \
154 --with-libdb="${EPREFIX}"/usr \
155 --without-phonenumber \
156 --disable-examples \
157 --disable-uoa
158 }
159
160 src_install() {
161 gnome2_src_install
162
163 if use ldap; then
164 insinto /etc/openldap/schema
165 doins "${FILESDIR}"/calentry.schema
166 dosym /usr/share/${PN}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema
167 fi
168 }
169
170 src_test() {
171 unset DBUS_SESSION_BUS_ADDRESS
172 unset ORBIT_SOCKETDIR
173 unset SESSION_MANAGER
174 unset DISPLAY
175 Xemake check
176 }