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 5ACAC1581F3 for ; Tue, 26 Nov 2024 19:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAD9E0844; Tue, 26 Nov 2024 19:29:22 +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 2791AE0843 for ; Tue, 26 Nov 2024 19:29:22 +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 1D31C343096 for ; Tue, 26 Nov 2024 19:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850871F45 for ; Tue, 26 Nov 2024 19:29:18 +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: <1732649317.0a99de74bc41ce4e6f433d1b5b7c84425ae257ab.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spark/spark-2021.ebuild X-VCS-Directories: dev-lang/spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0a99de74bc41ce4e6f433d1b5b7c84425ae257ab X-VCS-Branch: master Date: Tue, 26 Nov 2024 19:29:18 +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: 1cb63e57-b65e-4342-900e-f90bd1052283 X-Archives-Hash: 11eceafef92c6b1c20c10c8faa8bb9ec commit: 0a99de74bc41ce4e6f433d1b5b7c84425ae257ab Author: Alfredo Tupone gentoo org> AuthorDate: Tue Nov 26 19:18:49 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Nov 26 19:28:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a99de74 dev-lang/spark: VariableOrderWrong Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/spark/spark-2021.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/spark/spark-2021.ebuild b/dev-lang/spark/spark-2021.ebuild index 9b763b07b66a..4c19fe5a5d30 100644 --- a/dev-lang/spark/spark-2021.ebuild +++ b/dev-lang/spark/spark-2021.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,8 @@ HOMEPAGE="http://libre.adacore.com" SRC_URI="${ADA_MIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz ${ADA_MIRROR}/${GNATID}?filename=${GNATDIR}.tar.gz -> ${GNATDIR}.tar.gz" +S="${WORKDIR}"/${MYP} + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" @@ -32,8 +34,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="${ADA_REQUIRED_USE}" -S="${WORKDIR}"/${MYP} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() {