summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-04 08:04:14 +0000
committerSam James <sam@gentoo.org>2021-04-04 08:13:01 +0000
commit4b2eeb1fc1d3e241183ed713a16f49c900a9c469 (patch)
treed9e05528ad62b4fa47c3572014f93af0c4c06835
parentgames-mud/tf: autotools-- (diff)
downloadgentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.tar.gz
gentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.tar.bz2
gentoo-4b2eeb1fc1d3e241183ed713a16f49c900a9c469.zip
games-puzzle/bff-or-die: eutils--, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--games-puzzle/bff-or-die/bff-or-die-20200614.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild b/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild
index 1f5014cfab27..5d5a60d2416c 100644
--- a/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild
+++ b/games-puzzle/bff-or-die/bff-or-die-20200614.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils desktop xdg
+inherit desktop wrapper xdg
MY_PN="BffOrDie"
DESCRIPTION="Time travelling alien couch co-op puzzle game for 1-4 players"
HOMEPAGE="https://www.bffordie.com/"
SRC_URI="${MY_PN}_Linux.zip"
+S="${WORKDIR}/${MY_PN}_Linux"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
@@ -18,13 +20,10 @@ RDEPEND="
sys-libs/zlib
virtual/opengl
"
-
BDEPEND="
app-arch/unzip
"
-S="${WORKDIR}/${MY_PN}_Linux"
-
DIR="/opt/${PN}"
QA_PREBUILT="${DIR#/}/*"