From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1E871584AD for ; Tue, 15 Apr 2025 02:05:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B298D34302E for ; Tue, 15 Apr 2025 02:05:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AA3E51104B0; Tue, 15 Apr 2025 02:05:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9E7891104B0 for ; Tue, 15 Apr 2025 02:05:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5619534302E for ; Tue, 15 Apr 2025 02:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B35321C78 for ; Tue, 15 Apr 2025 02:05:56 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1744682699.e3785fb8e3437d6fe1d8c8c358c06ac1dafb442f.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/discord/Manifest net-im/discord/discord-0.0.89.ebuild net-im/discord/discord-0.0.90.ebuild X-VCS-Directories: net-im/discord/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: e3785fb8e3437d6fe1d8c8c358c06ac1dafb442f X-VCS-Branch: master Date: Tue, 15 Apr 2025 02:05:56 +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: ca78fe3d-5d88-4f1a-9449-87e8969c4575 X-Archives-Hash: 4109240ef1d85e0841efc70d5d0a917d commit: e3785fb8e3437d6fe1d8c8c358c06ac1dafb442f Author: Nick Sarnie gentoo org> AuthorDate: Tue Apr 15 02:04:52 2025 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Tue Apr 15 02:04:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3785fb8 net-im/discord: add 0.0.89, drop 0.0.90 Upstream dropped support for 0.0.90, see https://discordstatus.com/incidents/mv9k3px764kd Signed-off-by: Nick Sarnie gentoo.org> net-im/discord/Manifest | 2 +- net-im/discord/{discord-0.0.90.ebuild => discord-0.0.89.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/discord/Manifest b/net-im/discord/Manifest index 24e15b2f60bd..09b084963cd5 100644 --- a/net-im/discord/Manifest +++ b/net-im/discord/Manifest @@ -1 +1 @@ -DIST discord-0.0.90.tar.gz 102417333 BLAKE2B c69181980e19e0424a2b28f4c67fb66c52fea410530339175a228630ff9b8e50812a3701c7ccac182916f82cea7cfca0fe91d1686d8d7b48abef6d6a0671a4d2 SHA512 d894294b149b1498832da232acb19f5ef67b184468255d284759a07b64319f415fa68d153a482dbfac48081d73d32c61c6437d810366269d0b105fec0dfb8d89 +DIST discord-0.0.89.tar.gz 102421846 BLAKE2B cc44f8cee2cdbe66f606af692135d4561115496289f201ad84bb0a24a0de9bc4a9c25ca5e15c6a80aafe268da6b74f5e6021e9ffbad91a00ed4dae4542cf77c1 SHA512 9228824f0407f2876c9f26ef8b3b6b5b2f31808c0efeff685c3930c1826ba9180c0dca22d6934bb17f106ab8b808c20860bcab074874b324fe5ca57d6f2309a0 diff --git a/net-im/discord/discord-0.0.90.ebuild b/net-im/discord/discord-0.0.89.ebuild similarity index 100% rename from net-im/discord/discord-0.0.90.ebuild rename to net-im/discord/discord-0.0.89.ebuild