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: Sat, 30 Mar 2019 22:21:14
Message-Id: 1553984275.f98b26b0af884c3a90af0798d73d9440094633dd.leio@gentoo
1 commit: f98b26b0af884c3a90af0798d73d9440094633dd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 22:17:55 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 22:17:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b26b0
7
8 gnome-extra/evolution-ews: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/evolution-ews/Manifest | 1 -
14 .../evolution-ews/evolution-ews-3.26.6.ebuild | 66 ----------------------
15 .../evolution-ews/evolution-ews-3.30.5.ebuild | 65 ---------------------
16 3 files changed, 132 deletions(-)
17
18 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
19 index b16448aff33..98d75db9509 100644
20 --- a/gnome-extra/evolution-ews/Manifest
21 +++ b/gnome-extra/evolution-ews/Manifest
22 @@ -1,4 +1,3 @@
23 DIST evolution-ews-3.24.6.tar.xz 488668 BLAKE2B 3ec507b654042882158d2d8dfdbaae0372cc67d515501e45e327ef006cd8674f7b6e48de63f8930add9f29536d3428604f21666cfac98a764cb2eb0c20353ef3 SHA512 24bcaf9755b9d45d4848624b42f2b41bf1532aa836cdd26f8ab57b4dd5ac83d4375c340e0cac6f7f1b830c3ab998597893bce0fdd471ed7b0758a69367edfac1
24 -DIST evolution-ews-3.26.6.tar.xz 485624 BLAKE2B 7e9b13fff05122a54fe502d0d4bd1f0ba895259b89d074d9f39ab4e56bdd2794e780c61023294ceea79adb94f80a42a232e4cc1743c41b062c1b03c9276a6253 SHA512 eeee228699989d0407ed65d2b8fa37f643890b40084484a125738dc9a10152de435cbc9e3109c1aa5ae90daeb4aba6e06da135c84d7f7e0fd330f5d8448383ee
25 DIST evolution-ews-3.30.5-certificate-validation.patch.xz 6928 BLAKE2B eb1f070797231f14cc71cce2f19a0dc925edc0f67eca9267568c835e878d9f1567aaad7dd8a14c88abb047af8db8220239c78d62387329c9d38e5c5eda21822b SHA512 2d4fa5f9c24bf92ab4e5105cc5d265907e8af760d7c969ffdf74d090795948e1f9e0e84f5d051c2a6c4324ed49cc2c23f23ebdccf67fa8baab965c612ad807e6
26 DIST evolution-ews-3.30.5.tar.xz 525252 BLAKE2B 510666cdf6bdb95e73799256daa9b4c753ed70de71798d3acb73eb55c30158a7b6b56fe7617150ec0a1f5ce20676da8a3ab4608fca06f009ea16fbc234770736 SHA512 6b17fd73b461e0ddd725ee87c854fca45fbc14f10922a60aff5a9a25b56728f1f16a0d3196b4bc3cba83e75655c15244c3bf2442fa17449c7466ab95371e93d7
27
28 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild
29 deleted file mode 100644
30 index 2d35e29eb5c..00000000000
31 --- a/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild
32 +++ /dev/null
33 @@ -1,66 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -GNOME2_LA_PUNT="yes"
39 -
40 -inherit cmake-utils gnome2
41 -
42 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
43 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-db/sqlite:3=
52 - >=dev-libs/glib-2.46:2
53 - dev-libs/libical:0=
54 - >=dev-libs/libmspack-0.4
55 - >=dev-libs/libxml2-2
56 - >=gnome-extra/evolution-data-server-3.24.7:0=
57 - >=mail-client/evolution-${PV}:2.0
58 - >=net-libs/libsoup-2.42:2.4
59 - >=x11-libs/gtk+-3.10:3
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-util/gdbus-codegen
63 - dev-util/glib-utils
64 - >=dev-util/intltool-0.35.5
65 - >=sys-devel/gettext-0.18.3
66 - virtual/pkgconfig
67 - test? ( net-libs/uhttpmock )
68 -"
69 -
70 -# Unittests fail to find libevolution-ews.so
71 -RESTRICT="test !test? ( test )"
72 -
73 -# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare
74 -# call; if needed, set them after cmake-utils_src_prepare call, if that works
75 -
76 -src_prepare() {
77 - cmake-utils_src_prepare
78 - gnome2_src_prepare
79 -}
80 -
81 -src_configure() {
82 - local mycmakeargs=(
83 - -DWITH_MSPACK=ON
84 - -DENABLE_TESTS=$(usex test)
85 - )
86 - cmake-utils_src_configure
87 -}
88 -
89 -src_compile() {
90 - cmake-utils_src_compile
91 -}
92 -
93 -src_test() {
94 - cmake-utils_src_test
95 -}
96 -
97 -src_install() {
98 - cmake-utils_src_install
99 -}
100
101 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild
102 deleted file mode 100644
103 index b309eac19dc..00000000000
104 --- a/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild
105 +++ /dev/null
106 @@ -1,65 +0,0 @@
107 -# Copyright 1999-2019 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -
112 -inherit cmake-utils gnome2
113 -
114 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
115 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
116 -
117 -LICENSE="LGPL-2.1"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="test"
121 -
122 -RDEPEND="
123 - dev-db/sqlite:3
124 - >=dev-libs/glib-2.46:2
125 - dev-libs/libical:0=
126 - >=dev-libs/libmspack-0.4
127 - dev-libs/libxml2:2
128 - >=gnome-extra/evolution-data-server-${PV}:0=
129 - >=mail-client/evolution-${PV}:2.0
130 - >=net-libs/libsoup-2.42:2.4
131 - >=x11-libs/gtk+-3.10:3
132 -"
133 -DEPEND="${RDEPEND}
134 - dev-util/gdbus-codegen
135 - dev-util/glib-utils
136 - >=dev-util/intltool-0.35.5
137 - >=sys-devel/gettext-0.18.3
138 - virtual/pkgconfig
139 - test? ( net-libs/uhttpmock )
140 -"
141 -
142 -# Unittests fail to find libevolution-ews.so
143 -RESTRICT="test !test? ( test )"
144 -
145 -# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare
146 -# call; if needed, set them after cmake-utils_src_prepare call, if that works
147 -
148 -src_prepare() {
149 - cmake-utils_src_prepare
150 - gnome2_src_prepare
151 -}
152 -
153 -src_configure() {
154 - local mycmakeargs=(
155 - -DWITH_MSPACK=ON
156 - -DENABLE_TESTS=$(usex test)
157 - )
158 - cmake-utils_src_configure
159 -}
160 -
161 -src_compile() {
162 - cmake-utils_src_compile
163 -}
164 -
165 -src_test() {
166 - cmake-utils_src_test
167 -}
168 -
169 -src_install() {
170 - cmake-utils_src_install
171 -}