diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-09 12:30:08 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-09 12:34:23 +0100 |
commit | b3ddb67da78310a13a1d4bfcf67edcaff1385b0a (patch) | |
tree | 9b9f26bce5c2d609e9c7f8c8c8ee9dca1557549e /games-action | |
parent | games-action/descent1-data: EAPI 8 (diff) | |
download | gentoo-b3ddb67da78310a13a1d4bfcf67edcaff1385b0a.tar.gz gentoo-b3ddb67da78310a13a1d4bfcf67edcaff1385b0a.tar.bz2 gentoo-b3ddb67da78310a13a1d4bfcf67edcaff1385b0a.zip |
games-action/descent2-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/descent2-data/descent2-data-1.2-r1.ebuild (renamed from games-action/descent2-data/descent2-data-1.2.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild b/games-action/descent2-data/descent2-data-1.2-r1.ebuild index cde97c1738f4..5b81d07228cc 100644 --- a/games-action/descent2-data/descent2-data-1.2.ebuild +++ b/games-action/descent2-data/descent2-data-1.2-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 @@ -17,6 +17,7 @@ DESCRIPTION="Data files for Descent 2" HOMEPAGE="https://www.interplay.com" SRC_URI="cdinstall? ( ${MY_PATCH} ) !cdinstall? ( ${MY_EXE} )" +S="${WORKDIR}" LICENSE="descent-data" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -35,8 +36,6 @@ DEPEND="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." |