From e5c9ba756dc79e175f9a8d1697c40302a318a01a Mon Sep 17 00:00:00 2001 From: Octiabrina Terrien-Puig Date: Fri, 14 May 2021 19:42:20 +0200 Subject: [PATCH 1/2] net-im/discord-canary-bin: version bump to 0.0.121 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Octiabrina Terrien-Puig --- net-im/discord-canary-bin/Manifest | 2 +- ...ary-bin-0.0.120.ebuild => discord-canary-bin-0.0.121.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net-im/discord-canary-bin/{discord-canary-bin-0.0.120.ebuild => discord-canary-bin-0.0.121.ebuild} (100%) diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest index 14a2ec46ec..763c904f7e 100644 --- a/net-im/discord-canary-bin/Manifest +++ b/net-im/discord-canary-bin/Manifest @@ -1 +1 @@ -DIST discord-canary-0.0.120.deb 71530356 BLAKE2B 8cb269b491bf5559d41692eef63e3f38624c3dbedd393acff0dcd54a4501508f208e46bcea98e04c76c6df86327b593c8991fe39bedeeda588b6cfabadea2a7b SHA512 fbc0932000401bb43341d6e446be287029c0883f9ab028efa65a73d4f8066d477a680b3758e7dfeaa5a08cae37ae882db5c4e352ed587612ef56dc405d928de1 +DIST discord-canary-0.0.121.deb 71531068 BLAKE2B e76b1264815baea297fb6bab645580bc7b7e2612df0d46fd28b8545034c98845d2f89b8fb190f205e37dfee380fbc35c812c35bffc4289df918910bf71d78e2f SHA512 884aa0305c532f0bd0bfee08c76abaf203ff3f09fb83d4e47c18ac4d395591b5d865384da68640d5350815d382b7a0e635f72cbc5ed58979df25dff15f66929b diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild similarity index 100% rename from net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild rename to net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild From 804ff84553bddbc101078cc1b7a9802a12233e61 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 14 May 2021 21:06:28 +0200 Subject: [PATCH 2/2] net-im/whatsapp-for-linux: add pack Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- net-im/whatsapp-for-linux/Manifest | 1 + net-im/whatsapp-for-linux/metadata.xml | 12 +++++++++++ .../whatsapp-for-linux-1.1.7.ebuild | 21 +++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 net-im/whatsapp-for-linux/Manifest create mode 100644 net-im/whatsapp-for-linux/metadata.xml create mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest new file mode 100644 index 0000000000..e82217af87 --- /dev/null +++ b/net-im/whatsapp-for-linux/Manifest @@ -0,0 +1 @@ +DIST v1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198 diff --git a/net-im/whatsapp-for-linux/metadata.xml b/net-im/whatsapp-for-linux/metadata.xml new file mode 100644 index 0000000000..f0c01872f8 --- /dev/null +++ b/net-im/whatsapp-for-linux/metadata.xml @@ -0,0 +1,12 @@ + + + + + eneshecan/whatsapp-for-linux + https://github.com/eneshecan/whatsapp-for-linux/issues + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild new file mode 100644 index 0000000000..e31eb95faa --- /dev/null +++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake xdg + +DESCRIPTION="An unofficial WhatsApp desktop application for Linux" +HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux" +SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + dev-cpp/gtkmm:3.0 + net-libs/webkit-gtk + dev-libs/libappindicator:3 +" +DEPEND="${RDEPEND}"