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 A9FDD1581D3 for ; Sat, 18 May 2024 09:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35F8E2A84; Sat, 18 May 2024 09:26:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BCD0EE2A84 for ; Sat, 18 May 2024 09:26:24 +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 1345033BF29 for ; Sat, 18 May 2024 09:26:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CFDE1ADE for ; Sat, 18 May 2024 09:26:21 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1716024185.b48dda747f08134cff00a0cae58073baab7255b4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-alphabetical-grid/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-alphabetical-grid/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b48dda747f08134cff00a0cae58073baab7255b4 X-VCS-Branch: master Date: Sat, 18 May 2024 09:26:21 +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: 5387cf07-1e69-471a-a856-7be39ffc22c0 X-Archives-Hash: 4a98ae3faed38736aa0e5878a111e9fc commit: b48dda747f08134cff00a0cae58073baab7255b4 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 18 09:22:26 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 18 09:23:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48dda74 gnome-extra/gnome-shell-extension-alphabetical-grid: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-alphabetical-grid-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild index 50291ca4a9f4..31617859a0b4 100644 --- a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild +++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild @@ -10,6 +10,7 @@ inherit gnome2-utils DESCRIPTION="Restore the alphabetical ordering of the app grid" HOMEPAGE="https://github.com/stuarthayhurst/alphabetical-grid-extension" SRC_URI="https://github.com/stuarthayhurst/alphabetical-grid-extension/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/alphabetical-grid-extension-${PV}" LICENSE="GPL-3" SLOT="0" @@ -22,7 +23,6 @@ RDEPEND=" " DEPEND="${COMMON_DEPEND}" -S="${WORKDIR}/alphabetical-grid-extension-${PV}" extension_uuid="AlphabeticalAppGrid@stuarthayhurst" # Tests are only useful for upstream