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.16.4_pre20150704.ebuild ChangeLog
Date: Sat, 04 Jul 2015 12:53:15
Message-Id: 20150704125312.5345F751@oystercatcher.gentoo.org
1 pacho 15/07/04 12:53:12
2
3 Modified: ChangeLog
4 Added: evolution-data-server-3.16.4_pre20150704.ebuild
5 Log:
6 Add a newer snapshot fixing more important bugs
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.419 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.419&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.419&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.418&r2=1.419
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
20 retrieving revision 1.418
21 retrieving revision 1.419
22 diff -u -r1.418 -r1.419
23 --- ChangeLog 20 Jun 2015 14:43:28 -0000 1.418
24 +++ ChangeLog 4 Jul 2015 12:53:12 -0000 1.419
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-data-server
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.418 2015/06/20 14:43:28 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.419 2015/07/04 12:53:12 pacho Exp $
30 +
31 +*evolution-data-server-3.16.4_pre20150704 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Pacho Ramos <pacho@g.o>
34 + +evolution-data-server-3.16.4_pre20150704.ebuild:
35 + Add a newer snapshot fixing more important bugs
36
37 20 Jun 2015; Pacho Ramos <pacho@g.o>
38 -evolution-data-server-3.16.3.ebuild:
39
40
41
42 1.1 gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-data-server-3.16.4_pre20150704.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild,v 1.1 2015/07/04 12:53:12 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
57 VALA_MIN_API_VERSION="0.22"
58 VALA_USE_DEPEND="vapigen"
59
60 inherit autotools db-use flag-o-matic gnome2 python-any-r1 vala virtualx
61
62 DESCRIPTION="Evolution groupware backend"
63 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
64
65 COMMIT="d3587d1e064ff46406a3bd137ebdd3625c339001"
66 SRC_URI="https://git.gnome.org/browse/${PN}/snapshot/${PN}-${COMMIT}.tar.xz -> ${P}.tar.xz"
67
68 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
69 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
70 SLOT="0/52" # subslot = libcamel-1.2 soname version
71 IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather"
72 REQUIRED_USE="vala? ( introspection )"
73
74 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
75
76 # sys-libs/db is only required for migrating from <3.13 versions
77 # gdata-0.15.1 is required for google tasks
78 RDEPEND="
79 >=app-crypt/gcr-3.4
80 >=app-crypt/libsecret-0.5[crypt]
81 >=dev-db/sqlite-3.5:=
82 >=dev-libs/glib-2.40:2
83 >=dev-libs/libgdata-0.10:=
84 >=dev-libs/libical-0.43:=
85 >=net-libs/libsoup-2.42:2.4
86 >=dev-libs/libxml2-2
87 >=dev-libs/nspr-4.4:=
88 >=dev-libs/nss-3.9:=
89 >=sys-libs/db-4:=
90
91 dev-libs/icu:=
92 sys-libs/zlib:=
93 virtual/libiconv
94
95 gtk? (
96 >=app-crypt/gcr-3.4[gtk]
97 >=x11-libs/gtk+-3.6:3
98 )
99 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
100 introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
101 kerberos? ( virtual/krb5:= )
102 ldap? ( >=net-nds/openldap-2:= )
103 weather? ( >=dev-libs/libgweather-3.8:2= )
104 "
105 DEPEND="${RDEPEND}
106 ${PYTHON_DEPS}
107 dev-util/gdbus-codegen
108 dev-util/gperf
109 >=dev-util/gtk-doc-am-1.14
110 >=dev-util/intltool-0.35.5
111 >=gnome-base/gnome-common-3.5.5
112 >=sys-devel/gettext-0.17
113 virtual/pkgconfig
114 vala? ( $(vala_depend) )
115
116 dev-util/gtk-doc
117 "
118
119 # FIXME: This version needs dev-util/gtk-doc to provide gtk-doc.make
120 # Next one should be a proper tarball created after distcheck run and, then
121 # shouldn't require that DEPEND.
122
123 # eautoreconf needs:
124 # >=gnome-base/gnome-common-2
125
126 # Some tests fail due to missings locales.
127 # Also, dbus tests are flacky, bugs #397975 #501834
128 # It looks like a nightmare to disable those for now.
129 RESTRICT="test"
130
131 S="${WORKDIR}/${PN}-${COMMIT}"
132
133 pkg_setup() {
134 python-any-r1_pkg_setup
135 }
136
137 src_prepare() {
138 use vala && vala_src_prepare
139
140 # Fix relink issues in src_install
141 ELTCONF="--reverse-deps"
142
143 eautoreconf
144
145 gnome2_src_prepare
146
147 # Fix compilation flags crazyness, upstream bug #653157
148 sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \
149 -i configure || die "sed failed"
150 }
151
152 src_configure() {
153 # /usr/include/db.h is always db-1 on FreeBSD
154 # so include the right dir in CPPFLAGS
155 append-cppflags "-I$(db_includedir)"
156
157 # phonenumber does not exist in tree
158 gnome2_src_configure \
159 $(use_enable api-doc-extras gtk-doc) \
160 $(use_with api-doc-extras private-docs) \
161 $(use_enable gnome-online-accounts goa) \
162 $(use_enable gtk) \
163 $(use_enable introspection) \
164 $(use_enable ipv6) \
165 $(use_with kerberos krb5 "${EPREFIX}"/usr) \
166 $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
167 $(use_with ldap openldap) \
168 $(use_enable vala vala-bindings) \
169 $(use_enable weather) \
170 --enable-google \
171 --enable-largefile \
172 --enable-smime \
173 --with-libdb="${EPREFIX}"/usr \
174 --without-phonenumber \
175 --disable-examples \
176 --disable-uoa
177 }
178
179 src_install() {
180 gnome2_src_install
181
182 if use ldap; then
183 insinto /etc/openldap/schema
184 doins "${FILESDIR}"/calentry.schema
185 dosym /usr/share/${PN}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema
186 fi
187 }
188
189 src_test() {
190 unset DBUS_SESSION_BUS_ADDRESS
191 unset ORBIT_SOCKETDIR
192 unset SESSION_MANAGER
193 unset DISPLAY
194 Xemake check
195 }