Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/
Date: Sat, 02 Jul 2016 13:31:14
Message-Id: 1467466252.6d149e85ff8195862ed6bd18467a50f77c44cb30.pacho@gentoo
1 commit: 6d149e85ff8195862ed6bd18467a50f77c44cb30
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 13:17:24 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 13:30:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d149e85
7
8 gnome-extra/evolution-ews: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/evolution-ews/Manifest | 2 --
13 .../evolution-ews/evolution-ews-3.16.5.ebuild | 41 ----------------------
14 .../evolution-ews/evolution-ews-3.18.4.ebuild | 41 ----------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
18 index d9cbdeb..a925f76 100644
19 --- a/gnome-extra/evolution-ews/Manifest
20 +++ b/gnome-extra/evolution-ews/Manifest
21 @@ -1,3 +1 @@
22 -DIST evolution-ews-3.16.5.tar.xz 684684 SHA256 d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58 SHA512 f046f3e0581cd21441b3737ff2fdd7cc3fa1333c3de8c3cf0be48f39239985cb68cbbd04089a84fa5f31ef84cc4100cf8a9ac0d1e6e261522f6e5305e505c0c7 WHIRLPOOL 960c84417c0b6a4374e5f063619c5495afc3b8eb0902b452021513c3a25fa1af148a71b3adbc19b915c857a4337f97de4eb0dac098db97a14e4ec362e36b0f28
23 -DIST evolution-ews-3.18.4.tar.xz 702952 SHA256 9285d4f1f1c32e25a4ac75f38a872c2b88f463196a796d7974ada4e89a01c707 SHA512 a39fc2d919c3a388331db0643009f8dabf229637ca79be92aa88bf80e67452bdfc8b95bbaed3a774cbc27a2b365162af1a15589fe577ee90d6e7af85e2dae9e3 WHIRLPOOL 509c00635a0458571717bcc0d656bc635c8ade15ef62b5da17c7ed3b365a0aabf70df7ffa6c464d5b9f1d7d01fcd0300d98c272f82f9a20abbcf5dcd32472734
24 DIST evolution-ews-3.18.5.tar.xz 702984 SHA256 7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55 SHA512 a1359803a9929391ac8b2945e411058cef6038c607706a08c1ab270c40d2b0840537e5c29416bf74bc9d5b3b6a073257f21f0c16951e6e1aa49ee8f983725c27 WHIRLPOOL 0d742407b3d293d4f70656e40dce3f1503f0e5f2ac599d2681a8cb49a34e5647aa4a8b3a85aeebd025e543fc54bc4f282c103bdb09d50d0be633c8e52fb2d4fb
25
26 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.5.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.5.ebuild
27 deleted file mode 100644
28 index e2bcc43..0000000
29 --- a/gnome-extra/evolution-ews/evolution-ews-3.16.5.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -GNOME2_LA_PUNT="yes"
39 -
40 -inherit 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.40:2
53 - dev-libs/libical:0=
54 - >=dev-libs/libxml2-2
55 - >=gnome-extra/evolution-data-server-${PV}:0=
56 - >=mail-client/evolution-${PV}:2.0
57 - >=net-libs/libsoup-2.42:2.4
58 - >=x11-libs/gtk+-3:3
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-util/gtk-doc-am-1.9
62 - >=dev-util/intltool-0.35.5
63 - virtual/pkgconfig
64 - test? ( net-libs/uhttpmock )
65 -"
66 -
67 -src_configure() {
68 - # We don't have libmspack, needing internal lzx
69 - gnome2_src_configure \
70 - --with-internal-lzx \
71 - $(use_enable test tests)
72 -}
73
74 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.18.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.18.4.ebuild
75 deleted file mode 100644
76 index f511fc9..0000000
77 --- a/gnome-extra/evolution-ews/evolution-ews-3.18.4.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI="5"
85 -GCONF_DEBUG="no"
86 -GNOME2_LA_PUNT="yes"
87 -
88 -inherit gnome2
89 -
90 -DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
91 -HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
92 -
93 -LICENSE="LGPL-2.1"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE="test"
97 -
98 -RDEPEND="
99 - dev-db/sqlite:3=
100 - >=dev-libs/glib-2.40:2
101 - dev-libs/libical:0=
102 - >=dev-libs/libxml2-2
103 - >=gnome-extra/evolution-data-server-${PV}:0=
104 - >=mail-client/evolution-${PV}:2.0
105 - >=net-libs/libsoup-2.42:2.4
106 - >=x11-libs/gtk+-3:3
107 -"
108 -DEPEND="${RDEPEND}
109 - >=dev-util/gtk-doc-am-1.9
110 - >=dev-util/intltool-0.35.5
111 - virtual/pkgconfig
112 - test? ( net-libs/uhttpmock )
113 -"
114 -
115 -src_configure() {
116 - # We don't have libmspack, needing internal lzx
117 - gnome2_src_configure \
118 - --with-internal-lzx \
119 - $(use_enable test tests)
120 -}