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, 07 Sep 2021 02:59:00
Message-Id: 1630934913.0d370fefb21e43b1e0bd9fe3525926ff417bf11d.lanodan@gentoo
1 commit: 0d370fefb21e43b1e0bd9fe3525926ff417bf11d
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Mon Sep 6 13:27:43 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Sep 6 13:28:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d370fef
7
8 mail-client/mailspring-bin: Remove old versions
9
10 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
11
12 mail-client/mailspring-bin/Manifest | 2 -
13 .../mailspring-bin/mailspring-bin-1.9.0.ebuild | 54 ----------------------
14 .../mailspring-bin/mailspring-bin-1.9.1.ebuild | 54 ----------------------
15 3 files changed, 110 deletions(-)
16
17 diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
18 index 735d161e9..df55a0e90 100644
19 --- a/mail-client/mailspring-bin/Manifest
20 +++ b/mail-client/mailspring-bin/Manifest
21 @@ -1,3 +1 @@
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 DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3
25
26 diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild
27 deleted file mode 100644
28 index a4581af66..000000000
29 --- a/mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit unpacker xdg
38 -
39 -DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux"
40 -HOMEPAGE="https://getmailspring.com/"
41 -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb"
42 -S="${WORKDIR}"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="
49 - app-crypt/libsecret
50 - app-crypt/mit-krb5
51 - app-text/tidy-html5
52 - dev-cpp/ctemplate
53 - dev-libs/cyrus-sasl
54 - dev-libs/libgcrypt
55 - dev-libs/nss
56 - dev-libs/openssl
57 - dev-libs/openssl-compat
58 - gnome-base/gconf
59 - media-libs/alsa-lib
60 - media-libs/libglvnd
61 - net-dns/c-ares
62 - net-print/cups
63 - sys-devel/libtool
64 - sys-libs/db:5.3
65 - virtual/udev
66 - =x11-libs/gtk+-3*
67 - x11-libs/libnotify
68 - x11-libs/libxkbfile
69 - x11-libs/libXtst
70 - x11-libs/libXScrnSaver
71 - x11-misc/xdg-utils
72 - || ( =dev-libs/glib-2* gnome-base/gvfs )
73 -"
74 -
75 -QA_PREBUILT="*"
76 -
77 -src_unpack(){
78 - unpack_deb ${A}
79 -}
80 -
81 -src_install(){
82 - cp -R "${S}"/* "${D}" || die "Installing binary files failed"
83 - mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
84 - mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
85 -}
86
87 diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild
88 deleted file mode 100644
89 index a4581af66..000000000
90 --- a/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild
91 +++ /dev/null
92 @@ -1,54 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -inherit unpacker xdg
99 -
100 -DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux"
101 -HOMEPAGE="https://getmailspring.com/"
102 -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb"
103 -S="${WORKDIR}"
104 -
105 -LICENSE="GPL-3"
106 -SLOT="0"
107 -KEYWORDS="~amd64"
108 -
109 -RDEPEND="
110 - app-crypt/libsecret
111 - app-crypt/mit-krb5
112 - app-text/tidy-html5
113 - dev-cpp/ctemplate
114 - dev-libs/cyrus-sasl
115 - dev-libs/libgcrypt
116 - dev-libs/nss
117 - dev-libs/openssl
118 - dev-libs/openssl-compat
119 - gnome-base/gconf
120 - media-libs/alsa-lib
121 - media-libs/libglvnd
122 - net-dns/c-ares
123 - net-print/cups
124 - sys-devel/libtool
125 - sys-libs/db:5.3
126 - virtual/udev
127 - =x11-libs/gtk+-3*
128 - x11-libs/libnotify
129 - x11-libs/libxkbfile
130 - x11-libs/libXtst
131 - x11-libs/libXScrnSaver
132 - x11-misc/xdg-utils
133 - || ( =dev-libs/glib-2* gnome-base/gvfs )
134 -"
135 -
136 -QA_PREBUILT="*"
137 -
138 -src_unpack(){
139 - unpack_deb ${A}
140 -}
141 -
142 -src_install(){
143 - cp -R "${S}"/* "${D}" || die "Installing binary files failed"
144 - mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
145 - mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
146 -}