public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adel KARA SLIMANE" <adel@karaslimane.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/mailspring-bin/
Date: Mon,  6 Sep 2021 13:28:41 +0000 (UTC)	[thread overview]
Message-ID: <1630934913.0d370fefb21e43b1e0bd9fe3525926ff417bf11d.adel@gentoo> (raw)

commit:     0d370fefb21e43b1e0bd9fe3525926ff417bf11d
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Mon Sep  6 13:27:43 2021 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Mon Sep  6 13:28:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d370fef

mail-client/mailspring-bin: Remove old versions

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 mail-client/mailspring-bin/Manifest                |  2 -
 .../mailspring-bin/mailspring-bin-1.9.0.ebuild     | 54 ----------------------
 .../mailspring-bin/mailspring-bin-1.9.1.ebuild     | 54 ----------------------
 3 files changed, 110 deletions(-)

diff --git a/mail-client/mailspring-bin/Manifest b/mail-client/mailspring-bin/Manifest
index 735d161e9..df55a0e90 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,3 +1 @@
-DIST mailspring-1.9.0-amd64.deb 87900812 BLAKE2B 53f6526590e2274540f89818e70771e769ffb48186f6e1c77ab72ae5ce09bf3e053d6b45905463b79d3b0fd2dbf3e8d75175fd6a56f724a45ae7bc7ad2a76ce4 SHA512 7c35236a60046204b2c4fb3f8899a97972773327d8b61cba55a10793740bb37751a176f3dd0ba0c8ede2facb63f95cf077ea94e3e6b66a14b003602bd8e408a8
-DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d
 DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.0.ebuild
deleted file mode 100644
index a4581af66..000000000
--- a/mail-client/mailspring-bin/mailspring-bin-1.9.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
-}

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.9.1.ebuild
deleted file mode 100644
index a4581af66..000000000
--- a/mail-client/mailspring-bin/mailspring-bin-1.9.1.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
-}


             reply	other threads:[~2021-09-06 13:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06 13:28 Adel KARA SLIMANE [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-04 13:59 [gentoo-commits] repo/proj/guru:dev commit in: mail-client/mailspring-bin/ Adel KARA SLIMANE
2023-12-20  0:30 Adel KARA SLIMANE
2023-12-17 21:36 Adel KARA SLIMANE
2023-12-16  0:37 Adel KARA SLIMANE
2023-12-14  0:28 Adel KARA SLIMANE
2022-09-07 21:17 Adel KARA SLIMANE
2022-05-03 21:59 Adel KARA SLIMANE
2022-04-03 13:43 Adel KARA SLIMANE
2022-03-15 10:07 Adel KARA SLIMANE
2022-03-10  9:06 Ronny Gutbrod
2022-03-09 10:44 Adel KARA SLIMANE
2021-09-11 12:56 Adel KARA SLIMANE
2021-09-06 13:28 Adel KARA SLIMANE
2021-05-25  8:10 Anna Vyalkova
2021-04-22 18:41 Adel KARA SLIMANE
2021-04-21  7:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-21  7:16 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-20 18:43 Andrew Ammerlaan
2021-04-18  9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18  9:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-17 13:32 Adel KARA SLIMANE
2021-04-15 23:19 Adel KARA SLIMANE
2021-04-15 22:40 Adel KARA SLIMANE
2021-04-13 11:53 Andrew Ammerlaan
2021-04-01 17:27 Adel KARA SLIMANE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1630934913.0d370fefb21e43b1e0bd9fe3525926ff417bf11d.adel@gentoo \
    --to=adel@karaslimane.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox