diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:59:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:59:19 +0100 |
commit | ccb564b4f48ad9d91ddd04719826fafb8c02306e (patch) | |
tree | 7f6b760ddae9d81f88dde584b773a1bf4da68a6a /mail-client/mailspring | |
parent | 16b8542529c60594441dc28c5cdeb4f16728443e (diff) |
mail-client/mailspring : drop package
Diffstat (limited to 'mail-client/mailspring')
-rw-r--r-- | mail-client/mailspring/Manifest | 1 | ||||
-rw-r--r-- | mail-client/mailspring/mailspring-1.9.2-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/mail-client/mailspring/Manifest b/mail-client/mailspring/Manifest deleted file mode 100644 index df55a0e9..00000000 --- a/mail-client/mailspring/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3 diff --git a/mail-client/mailspring/mailspring-1.9.2-r1.ebuild b/mail-client/mailspring/mailspring-1.9.2-r1.ebuild deleted file mode 100644 index 1735e49b..00000000 --- a/mail-client/mailspring/mailspring-1.9.2-r1.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/htmltidy - 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 -} |