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, 03 Feb 2018 22:00:43
Message-Id: 1517694510.1007dae4428953318320755abd0422a47bb3c65f.leio@gentoo
1 commit: 1007dae4428953318320755abd0422a47bb3c65f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 21:48:30 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 21:48:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1007dae4
7
8 gnome-extra/evolution-ews: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-extra/evolution-ews/Manifest | 2 -
13 .../evolution-ews/evolution-ews-3.22.6.ebuild | 38 ---------------
14 .../evolution-ews/evolution-ews-3.24.5.ebuild | 57 ----------------------
15 3 files changed, 97 deletions(-)
16
17 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
18 index cda9aee0b9f..96a148fa2a2 100644
19 --- a/gnome-extra/evolution-ews/Manifest
20 +++ b/gnome-extra/evolution-ews/Manifest
21 @@ -1,3 +1 @@
22 -DIST evolution-ews-3.22.6.tar.xz 715320 BLAKE2B abd68ffce9a2b723a72e26d5c0991060c377f930c3f34e2f9244dfb53c449bc92d8e0bca60b64993369fe00370fb60920e405355c3fbe63b846e279de785045c SHA512 6b93faa67a6f546142b023086bf54ac34d6c7c4320ee136f58cc0ea5a018811af2080d5945c4dc68c89555a35a4194b2f92bd839b2142ae63690e94ed895b40e
23 -DIST evolution-ews-3.24.5.tar.xz 488116 BLAKE2B 8144f1eae7440993c2bedd76e5cdfb3354b32bb1b1093bf24f23c12ca8a36e076950dc015f89966532d6c5ee491262a979cc9bff47cba5146c08989becd2fb95 SHA512 eaa5096c09686dade6f1efddea2b706a73c292b06b473b0f2ef1ba15eb5a3d685678416a0f1de40296beaa893d5dc91b944a440440dba489df67a944342f2f17
24 DIST evolution-ews-3.24.6.tar.xz 488668 BLAKE2B 3ec507b654042882158d2d8dfdbaae0372cc67d515501e45e327ef006cd8674f7b6e48de63f8930add9f29536d3428604f21666cfac98a764cb2eb0c20353ef3 SHA512 24bcaf9755b9d45d4848624b42f2b41bf1532aa836cdd26f8ab57b4dd5ac83d4375c340e0cac6f7f1b830c3ab998597893bce0fdd471ed7b0758a69367edfac1
25
26 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
27 deleted file mode 100644
28 index 27b947f59e1..00000000000
29 --- a/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit 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 -RDEPEND="
49 - dev-db/sqlite:3=
50 - >=dev-libs/glib-2.40:2
51 - dev-libs/libical:0=
52 - >=dev-libs/libmspack-0.4
53 - >=dev-libs/libxml2-2
54 - >=gnome-extra/evolution-data-server-${PV}:0=
55 - >=mail-client/evolution-${PV}:2.0
56 - >=net-libs/libsoup-2.42:2.4
57 - >=x11-libs/gtk+-3:3
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-util/gtk-doc-am-1.9
61 - >=dev-util/intltool-0.35.5
62 - virtual/pkgconfig
63 - test? ( net-libs/uhttpmock )
64 -"
65 -
66 -src_configure() {
67 - gnome2_src_configure \
68 - $(use_enable test tests)
69 -}
70
71 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.24.5.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.24.5.ebuild
72 deleted file mode 100644
73 index 87e553e77c4..00000000000
74 --- a/gnome-extra/evolution-ews/evolution-ews-3.24.5.ebuild
75 +++ /dev/null
76 @@ -1,57 +0,0 @@
77 -# Copyright 1999-2017 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -GNOME2_LA_PUNT="yes"
82 -
83 -inherit cmake-utils gnome2
84 -
85 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
86 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
87 -
88 -LICENSE="LGPL-2.1"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE="test"
92 -
93 -RDEPEND="
94 - dev-db/sqlite:3=
95 - >=dev-libs/glib-2.46:2
96 - dev-libs/libical:0=
97 - >=dev-libs/libmspack-0.4
98 - >=dev-libs/libxml2-2
99 - >=gnome-extra/evolution-data-server-${PV}:0=
100 - >=mail-client/evolution-${PV}:2.0
101 - >=net-libs/libsoup-2.42:2.4
102 - >=x11-libs/gtk+-3.10:3
103 -"
104 -DEPEND="${RDEPEND}
105 - dev-util/gdbus-codegen
106 - >=dev-util/intltool-0.35.5
107 - >=sys-devel/gettext-0.18.3
108 - virtual/pkgconfig
109 - test? ( net-libs/uhttpmock )
110 -"
111 -
112 -# Unittests fail to find libevolution-ews.so
113 -RESTRICT="test"
114 -
115 -src_configure() {
116 - local mycmakeargs=(
117 - -DWITH_MSPACK=ON
118 - -DENABLE_TESTS=$(usex test)
119 - )
120 - cmake-utils_src_configure
121 -}
122 -
123 -src_compile() {
124 - cmake-utils_src_compile
125 -}
126 -
127 -src_test() {
128 - cmake-utils_src_test
129 -}
130 -
131 -src_install() {
132 - cmake-utils_src_install
133 -}