games-server/mtavc: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:29 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:52:06 +0000 (02:52 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-server/mtavc/mtavc-0.5.ebuild [deleted file]

diff --git a/games-server/mtavc/mtavc-0.5.ebuild b/games-server/mtavc/mtavc-0.5.ebuild
deleted file mode 100644 (file)
index 71ab531..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="dedicated server for GTA3 multiplayer"
-HOMEPAGE="http://mtavc.com/"
-SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
-
-LICENSE="MTA-0.5"
-SLOT="0"
-KEYWORDS="-* ~x86"
-IUSE=""
-
-RDEPEND="virtual/libstdc++"
-DEPEND=""
-
-S=${WORKDIR}
-
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/MTAServer"
-QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/MTAServer"
-
-src_prepare() {
-       sed -i 's:NoName:Gentoo:' mtaserver.conf || die
-}
-
-src_install() {
-       local dir=${GAMES_PREFIX_OPT}/${PN}
-       local files="banned.lst motd.txt mtaserver.conf"
-       local f
-
-       dogamesbin "${FILESDIR}"/mtavc
-       sed -i -e "s:GENTOO_DIR:${dir}:" "${D}${GAMES_BINDIR}"/mtavc
-
-       exeinto "${dir}"
-       newexe MTAServer${PV} MTAServer
-       insinto "${GAMES_SYSCONFDIR}"/${PN}
-       doins ${files}
-       dodoc README CHANGELOG
-       for f in ${files} ; do
-               dosym "${GAMES_SYSCONFDIR}"/${PN}/${f} "${dir}"/${f}
-       done
-
-       prepgamesdirs
-}