From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E5F913835A for ; Tue, 25 May 2021 23:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5405E069C; Tue, 25 May 2021 23:08:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8B82E069C for ; Tue, 25 May 2021 23:08:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6436340E10 for ; Tue, 25 May 2021 23:07:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2372E799 for ; Tue, 25 May 2021 23:07:58 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1621930013.cd5247e41aed8173283e9cc382288b130b8ce74e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mail-client/mailspring-bin/Manifest mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild X-VCS-Directories: mail-client/mailspring-bin/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: cd5247e41aed8173283e9cc382288b130b8ce74e X-VCS-Branch: master Date: Tue, 25 May 2021 23:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae3eb308-9a9d-41ad-a914-12ea9fc88568 X-Archives-Hash: 654f2415884e9331251a58c97d742d91 commit: cd5247e41aed8173283e9cc382288b130b8ce74e Author: Anna Vyalkova sysrq in> AuthorDate: Mon May 24 19:51:31 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 25 08:06:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd5247e4 mail-client/mailspring-bin: drop 1.8.0 Signed-off-by: Anna Vyalkova sysrq.in> mail-client/mailspring-bin/Manifest | 1 - .../mailspring-bin/mailspring-bin-1.8.0.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest index 5b8689b5a..65a640068 100644 --- a/mail-client/mailspring-bin/Manifest +++ b/mail-client/mailspring-bin/Manifest @@ -1,3 +1,2 @@ -DIST mailspring-1.8.0-amd64.deb 79747546 BLAKE2B ed47adc692455324d0a8ce13d6f5a54cacd64c40112192df5ff0dcfab47815eabc3c3964e588af4443dc863f1b53fc08f001fdadf6340017900a1bed40d8a9ab SHA512 e487a6eed6e5e1bbcece3f85fa3cf32d24e257f73d77b0170f2b970496d3d710a529d28d8b035bb6589d450fde7c2324de59bfa17c8502fc317d5250368fbbec DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8 DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d diff --git a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild deleted file mode 100644 index a4581af66..000000000 --- a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit unpacker xdg - -DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux" -HOMEPAGE="https://getmailspring.com/" -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb" -S="${WORKDIR}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-crypt/libsecret - app-crypt/mit-krb5 - app-text/tidy-html5 - dev-cpp/ctemplate - dev-libs/cyrus-sasl - dev-libs/libgcrypt - dev-libs/nss - dev-libs/openssl - dev-libs/openssl-compat - gnome-base/gconf - media-libs/alsa-lib - media-libs/libglvnd - net-dns/c-ares - net-print/cups - sys-devel/libtool - sys-libs/db:5.3 - virtual/udev - =x11-libs/gtk+-3* - x11-libs/libnotify - x11-libs/libxkbfile - x11-libs/libXtst - x11-libs/libXScrnSaver - x11-misc/xdg-utils - || ( =dev-libs/glib-2* gnome-base/gvfs ) -" - -QA_PREBUILT="*" - -src_unpack(){ - unpack_deb ${A} -} - -src_install(){ - cp -R "${S}"/* "${D}" || die "Installing binary files failed" - mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die - mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die -}