From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 968E6159C9B for ; Thu, 1 Aug 2024 06:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 816CCE2A3C; Thu, 1 Aug 2024 06:32: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6632EE2A3C for ; Thu, 1 Aug 2024 06:32:57 +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 C08C133EB78 for ; Thu, 1 Aug 2024 06:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4FB1E8D for ; Thu, 1 Aug 2024 06:32:55 +0000 (UTC) From: "Yuhang Zeng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuhang Zeng" Message-ID: <1722493965.9a2434ae4a3df69cb5ca66daf3e656dc08f24087.unlsycn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild X-VCS-Directories: net-im/discord-ptb-bin/ X-VCS-Committer: unlsycn X-VCS-Committer-Name: Yuhang Zeng X-VCS-Revision: 9a2434ae4a3df69cb5ca66daf3e656dc08f24087 X-VCS-Branch: dev Date: Thu, 1 Aug 2024 06:32:55 +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: a653c2b2-fdc9-4d31-998c-b3f2446e3f89 X-Archives-Hash: fafbaab77cb092e4265650ed86fa3765 commit: 9a2434ae4a3df69cb5ca66daf3e656dc08f24087 Author: Yuhang Zeng unlsycn com> AuthorDate: Thu Aug 1 06:31:05 2024 +0000 Commit: Yuhang Zeng unlsycn com> CommitDate: Thu Aug 1 06:32:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a2434ae net-im/discord-ptb-bin: update EAPI 7 -> 8 Signed-off-by: Yuhang Zeng unlsycn.com> net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild index 86658ba7a..b4a0b6056 100644 --- a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild +++ b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN=${PN/-bin/} MY_BIN="D${MY_PN/d/}" @@ -10,7 +10,7 @@ MY_BIN="${MY_BIN/-ptb/}PTB" inherit desktop linux-info pax-utils unpacker xdg DESCRIPTION="All-in-one voice and text chat" -HOMEPAGE="https://discordapp.com/" +HOMEPAGE="https://discord.com/" SRC_URI="https://dl-ptb.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb" S="${WORKDIR}" @@ -22,9 +22,7 @@ RESTRICT="mirror bindist" # libXScrnSaver is used through dlopen (bug #825370) RDEPEND=" - app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 - dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr