Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/
Date: Tue, 25 May 2021 23:08:03
Message-Id: 1621930013.cd5247e41aed8173283e9cc382288b130b8ce74e.lanodan@gentoo
1 commit: cd5247e41aed8173283e9cc382288b130b8ce74e
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 24 19:51:31 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Tue May 25 08:06:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd5247e4
7
8 mail-client/mailspring-bin: drop 1.8.0
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 mail-client/mailspring-bin/Manifest | 1 -
13 .../mailspring-bin/mailspring-bin-1.8.0.ebuild | 54 ----------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
17 index 5b8689b5a..65a640068 100644
18 --- a/mail-client/mailspring-bin/Manifest
19 +++ b/mail-client/mailspring-bin/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST mailspring-1.8.0-amd64.deb 79747546 BLAKE2B ed47adc692455324d0a8ce13d6f5a54cacd64c40112192df5ff0dcfab47815eabc3c3964e588af4443dc863f1b53fc08f001fdadf6340017900a1bed40d8a9ab SHA512 e487a6eed6e5e1bbcece3f85fa3cf32d24e257f73d77b0170f2b970496d3d710a529d28d8b035bb6589d450fde7c2324de59bfa17c8502fc317d5250368fbbec
22 DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8
23 DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d
24
25 diff --git a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild
26 deleted file mode 100644
27 index a4581af66..000000000
28 --- a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit unpacker xdg
37 -
38 -DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux"
39 -HOMEPAGE="https://getmailspring.com/"
40 -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb"
41 -S="${WORKDIR}"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -RDEPEND="
48 - app-crypt/libsecret
49 - app-crypt/mit-krb5
50 - app-text/tidy-html5
51 - dev-cpp/ctemplate
52 - dev-libs/cyrus-sasl
53 - dev-libs/libgcrypt
54 - dev-libs/nss
55 - dev-libs/openssl
56 - dev-libs/openssl-compat
57 - gnome-base/gconf
58 - media-libs/alsa-lib
59 - media-libs/libglvnd
60 - net-dns/c-ares
61 - net-print/cups
62 - sys-devel/libtool
63 - sys-libs/db:5.3
64 - virtual/udev
65 - =x11-libs/gtk+-3*
66 - x11-libs/libnotify
67 - x11-libs/libxkbfile
68 - x11-libs/libXtst
69 - x11-libs/libXScrnSaver
70 - x11-misc/xdg-utils
71 - || ( =dev-libs/glib-2* gnome-base/gvfs )
72 -"
73 -
74 -QA_PREBUILT="*"
75 -
76 -src_unpack(){
77 - unpack_deb ${A}
78 -}
79 -
80 -src_install(){
81 - cp -R "${S}"/* "${D}" || die "Installing binary files failed"
82 - mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
83 - mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
84 -}