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-ews/
Date: Fri, 05 Nov 2021 13:36:21
Message-Id: 1636119187.2994895ac6a21868ac03ac1d5f38d3895d99283c.leio@gentoo
1 commit: 2994895ac6a21868ac03ac1d5f38d3895d99283c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 13:32:59 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 13:33:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2994895a
7
8 gnome-extra/evolution-ews: bump to 3.42.1
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/evolution-ews/Manifest | 1 +
14 .../evolution-ews/evolution-ews-3.42.1.ebuild | 68 ++++++++++++++++++++++
15 2 files changed, 69 insertions(+)
16
17 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
18 index e6bdcf21a5d..cbeda195b21 100644
19 --- a/gnome-extra/evolution-ews/Manifest
20 +++ b/gnome-extra/evolution-ews/Manifest
21 @@ -1,3 +1,4 @@
22 DIST evolution-ews-3.40.3.tar.xz 673800 BLAKE2B 4d8cbce33552a40551db08f25bb784ec1b54df0672bab95cd278de6a761a0ed05d5d21754107043fcfde1b533edfbce6a25b2d7fc3c6e885bc7618efd8c89763 SHA512 c35da74f1c52dabf1d3373654a70a7fa005cbc8ebb30a64c3315cffae222221a049918eb9821773020a7178c64caac0b9360ea562eda748b1e26911fcb4fcb90
23 DIST evolution-ews-3.40.4.tar.xz 673888 BLAKE2B 532b708795db3ffdff69b44d31c49ff9c4800b527b09d4440b383a16f6ad283cea5ebdfae5cf104e08d8f2166d7269d6810d4ae6ead2c55af7f77633292d7376 SHA512 7f89e8cebf5931bd7d2f636b1780d914f069fb62ac4e14ad0ab2c9759e4553bc5d58a53b65a635c7b5be298fc017f375f9ca4d1c96002804093b9f47107455f2
24 DIST evolution-ews-3.42.0.tar.xz 682796 BLAKE2B 6b9fe9d2cae4be586d0cc96188a9e4b10c2fdc3ba0044b19daac70039019f2422416899a7c020c633d473372d424c826aa3a78b5d4b6f0d091364d9db6786ce2 SHA512 62e912827a31b6cf23b572206f27981b255d27cccd252209b1927eb99e39ad6a9a3db7e0c410664c81ff6dfa2156cf0853ea211de3e8fdb4c26db22b19f9ddd9
25 +DIST evolution-ews-3.42.1.tar.xz 685356 BLAKE2B b3be78f64fbac8fac5fca284850e214304a1b8fdad7354a7ce5134fa12514d36425bf8b841c1a21c58df5604f94a86650325efc052bd5f826105a7d5d001deaf SHA512 42dd9a935d6bd59ccd54340b92fcbaf31c262234563928792116edc31bdf5b078caa8fba0d54084ce168f243652a890e02d3789d44512bcfc808083515bd5e32
26
27 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.42.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.42.1.ebuild
28 new file mode 100644
29 index 00000000000..2088827c202
30 --- /dev/null
31 +++ b/gnome-extra/evolution-ews/evolution-ews-3.42.1.ebuild
32 @@ -0,0 +1,68 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake gnome2
39 +
40 +DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
42 +
43 +LICENSE="LGPL-2.1"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="test"
47 +
48 +# libical-glib currently (2020-02-29) oddly behind USE=introspection
49 +RDEPEND="
50 + dev-db/sqlite:3
51 + >=dev-libs/glib-2.62:2
52 + >=dev-libs/libical-3.0.5:0=[introspection(-)]
53 + >=dev-libs/json-glib-1.0.4
54 + >=dev-libs/libmspack-0.4
55 + dev-libs/libxml2:2
56 + >=gnome-extra/evolution-data-server-${PV}:0=
57 + >=mail-client/evolution-${PV}:2.0
58 + >=net-libs/libsoup-2.58:2.4
59 + >=x11-libs/gtk+-3.10:3
60 +"
61 +DEPEND="${RDEPEND}
62 + test? ( net-libs/uhttpmock )
63 +"
64 +BDEPEND="
65 + dev-util/gdbus-codegen
66 + dev-util/glib-utils
67 + >=dev-util/intltool-0.35.5
68 + >=sys-devel/gettext-0.18.3
69 + virtual/pkgconfig
70 +"
71 +
72 +# Unittests fail to find libevolution-ews.so
73 +RESTRICT="test !test? ( test )"
74 +
75 +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare
76 +# call; if needed, set them after cmake_src_prepare call, if that works
77 +src_prepare() {
78 + cmake_src_prepare
79 + gnome2_src_prepare
80 +}
81 +
82 +src_configure() {
83 + local mycmakeargs=(
84 + -DWITH_MSPACK=ON
85 + -DENABLE_TESTS=$(usex test)
86 + )
87 + cmake_src_configure
88 +}
89 +
90 +src_compile() {
91 + cmake_src_compile
92 +}
93 +
94 +src_test() {
95 + cmake_src_test
96 +}
97 +
98 +src_install() {
99 + cmake_src_install
100 +}