From 94e86dd4a4b8f996f8625f467cf268b4f33aa8cc Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 27 Jan 2023 15:56:06 +0100 Subject: [PATCH] Removed --- net-im/whatsapp-for-linux/Manifest | 2 -- net-im/whatsapp-for-linux/metadata.xml | 9 ------- .../whatsapp-for-linux-1.3.2-r1.ebuild | 26 ------------------- .../whatsapp-for-linux-1.5.1.ebuild | 24 ----------------- 4 files changed, 61 deletions(-) delete mode 100644 net-im/whatsapp-for-linux/Manifest delete mode 100644 net-im/whatsapp-for-linux/metadata.xml delete mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild delete mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.1.ebuild diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest deleted file mode 100644 index 487ce86..0000000 --- a/net-im/whatsapp-for-linux/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST whatsapp-for-linux-1.3.2.tar.gz 314151 BLAKE2B cbe5b6cae469a8d0e40634ce16e5af509cb10ae2f2f07f953044be0c85137a6f8116d64b431f69b1dd45fdeddf34be8b710ff37ad8fb296e4823f9859d6a7be6 SHA512 e8d08261aa68b72c54d41a5c0a2404bfe4bc2566837e53f5b1ceb31273e8eee5d0c7afaf89984e9551c9ee56158d9210eafcb93659d3d591cf2ef361b1057090 -DIST whatsapp-for-linux-1.5.1.tar.gz 348765 BLAKE2B 511303e39c8f12696db06bd82afaa3e3aa614b35d97d5907da4185e1521fbc12635c1666eaaae1ac4f999ab643e755fe89290b8c709cac9940fc52b08289bce6 SHA512 3b5c9aff0a179017afbd30e06ca8b4c711e0523b4b2b9afa3d9206a6dead9fcd936545924463f25d80e6472234f45cd81253697223c367eb1530478a9b8ccf04 diff --git a/net-im/whatsapp-for-linux/metadata.xml b/net-im/whatsapp-for-linux/metadata.xml deleted file mode 100644 index ad6f3aa..0000000 --- a/net-im/whatsapp-for-linux/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - eneshecan/whatsapp-for-linux - https://github.com/eneshecan/whatsapp-for-linux/issues - - diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild deleted file mode 100644 index 94d6ec8..0000000 --- a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~arm64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-cpp/atkmm - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib:2 - dev-libs/libappindicator:3 - dev-libs/libsigc++:2 - net-libs/webkit-gtk:4= - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.1.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.1.ebuild deleted file mode 100644 index 2f7dc9f..0000000 --- a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~arm64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND="dev-cpp/gtkmm:3.0 - net-libs/webkit-gtk - dev-libs/libappindicator:3" - -DEPEND="${RDEPEND}" - -src_prepare() { - cmake_src_prepare -}