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: Mon, 23 Dec 2019 21:34:38
Message-Id: 1577136549.4fbd55414abf14679f9ab4345477998ebfb0d63a.leio@gentoo
1 commit: 4fbd55414abf14679f9ab4345477998ebfb0d63a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:29:09 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 21:29:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbd5541
7
8 gnome-extra/evolution-ews: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/evolution-ews/Manifest | 2 -
14 .../evolution-ews/evolution-ews-3.30.5-r1.ebuild | 66 ----------------------
15 2 files changed, 68 deletions(-)
16
17 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
18 index 88654c07c40..c03afe7240c 100644
19 --- a/gnome-extra/evolution-ews/Manifest
20 +++ b/gnome-extra/evolution-ews/Manifest
21 @@ -1,3 +1 @@
22 -DIST evolution-ews-3.30.5-certificate-validation.patch.xz 6928 BLAKE2B eb1f070797231f14cc71cce2f19a0dc925edc0f67eca9267568c835e878d9f1567aaad7dd8a14c88abb047af8db8220239c78d62387329c9d38e5c5eda21822b SHA512 2d4fa5f9c24bf92ab4e5105cc5d265907e8af760d7c969ffdf74d090795948e1f9e0e84f5d051c2a6c4324ed49cc2c23f23ebdccf67fa8baab965c612ad807e6
23 -DIST evolution-ews-3.30.5.tar.xz 525252 BLAKE2B 510666cdf6bdb95e73799256daa9b4c753ed70de71798d3acb73eb55c30158a7b6b56fe7617150ec0a1f5ce20676da8a3ab4608fca06f009ea16fbc234770736 SHA512 6b17fd73b461e0ddd725ee87c854fca45fbc14f10922a60aff5a9a25b56728f1f16a0d3196b4bc3cba83e75655c15244c3bf2442fa17449c7466ab95371e93d7
24 DIST evolution-ews-3.32.2.tar.xz 534056 BLAKE2B 2f935910cba44d69b2d8bcc3021709502c1a129ef29d18a847bccd14837d0c18c9700a97f978decb36f9c28242df81a9021dfc536e31f3d8f7793a0dc4c6b680 SHA512 5696ea660d0b52c0083664ad203eaed372fb9653399152ccbca0f6360a3e0c4503b5dacf4f9bf5650b1b64696c0fe06e2383bb408bed604ea0312660b4639388
25
26 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild
27 deleted file mode 100644
28 index 59c849b0089..00000000000
29 --- a/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild
30 +++ /dev/null
31 @@ -1,66 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit cmake-utils gnome2
38 -
39 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
41 -SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-certificate-validation.patch.xz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - dev-db/sqlite:3
50 - >=dev-libs/glib-2.46:2
51 - dev-libs/libical:0=
52 - >=dev-libs/libmspack-0.4
53 - dev-libs/libxml2:2
54 - >=gnome-extra/evolution-data-server-${PV}-r1:0=
55 - >=mail-client/evolution-${PV}:2.0
56 - >=net-libs/libsoup-2.42:2.4
57 - >=x11-libs/gtk+-3.10:3
58 -"
59 -DEPEND="${RDEPEND}
60 - dev-util/gdbus-codegen
61 - dev-util/glib-utils
62 - >=dev-util/intltool-0.35.5
63 - >=sys-devel/gettext-0.18.3
64 - virtual/pkgconfig
65 - test? ( net-libs/uhttpmock )
66 -"
67 -
68 -# Unittests fail to find libevolution-ews.so
69 -RESTRICT="test !test? ( test )"
70 -
71 -# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare
72 -# call; if needed, set them after cmake-utils_src_prepare call, if that works
73 -src_prepare() {
74 - eapply "${WORKDIR}"/${P}-certificate-validation.patch # requires patch added in eds 3.30.5-r1
75 - cmake-utils_src_prepare
76 - gnome2_src_prepare
77 -}
78 -
79 -src_configure() {
80 - local mycmakeargs=(
81 - -DWITH_MSPACK=ON
82 - -DENABLE_TESTS=$(usex test)
83 - )
84 - cmake-utils_src_configure
85 -}
86 -
87 -src_compile() {
88 - cmake-utils_src_compile
89 -}
90 -
91 -src_test() {
92 - cmake-utils_src_test
93 -}
94 -
95 -src_install() {
96 - cmake-utils_src_install
97 -}