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 E90271382C5 for ; Fri, 14 May 2021 19:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30170E0896; Fri, 14 May 2021 19:06:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 18EEBE0896 for ; Fri, 14 May 2021 19:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 17EB833BE39 for ; Fri, 14 May 2021 19:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35259644 for ; Fri, 14 May 2021 19:06:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621019188.804ff84553bddbc101078cc1b7a9802a12233e61.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/whatsapp-for-linux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/whatsapp-for-linux/Manifest net-im/whatsapp-for-linux/metadata.xml net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild X-VCS-Directories: net-im/whatsapp-for-linux/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 804ff84553bddbc101078cc1b7a9802a12233e61 X-VCS-Branch: dev Date: Fri, 14 May 2021 19:06:37 +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: 4abc4f14-65c8-403d-a8c8-b82829340d7e X-Archives-Hash: 168763ec70f2db085758a03042524a6f commit: 804ff84553bddbc101078cc1b7a9802a12233e61 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 14 19:06:28 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 14 19:06:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804ff845 net-im/whatsapp-for-linux: add pack Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> 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(+) diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest new file mode 100644 index 000000000..e82217af8 --- /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 000000000..f0c01872f --- /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 000000000..e31eb95fa --- /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}" 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 4CE221382C5 for ; Fri, 14 May 2021 19:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B80E0896; Fri, 14 May 2021 19:08:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3BE5EE0896 for ; Fri, 14 May 2021 19:08:10 +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 3266633BE39 for ; Fri, 14 May 2021 19:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C494B729 for ; Fri, 14 May 2021 19:08:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621019188.804ff84553bddbc101078cc1b7a9802a12233e61.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/whatsapp-for-linux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/whatsapp-for-linux/Manifest net-im/whatsapp-for-linux/metadata.xml net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild X-VCS-Directories: net-im/whatsapp-for-linux/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 804ff84553bddbc101078cc1b7a9802a12233e61 X-VCS-Branch: master Date: Fri, 14 May 2021 19:08:07 +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: b7e6c5ff-806d-49ed-ab60-bb318be81c44 X-Archives-Hash: 302a98fda951e71886fb53e49f1a40f5 Message-ID: <20210514190807.SZ_Zp5V_Uich2Wz7pdVzXWvrA1R-1Qu0Km4j5_rkwus@z> commit: 804ff84553bddbc101078cc1b7a9802a12233e61 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 14 19:06:28 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 14 19:06:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804ff845 net-im/whatsapp-for-linux: add pack Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> 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(+) diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest new file mode 100644 index 000000000..e82217af8 --- /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 000000000..f0c01872f --- /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 000000000..e31eb95fa --- /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}"