summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:29 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:52:06 +0100
commit59767f183458853e3b087deb66c1d7389556f427 (patch)
tree0a5056f3685f83aca083b24273be10fd6abaa5ef
parentgames-server/monopd: Remove old (diff)
downloadgentoo-59767f183458853e3b087deb66c1d7389556f427.tar.gz
gentoo-59767f183458853e3b087deb66c1d7389556f427.tar.bz2
gentoo-59767f183458853e3b087deb66c1d7389556f427.zip
games-server/mtavc: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-server/mtavc/mtavc-0.5.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/games-server/mtavc/mtavc-0.5.ebuild b/games-server/mtavc/mtavc-0.5.ebuild
deleted file mode 100644
index 71ab53164427..000000000000
--- a/games-server/mtavc/mtavc-0.5.ebuild
+++ /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
-}