From 203b016b4fd27d794174f00d03a8a151b3c54f88 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 30 Nov 2023 11:39:24 +0100 Subject: [PATCH] net-im/teams-for-linux: drop 1.3.13 Signed-off-by: Andrew Ammerlaan --- net-im/teams-for-linux/Manifest | 1 - .../teams-for-linux/files/teams-for-linux.sh | 19 ------- .../teams-for-linux/files/teams-for-linux.svg | 22 -------- .../teams-for-linux-1.3.13.ebuild | 50 ------------------- 4 files changed, 92 deletions(-) delete mode 100644 net-im/teams-for-linux/files/teams-for-linux.sh delete mode 100644 net-im/teams-for-linux/files/teams-for-linux.svg delete mode 100644 net-im/teams-for-linux/teams-for-linux-1.3.13.ebuild diff --git a/net-im/teams-for-linux/Manifest b/net-im/teams-for-linux/Manifest index 5564b8b83a..16a4ca7c10 100644 --- a/net-im/teams-for-linux/Manifest +++ b/net-im/teams-for-linux/Manifest @@ -1,4 +1,3 @@ -DIST teams-for-linux-1.3.13.tar.gz 93135861 BLAKE2B 6c72f8d60358546bd67321810517e1a19dd97e03a186e4fab85668c3081ff07562f5a02713279861b3549cf9b5b942ca347635612249ffb216568f45da3c1e4f SHA512 d9e46005e7577247c5d1351d566231e2f63a1a99ba49dec80b94f84e47718ad521fa63cfb3b725b6ab5ac7466e6dd44d6c6a504ea4888d93f8f599742df6665e DIST teams-for-linux-1.3.23.aarch64.rpm 68721369 BLAKE2B d90e6925455c648dafa69ace7f6864f4d925ebe7a6b60402a6e958e96a273bc03626e623fe1ba6782c9a4750361a549fb0f398c21a2e23c72c2b8833aacb92a8 SHA512 54247bf450e23b7c1e746faa3ce2b261e83ce10c209db48c26ebc2b79247cd109a2f856c3bba978971904569b325bf6105b3a0f265679a1669014319725885b7 DIST teams-for-linux-1.3.23.armv7l.rpm 66729173 BLAKE2B 05ff9dbca24a70989131a5ec075cfe20f971fb9ef95f7f8fb3eea88766c367274677d06ba40bc1ce85723be1553cfd3ed317ef49c28a17e59c932acde5d3127b SHA512 ecf735b369b42b73ed76f8c62c52a689f4e44a7ebe4a528c623a7a2d2d771e5628021b51d1a3543ab2be5ccd59405c5b1f915f0d1947ff82c628f0c8f032d239 DIST teams-for-linux-1.3.23.x86_64.rpm 73129601 BLAKE2B 5a5068becac5c579f43f17985afeae866548864dee36aa33ab8acdc373592f91c2b1475acc84a881c61bd07d31c66dcd9740d32f0b972ab8ac42ff50e7b5ae3c SHA512 4d38cf17fb1c06c8b10eefceefc6339120c9d326837d7856aca3e1b165d304ed30c6828ee96aff3c35262f047fcb7217cca2b843e0bfe9f8cb5157265424d980 diff --git a/net-im/teams-for-linux/files/teams-for-linux.sh b/net-im/teams-for-linux/files/teams-for-linux.sh deleted file mode 100644 index 43be26798f..0000000000 --- a/net-im/teams-for-linux/files/teams-for-linux.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# Allow the user to override command-line flags, bug #357629. -# This is based on Debian's chromium-browser package, and is intended -# to be consistent with Debian. -for f in /etc/chromium/*; do - [[ -f ${f} ]] && source "${f}" -done - -# Prefer user defined CHROMIUM_USER_FLAGS (from env) over system -# default CHROMIUM_FLAGS (from /etc/chromium/default). -CHROMIUM_FLAGS=${CHROMIUM_USER_FLAGS:-"$CHROMIUM_FLAGS"} - -# Let the wrapped binary know that it has been run through the wrapper. -export CHROME_WRAPPER="$(readlink -f "$0")" - -HERE="$(dirname "$CHROME_WRAPPER")" - -exec -a "teams-for-linux" "$HERE/teams-for-linux" ${CHROMIUM_FLAGS} "$@" diff --git a/net-im/teams-for-linux/files/teams-for-linux.svg b/net-im/teams-for-linux/files/teams-for-linux.svg deleted file mode 100644 index 3409e6cfae..0000000000 --- a/net-im/teams-for-linux/files/teams-for-linux.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/net-im/teams-for-linux/teams-for-linux-1.3.13.ebuild b/net-im/teams-for-linux/teams-for-linux-1.3.13.ebuild deleted file mode 100644 index a20ee9241e..0000000000 --- a/net-im/teams-for-linux/teams-for-linux-1.3.13.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg multilib-build - -DESCRIPTION="Unofficial Microsoft Teams client for Linux. Binary precompiled version." -HOMEPAGE="https://github.com/IsmaelMartinez/teams-for-linux" -SRC_URI="https://github.com/IsmaelMartinez/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="-* ~amd64" - -IUSE="" -QA_PREBUILT="*" - -DEPEND=" - app-accessibility/at-spi2-core:2[${MULTILIB_USEDEP}] - dev-libs/nspr[${MULTILIB_USEDEP}] - dev-libs/nss[${MULTILIB_USEDEP}] - media-libs/alsa-lib[${MULTILIB_USEDEP}] - media-libs/freetype:2[${MULTILIB_USEDEP}] - media-gfx/graphite2[${MULTILIB_USEDEP}] - net-print/cups[${MULTILIB_USEDEP}] - x11-libs/gtk+:3[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/pango[${MULTILIB_USEDEP}] -" - -src_install() { - dodir /opt/${PN} - cp -a . "${ED}"/opt/${PN} || die - - # install wrapper reading /etc/chromium/* for CHROME_FLAGS - exeinto /opt/${PN} - doexe "${FILESDIR}/${PN}.sh" - - # remove chrome-sandbox binary, users should use kernel namespaces - # https://bugs.gentoo.org/692692#c18 - rm "${ED}"/opt/${PN}/chrome-sandbox || die - - dosym ../../opt/${PN}/${PN}.sh /usr/bin/${PN} - - newicon -s scalable "${FILESDIR}/${PN}.svg" ${PN}.svg - make_desktop_entry "${EPREFIX}"/opt/${PN}/${PN}.sh "Teams for Linux" \ - ${PN} "Network;Chat;InstantMessaging;" \ - "MimeType=x-scheme-handler/msteams;" -}