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 D2BFB158064 for ; Sun, 12 May 2024 11:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB9F2BC030; Sun, 12 May 2024 11:17:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id CF0A32BC041 for ; Sun, 12 May 2024 11:17:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 132663430A0 for ; Sun, 12 May 2024 11:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A211AA0 for ; Sun, 12 May 2024 11:17:32 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1715512570.3444b851db77a8751a0c0a327ca65d0af52862f9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild X-VCS-Directories: net-im/telegram-desktop-bin/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3444b851db77a8751a0c0a327ca65d0af52862f9 X-VCS-Branch: master Date: Sun, 12 May 2024 11:17:32 +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: 24daa82d-b50b-4a53-ac79-97c658850fbf X-Archives-Hash: c2d851d6154aae684d19d0b327e5c5ef commit: 3444b851db77a8751a0c0a327ca65d0af52862f9 Author: Henning Schild hennsch de> AuthorDate: Sat May 11 06:39:48 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun May 12 11:16:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3444b851 net-im/telegram-desktop-bin: change variable order This is pure cosmetics to deal with VariableOrderWrong message from dev-util/pkgcheck Closes: https://github.com/gentoo/gentoo/pull/36635 Signed-off-by: Henning Schild hennsch.de> Signed-off-by: Yixun Lan gentoo.org> net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild | 4 ++-- net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild index 19bc56b0ce5c..24722ca70535 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild @@ -12,6 +12,8 @@ SRC_URI=" amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz ) " +S="${WORKDIR}/Telegram" + LICENSE="GPL-3-with-openssl-exception" SLOT="0" KEYWORDS="-* ~amd64" @@ -30,8 +32,6 @@ RDEPEND=" >=x11-libs/libxcb-1.10 " -S="${WORKDIR}/Telegram" - src_prepare() { default diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild index 19bc56b0ce5c..24722ca70535 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild @@ -12,6 +12,8 @@ SRC_URI=" amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz ) " +S="${WORKDIR}/Telegram" + LICENSE="GPL-3-with-openssl-exception" SLOT="0" KEYWORDS="-* ~amd64" @@ -30,8 +32,6 @@ RDEPEND=" >=x11-libs/libxcb-1.10 " -S="${WORKDIR}/Telegram" - src_prepare() { default