Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/files/, mail-client/geary/
Date: Wed, 15 Feb 2017 20:38:19
Message-Id: 1487191010.134b4b11a51e9d36f3b2d89dfe95dc908a81704d.leio@gentoo
1 commit: 134b4b11a51e9d36f3b2d89dfe95dc908a81704d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 20:06:48 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 20:36:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134b4b11
7
8 mail-client/geary: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 mail-client/geary/Manifest | 2 -
13 .../geary/files/geary-0.11.2-vala-0.34.patch | 72 ------------------
14 mail-client/geary/geary-0.11.1.ebuild | 81 --------------------
15 mail-client/geary/geary-0.11.2.ebuild | 87 ----------------------
16 4 files changed, 242 deletions(-)
17
18 diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest
19 index d0a7244a38..04e6689767 100644
20 --- a/mail-client/geary/Manifest
21 +++ b/mail-client/geary/Manifest
22 @@ -1,3 +1 @@
23 -DIST geary-0.11.1.tar.xz 958616 SHA256 6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2 SHA512 5dc50c2c004a48d1df6c17ba492f24a27c51fa1ab2ea01c77d633611783781e9714aeec9bd6dad58856675c3d10d8223d5c75800a32676d7425e896d8479e4ad WHIRLPOOL 3cf0efd34fb4a97a0fb99fe118d6b34d20489a3bae7cd967e833327650596bfa0d49464601dd9cc1ff7d43fd94ee21a4e28726ecdba5c42e9dded724d72e90ea
24 -DIST geary-0.11.2.tar.xz 961724 SHA256 5c9e20ecd53672a42e22a436b9d3b6b9e9bf81ddf77163414a1c55986f9b4631 SHA512 cbfb7461d3125c94e24a32c1cf6baad417d07ac274f1f1f1df4ef7f07b6c6b872a32a35e69bf33c6c6b8960ac4cf8135984ca33f4d4c8861e4c0a1f22525ba88 WHIRLPOOL 876611449868bd03ae26b4dde13c11c16ee8da7497016235a9e8cca10563bad793a5ae5c80147dfcb2e5c41be4f342d372172702de02880525ff3b797ca9a1bb
25 DIST geary-0.11.3.tar.xz 964024 SHA256 419e9875c81d00e990aab61d419e64ca925928f046af88362d9029a7ba8c82e4 SHA512 dee389384b6bab25f939f0f40525670c27e3687cdfdfbc0c5632ccb2e9e189be3902aedb4fb37affb67c8b149e40ff78e41efbf8a754d76dcd405c8295be0d4b WHIRLPOOL 3314a7f4b87c5d9e52d9abaefb7b26f1b0713afaadb05f396da92f5dc842745e223f84f1aedad00eafe20e95def6836058175acdb1a5a96d3628f664a29be3ae
26
27 diff --git a/mail-client/geary/files/geary-0.11.2-vala-0.34.patch b/mail-client/geary/files/geary-0.11.2-vala-0.34.patch
28 deleted file mode 100644
29 index b01f5772ad..0000000000
30 --- a/mail-client/geary/files/geary-0.11.2-vala-0.34.patch
31 +++ /dev/null
32 @@ -1,72 +0,0 @@
33 -From 8af85ac5a836d877428a6958fbae4b36e29279b0 Mon Sep 17 00:00:00 2001
34 -From: Rico Tzschichholz <ricotz@××××××.com>
35 -Date: Fri, 8 Jul 2016 09:56:42 +0200
36 -Subject: Fix compile warnings with vala git
37 -
38 ----
39 - src/client/application/geary-application.vala | 4 ++--
40 - src/client/components/conversation-find-bar.vala | 2 +-
41 - src/client/dialogs/attachment-dialog.vala | 4 ++--
42 - src/console/main.vala | 2 +-
43 - 4 files changed, 6 insertions(+), 6 deletions(-)
44 -
45 -diff --git a/src/client/application/geary-application.vala b/src/client/application/geary-application.vala
46 -index 3d04f96..2480aab 100644
47 ---- a/src/client/application/geary-application.vala
48 -+++ b/src/client/application/geary-application.vala
49 -@@ -36,9 +36,9 @@ public class GearyApplication : Gtk.Application {
50 - null
51 - };
52 -
53 -- private static const string ACTION_ENTRY_COMPOSE = "compose";
54 -+ private const string ACTION_ENTRY_COMPOSE = "compose";
55 -
56 -- public static const ActionEntry[] action_entries = {
57 -+ public const ActionEntry[] action_entries = {
58 - {ACTION_ENTRY_COMPOSE, activate_compose, "s"},
59 - };
60 -
61 -diff --git a/src/client/components/conversation-find-bar.vala b/src/client/components/conversation-find-bar.vala
62 -index 008f4d3..a625896 100644
63 ---- a/src/client/components/conversation-find-bar.vala
64 -+++ b/src/client/components/conversation-find-bar.vala
65 -@@ -5,7 +5,7 @@
66 - */
67 -
68 - public class ConversationFindBar : Gtk.Layout {
69 -- private static const string entry_not_found_style =
70 -+ private const string entry_not_found_style =
71 - """
72 - .geary-not-found {
73 - color: white;
74 -diff --git a/src/client/dialogs/attachment-dialog.vala b/src/client/dialogs/attachment-dialog.vala
75 -index 79884fa..980e67f 100644
76 ---- a/src/client/dialogs/attachment-dialog.vala
77 -+++ b/src/client/dialogs/attachment-dialog.vala
78 -@@ -5,8 +5,8 @@
79 - */
80 -
81 - public class AttachmentDialog : Gtk.FileChooserDialog {
82 -- private static const int PREVIEW_SIZE = 180;
83 -- private static const int PREVIEW_PADDING = 3;
84 -+ private const int PREVIEW_SIZE = 180;
85 -+ private const int PREVIEW_PADDING = 3;
86 -
87 - private static string? current_folder = null;
88 -
89 -diff --git a/src/console/main.vala b/src/console/main.vala
90 -index 6ae3fff..7d0ba12 100644
91 ---- a/src/console/main.vala
92 -+++ b/src/console/main.vala
93 -@@ -15,7 +15,7 @@ errordomain CommandException {
94 - class ImapConsole : Gtk.Window {
95 - public const string VERSION = _VERSION;
96 -
97 -- private static const int KEEPALIVE_SEC = 60 * 10;
98 -+ private const int KEEPALIVE_SEC = 60 * 10;
99 -
100 - private Gtk.TextView console = new Gtk.TextView();
101 - private Gtk.Entry cmdline = new Gtk.Entry();
102 ---
103 -cgit v0.12
104 -
105
106 diff --git a/mail-client/geary/geary-0.11.1.ebuild b/mail-client/geary/geary-0.11.1.ebuild
107 deleted file mode 100644
108 index 4d2f6ecfee..0000000000
109 --- a/mail-client/geary/geary-0.11.1.ebuild
110 +++ /dev/null
111 @@ -1,81 +0,0 @@
112 -# Copyright 1999-2016 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -EAPI=6
117 -# Keep cmake-utils at the end
118 -inherit eutils gnome2 vala cmake-utils
119 -
120 -DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
121 -HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
122 -
123 -LICENSE="LGPL-2.1"
124 -SLOT="0"
125 -KEYWORDS="amd64 x86"
126 -IUSE="nls"
127 -
128 -DEPEND="
129 - >=app-crypt/gcr-3.10.1[gtk,introspection,vala]
130 - app-crypt/libsecret
131 - dev-db/sqlite:3
132 - dev-libs/glib:2[dbus]
133 - >=dev-libs/libgee-0.8.5:0.8
134 - dev-libs/libxml2:2
135 - dev-libs/gmime:2.6
136 - media-libs/libcanberra
137 - >=net-libs/webkit-gtk-1.10.0:3[introspection]
138 - >=x11-libs/gtk+-3.10.0:3[introspection]
139 - x11-libs/libnotify
140 -"
141 -RDEPEND="${DEPEND}
142 - gnome-base/gsettings-desktop-schemas
143 - nls? ( virtual/libintl )
144 -"
145 -DEPEND="${DEPEND}
146 - app-text/gnome-doc-utils
147 - dev-util/desktop-file-utils
148 - nls? ( sys-devel/gettext )
149 - $(vala_depend)
150 - virtual/pkgconfig
151 -"
152 -
153 -src_prepare() {
154 - # https://bugzilla.gnome.org/show_bug.cgi?id=751556
155 - eapply "${FILESDIR}"/${PN}-0.7.2-cflags.patch
156 -
157 - # https://bugzilla.gnome.org/show_bug.cgi?id=751557
158 - eapply "${FILESDIR}"/${PN}-0.5.3-vapigen.patch
159 -
160 - # https://bugzilla.gnome.org/show_bug.cgi?id=751558
161 - eapply "${FILESDIR}"/${PN}-0.6.0-desktopfile.patch
162 -
163 - local i
164 - if use nls ; then
165 - if [[ -n "${LINGUAS+x}" ]] ; then
166 - for i in $(cd po ; echo *.po) ; do
167 - if ! has ${i%.po} ${LINGUAS} ; then
168 - sed -i -e "/^${i%.po}$/d" po/LINGUAS || die
169 - fi
170 - done
171 - fi
172 - else
173 - sed -i -e 's#add_subdirectory(po)##' CMakeLists.txt || die
174 - fi
175 -
176 - cmake-utils_src_prepare
177 - gnome2_src_prepare
178 - vala_src_prepare
179 -}
180 -
181 -src_configure() {
182 - local mycmakeargs=(
183 - -DDESKTOP_UPDATE=OFF
184 - -DGSETTINGS_COMPILE=OFF
185 - -DICON_UPDATE=OFF
186 - -DVALA_EXECUTABLE="${VALAC}"
187 - -DWITH_UNITY=OFF
188 - -DDESKTOP_VALIDATE=OFF
189 - )
190 -
191 - cmake-utils_src_configure
192 -}
193
194 diff --git a/mail-client/geary/geary-0.11.2.ebuild b/mail-client/geary/geary-0.11.2.ebuild
195 deleted file mode 100644
196 index 0e54e825ea..0000000000
197 --- a/mail-client/geary/geary-0.11.2.ebuild
198 +++ /dev/null
199 @@ -1,87 +0,0 @@
200 -# Copyright 1999-2016 Gentoo Foundation
201 -# Distributed under the terms of the GNU General Public License v2
202 -# $Id$
203 -
204 -EAPI=6
205 -# Keep cmake-utils at the end
206 -inherit eutils gnome2 vala cmake-utils
207 -
208 -DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
209 -HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
210 -
211 -LICENSE="LGPL-2.1"
212 -SLOT="0"
213 -KEYWORDS="~amd64 ~x86"
214 -IUSE="nls"
215 -
216 -DEPEND="
217 - >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala]
218 - app-crypt/libsecret
219 - dev-db/sqlite:3
220 - dev-libs/glib:2[dbus]
221 - >=dev-libs/libgee-0.8.5:0.8=
222 - dev-libs/libxml2:2
223 - dev-libs/gmime:2.6
224 - media-libs/libcanberra
225 - >=net-libs/webkit-gtk-1.10.0:3=[introspection]
226 - >=x11-libs/gtk+-3.10.0:3[introspection]
227 - x11-libs/libnotify
228 -"
229 -RDEPEND="${DEPEND}
230 - gnome-base/gsettings-desktop-schemas
231 - nls? ( virtual/libintl )
232 -"
233 -DEPEND="${DEPEND}
234 - app-text/gnome-doc-utils
235 - dev-util/desktop-file-utils
236 - nls? ( sys-devel/gettext )
237 - $(vala_depend)
238 - virtual/pkgconfig
239 -"
240 -
241 -src_prepare() {
242 - # https://bugzilla.gnome.org/show_bug.cgi?id=751556
243 - # https://bugzilla.gnome.org/show_bug.cgi?id=772879 (recheck in
244 - # 0.12)
245 - eapply "${FILESDIR}"/${PN}-0.7.2-cflags.patch
246 -
247 - # https://bugzilla.gnome.org/show_bug.cgi?id=751557
248 - eapply "${FILESDIR}"/${PN}-0.5.3-vapigen.patch
249 -
250 - # https://bugzilla.gnome.org/show_bug.cgi?id=751558
251 - eapply "${FILESDIR}"/${PN}-0.6.0-desktopfile.patch
252 -
253 - # vala-0.34 compat, fixed in next version, bug #601778
254 - eapply "${FILESDIR}"/${P}-vala-0.34.patch
255 -
256 - local i
257 - if use nls ; then
258 - if [[ -n "${LINGUAS+x}" ]] ; then
259 - for i in $(cd po ; echo *.po) ; do
260 - if ! has ${i%.po} ${LINGUAS} ; then
261 - sed -i -e "/^${i%.po}$/d" po/LINGUAS || die
262 - fi
263 - done
264 - fi
265 - else
266 - sed -i -e 's#add_subdirectory(po)##' CMakeLists.txt || die
267 - fi
268 -
269 - cmake-utils_src_prepare
270 - gnome2_src_prepare
271 - vala_src_prepare
272 -}
273 -
274 -src_configure() {
275 - local mycmakeargs=(
276 - -DDESKTOP_UPDATE=OFF
277 - -DNO_FATAL_WARNINGS=ON
278 - -DGSETTINGS_COMPILE=OFF
279 - -DICON_UPDATE=OFF
280 - -DVALA_EXECUTABLE="${VALAC}"
281 - -DWITH_UNITY=OFF
282 - -DDESKTOP_VALIDATE=OFF
283 - )
284 -
285 - cmake-utils_src_configure
286 -}