summaryrefslogtreecommitdiff
path: root/net-im/teams
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
commit514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (patch)
tree555c194dbeb0fb2ac4ad3cde7c0f6a80fd330ce2 /net-im/teams
parent4df3bf9762850b34cd1ead5c80374d1a0fc3362e (diff)
gentoo resync : 17.07.2021
Diffstat (limited to 'net-im/teams')
-rw-r--r--net-im/teams/Manifest1
-rw-r--r--net-im/teams/files/fix-url-opening-1.4.00.4855.patch9
2 files changed, 0 insertions, 10 deletions
diff --git a/net-im/teams/Manifest b/net-im/teams/Manifest
index 29883372b476..cf22c704145a 100644
--- a/net-im/teams/Manifest
+++ b/net-im/teams/Manifest
@@ -1,4 +1,3 @@
-AUX fix-url-opening-1.4.00.4855.patch 439 BLAKE2B 57c5a432cf829c58942ac5b9910fee17fe6e08c7bd200d72e474e3919a46258f169b364c999c9b177236e55c318da20d9527475859e55e7f76d919563b3653d9 SHA512 a06d8e576b8a687e552173cff26071778f75b85a5ce3e36c40ba15b7d21d4c9e8323a07dbac2e6d7a5e834d9cbdc359c31868aaef796e4a17e968771d8aa070e
DIST teams_1.4.00.13653_amd64.deb 83232268 BLAKE2B bc59aa1f4b9d5f1740fedc7bfc3c2cec6f8b4c1979a55e5a68742c36ea4399ba0e8c276de2d9e5b8de39363a9359136a5d1be59a6019af8bd5ac9922a5aab2c9 SHA512 d15b6cca0321e5e569e6a1f4ad0801f7a2de1e9312e8f584f07a4bc8bcac8a55626eb060a41baf31b9f4cfcd1cf2757e2f2b946f671f0e4c95c81f9eea0f8e2c
DIST teams_1.4.00.7556_amd64.deb 77232550 BLAKE2B f663a79a9edb29aecb240722f46cb29aa6f4e2cca6dbe1a29801aee2e9c408b1ad00ab0d2b8fac3c7c4c227429b0382a06b46114921d2f435fbe1c80415ea9d4 SHA512 0afe2714e290e8b2d30039e27a2af4d22cbd03bc4bfe90d6979714ae1cc75bc5226af8932dc38528a5dc5bd6b4820c4b9d9444abcb558a76438c62cff285ffac
EBUILD teams-1.4.00.13653-r1.ebuild 3461 BLAKE2B b1dc71a2776ee581fe3ad3d3a91f4e2f47a87d63dea88b5081ea3269565ece5644ca1f2445dd8b01fc59d02a9bbf4a4763a4dd06bad85521ee1bee786ba92859 SHA512 5aacf0035908751601a5bba7821cec053f9a9672c43bd41de29563e4c69d48a22c9d3217d0302eaa8c2d528683ac8865bc58adc745d1ee69c1fa0e5b33758150
diff --git a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch b/net-im/teams/files/fix-url-opening-1.4.00.4855.patch
deleted file mode 100644
index 9ff555305119..000000000000
--- a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/usr/bin/teams 2021-03-12 09:58:20.095552303 +0100
-+++ b/usr/bin/teams 2021-03-12 09:58:41.938137585 +0100
-@@ -8,5 +8,5 @@ TEAMS_LOGS="$HOME/.config/Microsoft/Micr
-
- mkdir -p "$TEAMS_LOGS"
-
--nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-+nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-