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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2FAD1581F3 for ; Tue, 26 Nov 2024 19:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D2AE077F; Tue, 26 Nov 2024 19:29:20 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 1733CE02D2 for ; Tue, 26 Nov 2024 19:29:20 +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 35C52340906 for ; Tue, 26 Nov 2024 19:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82EE18B9 for ; Tue, 26 Nov 2024 19:29:17 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1732649282.1b48d55890ab8cf54c6139cdbf1c045f17d6bb16.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/ada_libfswatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild X-VCS-Directories: dev-ada/ada_libfswatch/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1b48d55890ab8cf54c6139cdbf1c045f17d6bb16 X-VCS-Branch: master Date: Tue, 26 Nov 2024 19:29:17 +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: 907a1228-217c-4d24-a070-abda6b2cf2a1 X-Archives-Hash: f91177a6d6cc7e74455bf04cde095fc2 commit: 1b48d55890ab8cf54c6139cdbf1c045f17d6bb16 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Nov 26 19:04:32 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Nov 26 19:28:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48d558 dev-ada/ada_libfswatch: VariableOrderWrong Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild b/dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild index a1509ede3bbc..0bdf6dfeedbe 100644 --- a/dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild +++ b/dev-ada/ada_libfswatch/ada_libfswatch-20201105-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,8 @@ HOMEPAGE="https://github.com/AdaCore/ada_libfswatch" SRC_URI="https://github.com/AdaCore/${PN}/archive/${commitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${commitId} + LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -23,8 +25,6 @@ RDEPEND="${ADA_DEPS} DEPEND="${RDEPEND}" BDEPEND="dev-ada/gprbuild[${ADA_USEDEP}]" -S="${WORKDIR}"/${PN}-${commitId} - PATCHES=( "${FILESDIR}"/${P}-link.patch )