From 569146f116eac623222bd544b9433f504f15408f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Apr 2021 18:57:27 +0100 Subject: mail-client/mailspring : version bump --- mail-client/mailspring/Manifest | 2 +- mail-client/mailspring/mailspring-1.8.0.ebuild | 44 -------------------------- mail-client/mailspring/mailspring-1.9.1.ebuild | 44 ++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 mail-client/mailspring/mailspring-1.8.0.ebuild create mode 100644 mail-client/mailspring/mailspring-1.9.1.ebuild (limited to 'mail-client') diff --git a/mail-client/mailspring/Manifest b/mail-client/mailspring/Manifest index 89348073..d27dfd5e 100644 --- a/mail-client/mailspring/Manifest +++ b/mail-client/mailspring/Manifest @@ -1 +1 @@ -DIST mailspring-1.8.0-amd64.deb 79747546 BLAKE2B ed47adc692455324d0a8ce13d6f5a54cacd64c40112192df5ff0dcfab47815eabc3c3964e588af4443dc863f1b53fc08f001fdadf6340017900a1bed40d8a9ab SHA512 e487a6eed6e5e1bbcece3f85fa3cf32d24e257f73d77b0170f2b970496d3d710a529d28d8b035bb6589d450fde7c2324de59bfa17c8502fc317d5250368fbbec +DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d diff --git a/mail-client/mailspring/mailspring-1.8.0.ebuild b/mail-client/mailspring/mailspring-1.8.0.ebuild deleted file mode 100644 index 16be8670..00000000 --- a/mail-client/mailspring/mailspring-1.8.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2016-2021 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils unpacker - -DESCRIPTION="A beautiful fast and maintained fork of Nylas Mail" -HOMEPAGE="https://getmailspring.com/" -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/${P}-amd64.deb" - -LICENSE="GPL3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - app-crypt/libsecret - app-text/tidy-html5 - dev-cpp/ctemplate - dev-libs/nss - dev-libs/openssl-compat:1.0.0 - media-libs/alsa-lib - net-dns/c-ares - sys-libs/db:5.3 - x11-libs/gtk+:3 - x11-libs/libxkbfile - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror strip" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - rm -rf ${S}/usr/share/doc || die - cp -R ${S}/* "${D}" || die -} diff --git a/mail-client/mailspring/mailspring-1.9.1.ebuild b/mail-client/mailspring/mailspring-1.9.1.ebuild new file mode 100644 index 00000000..16be8670 --- /dev/null +++ b/mail-client/mailspring/mailspring-1.9.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 2016-2021 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker + +DESCRIPTION="A beautiful fast and maintained fork of Nylas Mail" +HOMEPAGE="https://getmailspring.com/" +SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/${P}-amd64.deb" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + app-crypt/libsecret + app-text/tidy-html5 + dev-cpp/ctemplate + dev-libs/nss + dev-libs/openssl-compat:1.0.0 + media-libs/alsa-lib + net-dns/c-ares + sys-libs/db:5.3 + x11-libs/gtk+:3 + x11-libs/libxkbfile + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + rm -rf ${S}/usr/share/doc || die + cp -R ${S}/* "${D}" || die +} -- cgit v1.2.3