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