Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
Date: Wed, 15 Feb 2017 19:52:37
Message-Id: 1487188347.eccc7f60c10dff32807bffb02645b50cb177324d.leio@gentoo
1 commit: eccc7f60c10dff32807bffb02645b50cb177324d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 19:48:54 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 19:52:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccc7f60
7
8 gnome-extra/evolution-data-server: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 gnome-extra/evolution-data-server/Manifest | 2 -
13 .../evolution-data-server-3.20.5.ebuild | 130 ---------------------
14 .../evolution-data-server-3.22.3.ebuild | 128 --------------------
15 3 files changed, 260 deletions(-)
16
17 diff --git a/gnome-extra/evolution-data-server/Manifest b/gnome-extra/evolution-data-server/Manifest
18 index 9371b56985..def80b73c1 100644
19 --- a/gnome-extra/evolution-data-server/Manifest
20 +++ b/gnome-extra/evolution-data-server/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST evolution-data-server-3.20.5.tar.xz 5067732 SHA256 0d1586cd326d997497a2a6fddd939a83892be07cb20f8c88fda5013f8c5bbe7e SHA512 8376331ae0ee96013d5c61b1da92393486d0eb9e0fed63199d4b6c28d92cb6d9dc45826fd65b476d894141d507742e8574168bc99b8704bebe8b39bbd297606e WHIRLPOOL 3c3417603bd2a18c7a3370e32af7f1581fc399ebe6f721d0ac678a5978d667b58df2927eb02f240b4c2f139133e06f25e13a47879b7b7a470cd1283a186bba10
23 DIST evolution-data-server-3.20.6.tar.xz 5069584 SHA256 c9280149477cc0c75c20214814cfc54f0e5827c40080dadbbe4b4188479913aa SHA512 0526e64c407bd569b8fb45faeb902cdc15e46e5020c4187d76102f8e0b3173fdd0a742383cfed8de0351dd719c2ad33b39c7d4cd656312d07526ae8b85198dbc WHIRLPOOL e229d245ae79c6ecc2910bc6f110314e568d6afc546157af4e2a98be85e67ac1615f4085f3a4df2a94e658881ef6aa1c6d336b4ae3211bd0a85b2a81eef64f91
24 -DIST evolution-data-server-3.22.3.tar.xz 5558616 SHA256 0c58dfc2bdd72ea5bef65e2ef9f2969c8ceef253d3e3150a894647a00d69cf4f SHA512 17a8cb07cc516925a8cc27798d61935ddd0de2074f7a245283aec8932cd1f023c2c0cd5339b5896984656a560865017ea9df9d77e80deb7fc1f432a82f5ba935 WHIRLPOOL f0ccfcf0080b785c5d35fd2afe072922c9538a10a60666459171e2b9d79e42ee30be2dd766abe1ffdca026a1f9f43b1764b60fc3dc1d5453bc3f55ce863ed36b
25 DIST evolution-data-server-3.22.4.tar.xz 5559372 SHA256 0c9c64f209bfd50dbace342ab3b673bcea74ad5fe01a7bc87c1a98d997349cb8 SHA512 38773c4ac65e69b02fd6d5abb0db843f038c383391e1c1006e54bda518f89741b6637f480d70e3cd79b31a812190d55ceec5c8b187d62d9ce582b0d6c362850c WHIRLPOOL d7808803328fcdcaab60934f7b674c599c04242bf6edd751cdc32de99b672a5f6d91b0f48bd42596c66400c09a73e26340b443216118667bfa58ca0fd5cb7cb8
26
27 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild
28 deleted file mode 100644
29 index fef57d0d43..0000000000
30 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild
31 +++ /dev/null
32 @@ -1,130 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -GNOME2_LA_PUNT="yes"
39 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
40 -VALA_USE_DEPEND="vapigen"
41 -
42 -inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx
43 -
44 -DESCRIPTION="Evolution groupware backend"
45 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
46 -
47 -# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
48 -LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
49 -SLOT="0/57" # subslot = libcamel-1.2 soname version
50 -
51 -IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection ipv6 ldap kerberos vala +weather"
52 -REQUIRED_USE="vala? ( introspection )"
53 -
54 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
55 -
56 -# sys-libs/db is only required for migrating from <3.13 versions
57 -# gdata-0.15.1 is required for google tasks
58 -# berkdb needed only for migrating old calendar data, bug #519512
59 -RDEPEND="
60 - >=app-crypt/gcr-3.4
61 - >=app-crypt/libsecret-0.5[crypt]
62 - >=dev-db/sqlite-3.7.17:=
63 - >=dev-libs/glib-2.40:2
64 - >=dev-libs/libgdata-0.10:=
65 - >=dev-libs/libical-0.43:=
66 - >=dev-libs/libxml2-2
67 - >=dev-libs/nspr-4.4:=
68 - >=dev-libs/nss-3.9:=
69 - >=net-libs/libsoup-2.42:2.4
70 -
71 - dev-libs/icu:=
72 - sys-libs/zlib:=
73 - virtual/libiconv
74 -
75 - berkdb? ( >=sys-libs/db-4:= )
76 - gtk? (
77 - >=app-crypt/gcr-3.4[gtk]
78 - >=x11-libs/gtk+-3.10:3
79 - )
80 - google? (
81 - >=dev-libs/json-glib-1.0.4
82 - >=dev-libs/libgdata-0.15.1:=
83 - >=net-libs/webkit-gtk-2.4.9:3
84 - )
85 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
86 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
87 - kerberos? ( virtual/krb5:= )
88 - ldap? ( >=net-nds/openldap-2:= )
89 - weather? ( >=dev-libs/libgweather-3.10:2= )
90 -"
91 -DEPEND="${RDEPEND}
92 - ${PYTHON_DEPS}
93 - dev-util/gdbus-codegen
94 - dev-util/gperf
95 - >=dev-util/gtk-doc-am-1.14
96 - >=dev-util/intltool-0.35.5
97 - >=sys-devel/gettext-0.17
98 - virtual/pkgconfig
99 - vala? ( $(vala_depend) )
100 -"
101 -
102 -# eautoreconf needs:
103 -# >=gnome-base/gnome-common-2
104 -
105 -# Some tests fail due to missings locales.
106 -# Also, dbus tests are flacky, bugs #397975 #501834
107 -# It looks like a nightmare to disable those for now.
108 -RESTRICT="test"
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 -
119 -src_configure() {
120 - # /usr/include/db.h is always db-1 on FreeBSD
121 - # so include the right dir in CPPFLAGS
122 - use berkdb && append-cppflags "-I$(db_includedir)"
123 -
124 - # phonenumber does not exist in tree
125 - gnome2_src_configure \
126 - $(use_enable api-doc-extras gtk-doc) \
127 - $(use_with api-doc-extras private-docs) \
128 - $(usex berkdb --with-libdb="${EPREFIX}"/usr --with-libdb=no) \
129 - $(use_enable gnome-online-accounts goa) \
130 - $(use_enable gtk) \
131 - $(use_enable google google-auth) \
132 - $(use_enable google) \
133 - $(use_enable introspection) \
134 - $(use_enable ipv6) \
135 - $(use_with kerberos krb5 "${EPREFIX}"/usr) \
136 - $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
137 - $(use_with ldap openldap) \
138 - $(use_enable vala vala-bindings) \
139 - $(use_enable weather) \
140 - --enable-largefile \
141 - --enable-smime \
142 - --with-systemduserunitdir="$(systemd_get_userunitdir)" \
143 - --without-phonenumber \
144 - --disable-examples \
145 - --disable-uoa
146 -}
147 -
148 -src_test() {
149 - unset ORBIT_SOCKETDIR
150 - unset SESSION_MANAGER
151 - virtx emake check
152 -}
153 -
154 -src_install() {
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 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild
165 deleted file mode 100644
166 index 0e4269a96f..0000000000
167 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild
168 +++ /dev/null
169 @@ -1,128 +0,0 @@
170 -# Copyright 1999-2017 Gentoo Foundation
171 -# Distributed under the terms of the GNU General Public License v2
172 -# $Id$
173 -
174 -EAPI=6
175 -GNOME2_LA_PUNT="yes"
176 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
177 -VALA_USE_DEPEND="vapigen"
178 -
179 -inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx
180 -
181 -DESCRIPTION="Evolution groupware backend"
182 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
183 -
184 -# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
185 -LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
186 -SLOT="0/59" # subslot = libcamel-1.2 soname version
187 -
188 -IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection ipv6 ldap kerberos vala +weather"
189 -REQUIRED_USE="vala? ( introspection )"
190 -
191 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
192 -
193 -# sys-libs/db is only required for migrating from <3.13 versions
194 -# gdata-0.15.1 is required for google tasks
195 -# berkdb needed only for migrating old calendar data, bug #519512
196 -RDEPEND="
197 - >=app-crypt/gcr-3.4
198 - >=app-crypt/libsecret-0.5[crypt]
199 - >=dev-db/sqlite-3.7.17:=
200 - >=dev-libs/glib-2.46:2
201 - >=dev-libs/libgdata-0.10:=
202 - >=dev-libs/libical-0.43:=
203 - >=dev-libs/libxml2-2
204 - >=dev-libs/nspr-4.4:=
205 - >=dev-libs/nss-3.9:=
206 - >=net-libs/libsoup-2.42:2.4
207 -
208 - dev-libs/icu:=
209 - sys-libs/zlib:=
210 - virtual/libiconv
211 -
212 - berkdb? ( >=sys-libs/db-4:= )
213 - gtk? (
214 - >=app-crypt/gcr-3.4[gtk]
215 - >=x11-libs/gtk+-3.10:3
216 - )
217 - google? (
218 - >=dev-libs/json-glib-1.0.4
219 - >=dev-libs/libgdata-0.15.1:=
220 - >=net-libs/webkit-gtk-2.11.91:4
221 - )
222 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
223 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
224 - kerberos? ( virtual/krb5:= )
225 - ldap? ( >=net-nds/openldap-2:= )
226 - weather? ( >=dev-libs/libgweather-3.10:2= )
227 -"
228 -DEPEND="${RDEPEND}
229 - ${PYTHON_DEPS}
230 - dev-util/gdbus-codegen
231 - dev-util/gperf
232 - >=dev-util/gtk-doc-am-1.14
233 - >=dev-util/intltool-0.35.5
234 - >=gnome-base/gnome-common-2
235 - >=sys-devel/gettext-0.17
236 - virtual/pkgconfig
237 - vala? ( $(vala_depend) )
238 -"
239 -
240 -# Some tests fail due to missings locales.
241 -# Also, dbus tests are flacky, bugs #397975 #501834
242 -# It looks like a nightmare to disable those for now.
243 -RESTRICT="test"
244 -
245 -pkg_setup() {
246 - python-any-r1_pkg_setup
247 -}
248 -
249 -src_prepare() {
250 - use vala && vala_src_prepare
251 - gnome2_src_prepare
252 -}
253 -
254 -src_configure() {
255 - # /usr/include/db.h is always db-1 on FreeBSD
256 - # so include the right dir in CPPFLAGS
257 - use berkdb && append-cppflags "-I$(db_includedir)"
258 -
259 - # phonenumber does not exist in tree
260 - gnome2_src_configure \
261 - $(use_enable api-doc-extras gtk-doc) \
262 - $(use_with api-doc-extras private-docs) \
263 - $(usex berkdb --with-libdb="${EPREFIX}"/usr --with-libdb=no) \
264 - $(use_enable gnome-online-accounts goa) \
265 - $(use_enable gtk) \
266 - $(use_enable google google-auth) \
267 - $(use_enable google) \
268 - $(use_enable introspection) \
269 - $(use_enable ipv6) \
270 - $(use_with kerberos krb5 "${EPREFIX}"/usr) \
271 - $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
272 - $(use_with ldap openldap) \
273 - $(use_enable vala vala-bindings) \
274 - $(use_enable weather) \
275 - --enable-largefile \
276 - --enable-smime \
277 - --with-systemduserunitdir="$(systemd_get_userunitdir)" \
278 - --without-phonenumber \
279 - --disable-examples \
280 - --disable-uoa
281 -}
282 -
283 -src_test() {
284 - unset ORBIT_SOCKETDIR
285 - unset SESSION_MANAGER
286 - virtx emake check
287 -}
288 -
289 -src_install() {
290 - gnome2_src_install
291 -
292 - if use ldap; then
293 - insinto /etc/openldap/schema
294 - doins "${FILESDIR}"/calentry.schema
295 - dosym /usr/share/${PN}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema
296 - fi
297 -}