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 49D1F158043 for ; Tue, 26 Mar 2024 12:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E4DE2A02; Tue, 26 Mar 2024 12:31:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E9E9E29FC for ; Tue, 26 Mar 2024 12:31: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8025D3430C1 for ; Tue, 26 Mar 2024 12:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B78A415EA for ; Tue, 26 Mar 2024 12:31:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711456046.ee1faf9102e8c1a55eee7063685e3afb2611cca9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/speed-dreams/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/speed-dreams/speed-dreams-2.3.0.ebuild X-VCS-Directories: games-sports/speed-dreams/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee1faf9102e8c1a55eee7063685e3afb2611cca9 X-VCS-Branch: master Date: Tue, 26 Mar 2024 12:31:31 +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: 2ee1f993-7121-4ddf-8d29-fdb087d16542 X-Archives-Hash: 595a279d74076af5e88772462a4c23cd commit: ee1faf9102e8c1a55eee7063685e3afb2611cca9 Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 25 23:59:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 26 12:27:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1faf91 games-sports/speed-dreams: update EAPI 7 -> 8 cmake now warns about the wonky use of extracting S directly into WORKDIR. The upstream tarball is Just That Way™ so crudely work around it by making a better S and extracting the tarballs into there instead. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-sports/speed-dreams/speed-dreams-2.3.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild b/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild index 69ca196ceea8..ef52cadfa46f 100644 --- a/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild +++ b/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake desktop flag-o-matic @@ -14,7 +14,6 @@ SRC_URI=" mirror://sourceforge/speed-dreams/${PN}-src-hq-cars-and-tracks-${MY_PV}.tar.xz mirror://sourceforge/speed-dreams/${PN}-src-more-hq-cars-and-tracks-${MY_PV}.tar.xz mirror://sourceforge/speed-dreams/${PN}-src-wip-cars-and-tracks-${MY_PV}.tar.xz" -S="${WORKDIR}" LICENSE="GPL-2+ BitstreamVera CC0-1.0 Free-Art-1.2 OFL-1.1" SLOT="0" @@ -45,6 +44,12 @@ PATCHES=( "${FILESDIR}"/${PN}-2.2.3_rc1-xmlversion-rpath.patch ) +src_unpack() { + mkdir "${S}" || die + cd "${S}" + default +} + src_configure() { append-cppflags -I. #806980