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: Thu, 27 Apr 2017 22:08:24
Message-Id: 1493330678.4c07818fed377b1240b5b7103eafe31b708ff625.leio@gentoo
1 commit: 4c07818fed377b1240b5b7103eafe31b708ff625
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 22:04:38 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 22:04:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07818f
7
8 gnome-extra/evolution-ews: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 gnome-extra/evolution-ews/Manifest | 1 -
13 .../evolution-ews/evolution-ews-3.22.4.ebuild | 39 ----------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
17 index 6b9452d9c22..fbb55c7799b 100644
18 --- a/gnome-extra/evolution-ews/Manifest
19 +++ b/gnome-extra/evolution-ews/Manifest
20 @@ -1,2 +1 @@
21 -DIST evolution-ews-3.22.4.tar.xz 714968 SHA256 d78e81cbc5873d248a0f030651c937a31c1cb1badc4ca28da702eeebb509c3c4 SHA512 c445a7c969cb7c52f13fa9f1cd3ce8fa51b1356393b808b4db6b14029575d66ada225227615907409d4124bda9106765f47cecd5769cdfdbf66640fd2695225a WHIRLPOOL 1701d3e4be35fd1c3c4127474dda5f9a54ef6f2c0aacf0601a7398ecd5ff8f67f20c538cbe53239e213a090e61c64b3ff78e7c9439e60af92cb4372b9cbc9d3f
22 DIST evolution-ews-3.22.6.tar.xz 715320 SHA256 eddc94d9a7f759a20dc35a8635318a425f8687bb3af5b72b94c996101c8fb0e5 SHA512 6b93faa67a6f546142b023086bf54ac34d6c7c4320ee136f58cc0ea5a018811af2080d5945c4dc68c89555a35a4194b2f92bd839b2142ae63690e94ed895b40e WHIRLPOOL b242c15acbeefc7f6010d106a7e6b9d5dd3d3bab94069cca95a2d722403dbe284ed633b818120f3a47d2d9056e2cfa160ac0984f71c24fc271debbe93aeb319d
23
24 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.22.4.ebuild
25 deleted file mode 100644
26 index 7fe800842d4..00000000000
27 --- a/gnome-extra/evolution-ews/evolution-ews-3.22.4.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="test"
45 -
46 -RDEPEND="
47 - dev-db/sqlite:3=
48 - >=dev-libs/glib-2.40:2
49 - dev-libs/libical:0=
50 - >=dev-libs/libxml2-2
51 - >=gnome-extra/evolution-data-server-${PV}:0=
52 - >=mail-client/evolution-${PV}:2.0
53 - >=net-libs/libsoup-2.42:2.4
54 - >=x11-libs/gtk+-3:3
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-util/gtk-doc-am-1.9
58 - >=dev-util/intltool-0.35.5
59 - virtual/pkgconfig
60 - test? ( net-libs/uhttpmock )
61 -"
62 -
63 -src_configure() {
64 - # We don't have libmspack, needing internal lzx, bug 607306
65 - gnome2_src_configure \
66 - --with-internal-lzx \
67 - $(use_enable test tests)
68 -}