Skip to content

Commit

Permalink
games-action/descent1-data: EAPI 8
Browse files Browse the repository at this point in the history
Tested with USE=cdinstall. GOG install should be fine.

Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jun 9, 2024
1 parent 19b6e09 commit bc4c935
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand All @@ -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."
Expand Down

0 comments on commit bc4c935

Please sign in to comment.