diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-25 19:59:32 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-26 12:27:26 +0000 |
commit | ee1faf9102e8c1a55eee7063685e3afb2611cca9 (patch) | |
tree | 79ff060255507114a5513ad5b75c0ab3bf4e065b /games-sports | |
parent | games-sports/speed-dreams: add 2.3.0 (diff) | |
download | gentoo-ee1faf9102e8c1a55eee7063685e3afb2611cca9.tar.gz gentoo-ee1faf9102e8c1a55eee7063685e3afb2611cca9.tar.bz2 gentoo-ee1faf9102e8c1a55eee7063685e3afb2611cca9.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/speed-dreams/speed-dreams-2.3.0.ebuild | 9 |
1 files 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 |