diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:28:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:58 +0100 |
commit | d6212d4cd4604641c14f3fcca85bcd17398c9f29 (patch) | |
tree | 595e84d56fa191d8092280744473531a623cb8cc /games-server | |
parent | games-rpg/hatoful-boyfriend-holiday-star: tidy ebuild (diff) | |
download | gentoo-d6212d4cd4604641c14f3fcca85bcd17398c9f29.tar.gz gentoo-d6212d4cd4604641c14f3fcca85bcd17398c9f29.tar.bz2 gentoo-d6212d4cd4604641c14f3fcca85bcd17398c9f29.zip |
games-server/etqw-ded: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild index 52c453f64cc0..44d2f825a9c6 100644 --- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild +++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild @@ -1,28 +1,28 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit wrapper DESCRIPTION="Enemy Territory: Quake Wars dedicated server" HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux" SRC_URI="ETQW-server-${PV}-full.x86.run" +S="${WORKDIR}"/data LICENSE="ETQW" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" RESTRICT="bindist fetch strip" -DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc" +BDEPEND="app-arch/unzip" -S=${WORKDIR}/data dir=/opt/${PN} -QA_PREBUILT="${dir:1}/pb/*.so - ${dir:1}/*.x86 - ${dir:1}/*.so*" +QA_PREBUILT="${dir#1}/pb/*.so + ${dir#1}/*.x86 + ${dir#1}/*.so*" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE} and copy it into your DISTDIR directory." |