public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/speed-dreams/
Date: Tue, 26 Mar 2024 12:31:31 +0000 (UTC)	[thread overview]
Message-ID: <1711456046.ee1faf9102e8c1a55eee7063685e3afb2611cca9.sam@gentoo> (raw)

commit:     ee1faf9102e8c1a55eee7063685e3afb2611cca9
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 23:59:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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
 


             reply	other threads:[~2024-03-26 12:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 12:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12 21:58 [gentoo-commits] repo/gentoo:master commit in: games-sports/speed-dreams/ James Le Cuirot
2024-07-12 21:58 James Le Cuirot
2024-07-12 21:58 James Le Cuirot
2024-03-26 12:31 Sam James
2021-08-09 14:19 Ionen Wolkens
2021-08-09 14:19 Ionen Wolkens
2021-08-07 15:14 Ionen Wolkens
2021-08-06 12:54 Ionen Wolkens
2016-01-05  8:26 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711456046.ee1faf9102e8c1a55eee7063685e3afb2611cca9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox