commit:     43034641a7bdcbb3a17df413a48f7ecaf22bc267
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 10:12:25 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 11 10:12:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43034641

net-im/wazzapp-bin: treeclean

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-im/wazzapp-bin/Manifest                    |   1 -
 net-im/wazzapp-bin/metadata.xml                |  12 ---
 net-im/wazzapp-bin/wazzapp-bin-0.4.2-r1.ebuild | 105 -------------------------
 profiles/package.mask                          |   8 --
 4 files changed, 126 deletions(-)

diff --git a/net-im/wazzapp-bin/Manifest b/net-im/wazzapp-bin/Manifest
deleted file mode 100644
index e46027a9a1d9..000000000000
--- a/net-im/wazzapp-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wazzapp-0.4.2.x86_64.rpm 56402809 BLAKE2B 
11a6f8db4fe91014218b09992e1e3fa36819eb73efc9081ef56af5e6aa5b0dbee78e8974eca86b28701160eb823ae58350f9da4c6d5c0e1826ee95a7ea413a55
 SHA512 
808fa3721d62def5d93b4b3411f1f7489d22d5c70af07174b41579263d562bb139e951434a211c36e08e7c672925f89e60eb7fdb1d79148c3adc1a9c7beafad7

diff --git a/net-im/wazzapp-bin/metadata.xml b/net-im/wazzapp-bin/metadata.xml
deleted file mode 100644
index 2b6f2305c1f4..000000000000
--- a/net-im/wazzapp-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <upstream>
-               <remote-id type="github">diospiroverde/WazzApp</remote-id>
-               
<bugs-to>https://github.com/diospiroverde/WazzApp/issues</bugs-to>
-       </upstream>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Andrew Ammerlaan</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/net-im/wazzapp-bin/wazzapp-bin-0.4.2-r1.ebuild 
b/net-im/wazzapp-bin/wazzapp-bin-0.4.2-r1.ebuild
deleted file mode 100644
index 3bc82dffd99c..000000000000
--- a/net-im/wazzapp-bin/wazzapp-bin-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-       am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-       hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-       sw ta te th tr uk vi zh-CN zh-TW
-"
-
-inherit chromium-2 desktop rpm xdg
-
-DESCRIPTION="Unofficial electron-based wrapper around WhatsApp Web"
-HOMEPAGE="https://github.com/diospiroverde/WazzApp";
-SRC_URI="https://lx-dynamics.com/wazzapp-${PV}.x86_64.rpm";
-S="${WORKDIR}"
-
-KEYWORDS="-* ~amd64"
-# Electron bundles a bunch of things
-LICENSE="
-       MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2
-       unRAR OFL CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
-"
-SLOT="0"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-       || (
-               >=app-accessibility/at-spi2-core-2.46.0:2
-               ( app-accessibility/at-spi2-atk dev-libs/atk )
-       )
-       dev-libs/expat
-       dev-libs/glib
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/mesa
-       net-print/cups
-       sys-apps/dbus
-       sys-libs/glibc
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       x11-libs/gtk+:3
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libxcb
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libxkbcommon
-       x11-libs/libXrandr
-       x11-libs/pango
-"
-
-QA_PREBUILT="opt/wazzapp/*"
-
-pkg_pretend() {
-       chromium_suid_sandbox_check_kernel_config
-}
-
-src_prepare() {
-       default
-       # Fix desktop file to pass validation
-       sed -i -e '/MimeType=whatsapp/d' usr/share/applications/wazzapp.desktop 
|| die
-       # cleanup languages
-       pushd "opt/wazzapp/locales" || die
-       chromium_remove_language_paks
-       popd || die
-}
-
-src_configure() {
-       chromium_suid_sandbox_check_kernel_config
-       default
-}
-
-src_install() {
-       for size in {64,128,512}; do
-               doicon -s ${size} 
"usr/share/icons/hicolor/${size}x${size}/apps/wazzapp.png"
-       done
-
-       domenu usr/share/applications/wazzapp.desktop
-
-       local DESTDIR="/opt/wazzapp"
-       pushd "opt/wazzapp" || die
-
-       exeinto "${DESTDIR}"
-       doexe chrome-sandbox wazzapp *.so*
-
-       exeinto "${DESTDIR}/swiftshader"
-       doexe swiftshader/*.so*
-
-       insinto "${DESTDIR}"
-       doins *.pak *.bin *.json *.dat
-       insopts -m0755
-       doins -r locales resources
-
-       # Chrome-sandbox requires the setuid bit to be specifically set.
-       # see https://github.com/electron/electron/issues/17972
-       fperms 4755 "${DESTDIR}"/chrome-sandbox
-
-       dosym "${DESTDIR}"/wazzapp /opt/bin/wazzapp
-       popd || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6a7358cb9f54..8f04ba667adf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -285,14 +285,6 @@ dev-lang/ruby:2.7
 # Removal on 2023-05-10.  Bug #903261.
 dev-python/cbor
 
-# Andrew Ammerlaan <[email protected]> (2023-04-09)
-# Archived upstream, better alternatives available, try:
-# - net-im/whatsapp-desktop-bin (another electron based approach)
-# - net-im/whatsie (a simple yet configurable Qt based app)
-# - net-im/whatsapp-for-linux::guru (a simple app using webkit2gtk)
-# Removal on 2023-05-09
-net-im/wazzapp-bin
-
 # Ionen Wolkens <[email protected]> (2023-03-30)
 # NVIDIA dropped support for the 390.xx branch in December 2022[1].
 #

Reply via email to