diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-09 12:15:58 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-09 12:34:22 +0100 |
commit | bc4c93538fc7be54e6bbda0658d761ed431f4d7d (patch) | |
tree | a66b8c9b4c982ad99985c34c942fefb9b82384db /games-action | |
parent | dev-util/bpftool: Stabilize 6.8.2 arm64, #933852 (diff) | |
download | gentoo-bc4c93538fc7be54e6bbda0658d761ed431f4d7d.tar.gz gentoo-bc4c93538fc7be54e6bbda0658d761ed431f4d7d.tar.bz2 gentoo-bc4c93538fc7be54e6bbda0658d761ed431f4d7d.zip |
games-action/descent1-data: EAPI 8
Tested with USE=cdinstall. GOG install should be fine.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent1-data/descent1-data-1.4a-r1.ebuild (renamed from games-action/descent1-data/descent1-data-1.4a.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild b/games-action/descent1-data/descent1-data-1.4a-r1.ebuild index 7fdf077a129e..ea0e2146a883 100644 --- a/games-action/descent1-data/descent1-data-1.4a.ebuild +++ b/games-action/descent1-data/descent1-data-1.4a-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 CDROM_OPTIONAL="yes" inherit cdrom estack @@ -13,6 +13,7 @@ DESCRIPTION="Data files for Descent 1" HOMEPAGE="https://www.interplay.com" SRC_URI="cdinstall? ( https://www.dxx-rebirth.com/download/dxx/misc/descent-game-content-10to14a-patch.zip ) !cdinstall? ( ${MY_EXE} )" +S="${WORKDIR}" LICENSE="descent-data" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -24,8 +25,6 @@ RDEPEND="!games-action/descent1-demodata" DEPEND="cdinstall? ( app-arch/unzip ) !cdinstall? ( app-arch/innoextract )" -S="${WORKDIR}" - pkg_nofetch() { elog "You must place a copy of, or symlink to, the GOG setup package in your" elog "distfiles directory." |