diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:51:30 +0100 |
commit | 5c0a5c12029ddabb26cda2c23b88a683371ff57a (patch) | |
tree | b17f05fd572eadcc760fd415535f838ded96e74c /games-server/bf1942-lnxded | |
parent | games-rpg/zsxd: Remove old (diff) | |
download | gentoo-5c0a5c12029ddabb26cda2c23b88a683371ff57a.tar.gz gentoo-5c0a5c12029ddabb26cda2c23b88a683371ff57a.tar.bz2 gentoo-5c0a5c12029ddabb26cda2c23b88a683371ff57a.zip |
games-server/bf1942-lnxded: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-server/bf1942-lnxded')
-rw-r--r-- | games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild b/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild deleted file mode 100644 index 0414a6ed9488..000000000000 --- a/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -DESCRIPTION="dedicated server for Battlefield 1942" -HOMEPAGE="http://www.battlefield.com/battlefield-1942" -SRC_URI="http://ftp.games.skynet.be/pub/misc/${PN/-/_}-1.6-rc2.run - http://ftp.games.skynet.be/pub/misc/bf1942-update-${PV}.tar.gz" - -LICENSE="bf1942-lnxded" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/bf1942 -Ddir=${D}/${dir} - -QA_PREBUILT="${dir}/*.so ${dir}/bf1942_lnxded.*" - -src_unpack() { - mkdir bf1942 && cd bf1942 - unpack_makeself ${PN/-/_}-1.6-rc2.run - cd .. - unpack bf1942-update-${PV}.tar.gz -} - -src_install() { - dodir "${dir}" - mv -f "${S}"/bf1942/* "${S}" || die - rm -rf "${S}"/bf1942 || die - - mv "${S}"/* "${Ddir}" || die - dosym bf1942_lnxded.dynamic "${dir}"/bf1942_lnxded - games_make_wrapper ${PN} ./bf1942_lnxded "${dir}" - - prepgamesdirs -} |