diff options
author | 2022-12-03 20:29:37 -0500 | |
---|---|---|
committer | 2022-12-03 21:37:01 -0500 | |
commit | 90c63118456bb7d9196776572e5ee30bf64b0c7c (patch) | |
tree | d6c22ac769d1d83146f2497f131822c453174131 /mail-client | |
parent | mail-client/evolution: Drop old versions (diff) | |
download | gentoo-90c63118456bb7d9196776572e5ee30bf64b0c7c.tar.gz gentoo-90c63118456bb7d9196776572e5ee30bf64b0c7c.tar.bz2 gentoo-90c63118456bb7d9196776572e5ee30bf64b0c7c.zip |
mail-client/geary: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'mail-client')
5 files changed, 0 insertions, 211 deletions
diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest index 3b013068ff49..d4ffb9d81924 100644 --- a/mail-client/geary/Manifest +++ b/mail-client/geary/Manifest @@ -1,2 +1 @@ -DIST geary-40.0.tar.xz 2490940 BLAKE2B 67ff23f9a6f4760947b5d9ac3167ffb91539af7e0afbde2c6bc7b35adbf286868f24ed74b932412e9c039ab4e2e71b4162e08e8bd31fa3abc02d10fb9c1ce47d SHA512 d31716121be63a9d39caf4bffacce0109cebcc8048127c37fac6969b4103ab2cf12aac9bed73623b0f3baf7f39996b8f0b0fe9b57968054d51ae3e209f6b1522 DIST geary-43.0.tar.xz 2476748 BLAKE2B 760820be83deae838a09c55adc4416348259073be26359bbf10e7998d8d794bd519b8601d79ff15f7980f87d68cdd1603188244b9931c227205f1db1ed014668 SHA512 71bf774aa27d4edef61932197bbf9b58b67ace8dd7969c4669fcd45e33c05a08d3d6eae280ea6a7e9f58db626f541f15b0f0d33f3162bef5fd21a368122dbba0 diff --git a/mail-client/geary/files/40.0-Correct-the-conditional-comments-in-the-test-data.patch b/mail-client/geary/files/40.0-Correct-the-conditional-comments-in-the-test-data.patch deleted file mode 100644 index 5c01bf9a32f7..000000000000 --- a/mail-client/geary/files/40.0-Correct-the-conditional-comments-in-the-test-data.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 8fb10db1de1fac2ca99fab246a276620ffd6f02b Mon Sep 17 00:00:00 2001 -From: Richard Adenling <dreeze@gmail.com> -Date: Tue, 10 May 2022 21:18:01 +0200 -Subject: [PATCH] Correct the conditional comments in the test data - -This fixes the problem with libxml2 2.9.14 not considering <![ to be a -valid way to open a tag anymore. - -Closes #1367 ---- - test/engine/rfc822/rfc822-message-data-test.vala | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/test/engine/rfc822/rfc822-message-data-test.vala b/test/engine/rfc822/rfc822-message-data-test.vala -index 613e4b9a..d5e25ea0 100644 ---- a/test/engine/rfc822/rfc822-message-data-test.vala -+++ b/test/engine/rfc822/rfc822-message-data-test.vala -@@ -763,7 +763,7 @@ ttp://p.ebaystatic.com/aw/email/Welcome_Day_0/spacer.gif" width=3D"5" heigh= - t=3D"1" alt=3D"" border=3D"0" style=3D"display:block; width: 5px !important= - "></td> - </tr> --<![if ! gte mso 9]> -+<!--[if ! gte mso 9]> - <tr> - <td style=3D"border-collapse: collapse !important; - border-spacing: 0; !important; padding: 0"><img src=3D"http://p.ebaystatic.= -@@ -803,7 +803,7 @@ ttp://p.ebaystatic.com/aw/email/Welcome_Day_0/spacer.gif" width=3D"5" heigh= - t=3D"1" alt=3D"" border=3D"0" style=3D"display:block; width: 5px !important= - "></td> - </tr> --<![if ! gte mso 9]> -+<!--[if ! gte mso 9]> - <tr> - <td style=3D"border-collapse: collapse !important; - border-spacing: 0; !important; padding: 0"><img src=3D"http://p.ebaystatic.= --- -2.35.1 - diff --git a/mail-client/geary/files/40.0-Fix-accessibility-issues-with-initializer-of-constan.patch b/mail-client/geary/files/40.0-Fix-accessibility-issues-with-initializer-of-constan.patch deleted file mode 100644 index 3772fe81c99a..000000000000 --- a/mail-client/geary/files/40.0-Fix-accessibility-issues-with-initializer-of-constan.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484 Mon Sep 17 00:00:00 2001 -From: Rico Tzschichholz <ricotz@ubuntu.com> -Date: Tue, 30 Nov 2021 15:31:31 +0100 -Subject: [PATCH] Fix accessibility issues with initializer of constants - ---- - src/client/application/application-client.vala | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) - -diff --git a/src/client/application/application-client.vala b/src/client/application/application-client.vala -index 6ce19ce2..e6ba8533 100644 ---- a/src/client/application/application-client.vala -+++ b/src/client/application/application-client.vala -@@ -8,16 +8,16 @@ - - // Defined by CMake build script. - extern const string GETTEXT_PACKAGE; --extern const string _APP_ID; --extern const string _BUILD_ROOT_DIR; --extern const string _GSETTINGS_DIR; --extern const string _INSTALL_PREFIX; --extern const string _NAME_SUFFIX; -+public extern const string _APP_ID; -+public extern const string _BUILD_ROOT_DIR; -+public extern const string _GSETTINGS_DIR; -+public extern const string _INSTALL_PREFIX; -+public extern const string _NAME_SUFFIX; - extern const string _PLUGINS_DIR; - extern const string _PROFILE; - extern const string _REVNO; --extern const string _SOURCE_ROOT_DIR; --extern const string _VERSION; -+public extern const string _SOURCE_ROOT_DIR; -+public extern const string _VERSION; - extern const string _WEB_EXTENSIONS_DIR; - - --- -2.35.1 - diff --git a/mail-client/geary/files/40.0-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch b/mail-client/geary/files/40.0-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch deleted file mode 100644 index 4b9ecbec18b5..000000000000 --- a/mail-client/geary/files/40.0-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0f75e7a84a39492d0748cec2ba6028e08cae3644 Mon Sep 17 00:00:00 2001 -From: Rico Tzschichholz <ricotz@ubuntu.com> -Date: Sun, 30 Jan 2022 19:54:11 +0100 -Subject: [PATCH] Util.Cache.Lru: Workaround missing generic type argument - ---- - src/client/util/util-cache.vala | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/client/util/util-cache.vala b/src/client/util/util-cache.vala -index f054e32e..ecc275e8 100644 ---- a/src/client/util/util-cache.vala -+++ b/src/client/util/util-cache.vala -@@ -12,7 +12,7 @@ public class Util.Cache.Lru<T> : Geary.BaseObject { - private class CacheEntry<T> { - - -- public static int lru_compare(CacheEntry<T> a, CacheEntry<T> b) { -+ public static int lru_compare(CacheEntry a, CacheEntry b) { - if (a.key == b.key) { - return 0; - } --- -2.35.1 - diff --git a/mail-client/geary/geary-40.0-r2.ebuild b/mail-client/geary/geary-40.0-r2.ebuild deleted file mode 100644 index 6b149be7cd8b..000000000000 --- a/mail-client/geary/geary-40.0-r2.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) - -inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg - -DESCRIPTION="A lightweight, easy-to-use, feature-rich email client" -HOMEPAGE="https://wiki.gnome.org/Apps/Geary" - -LICENSE="LGPL-2.1+ CC-BY-3.0 CC-BY-SA-3.0" # code is LGPL-2.1+, CC licenses for some icons -SLOT="0" -IUSE="test ytnef" -RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~arm64 ~x86" - -# >=gspell-1.7 dep to ensure all libraries used use enchant:2 -DEPEND=" - >=dev-libs/glib-2.66:2 - >=x11-libs/gtk+-3.24.23:3 - >=net-libs/webkit-gtk-2.30:4= - >=dev-libs/gmime-3.2.4:3.0 - >=dev-db/sqlite-3.24:3 - - x11-libs/cairo[glib] - app-text/enchant:2 - >=dev-libs/folks-0.11:0= - >=app-crypt/gcr-3.10.1:0= - >=dev-libs/libgee-0.8.5:0.8= - net-libs/gnome-online-accounts - media-libs/gsound - >=app-text/gspell-1.7:= - >=dev-libs/icu-60:= - app-text/iso-codes - >=dev-libs/json-glib-1.0 - >=gui-libs/libhandy-1.2.1:1= - >=dev-libs/libpeas-1.24.0[gtk] - >=app-crypt/libsecret-0.11 - dev-libs/snowball-stemmer:= - >=net-libs/libsoup-2.48:2.4 - >=dev-libs/libxml2-2.7.8:2 - ytnef? ( >=net-mail/ytnef-1.9.3 ) -" -RDEPEND="${DEPEND} - gnome-base/gsettings-desktop-schemas -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/appstream-glib-0.7.10 - dev-libs/libxml2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( net-libs/gnutls[tools] ) - - $(vala_depend) - x11-libs/gtk+:3[introspection] - net-libs/webkit-gtk:4[introspection] - dev-libs/gmime:3.0[vala] - app-crypt/gcr:0[introspection,vala] - dev-libs/libgee:0.8[introspection] - media-libs/gsound[vala] - app-text/gspell[vala] - gui-libs/libhandy:1[vala] - app-crypt/libsecret[introspection,vala] - net-libs/libsoup:2.4[introspection,vala] -" - -PATCHES=( - "${FILESDIR}"/${PV}-Fix-accessibility-issues-with-initializer-of-constan.patch - "${FILESDIR}"/${PV}-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch - "${FILESDIR}"/${PV}-Correct-the-conditional-comments-in-the-test-data.patch -) - -src_prepare() { - vala_setup - gnome2_environment_reset - default -} - -src_configure() { - local emesonargs=( - -Dprofile=release - -Drevno="${PR}" - -Dvaladoc=disabled - -Dcontractor=disabled - -Dlibunwind=disabled - $(meson_feature ytnef tnef) - ) - - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |