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:00 +0100
commit5f0ce7451d7836536c19bb4c5accf2659512a164 (patch)
treed36fbdf016cd6c37cdfd5c2b772a5462af8b1189 /games-server
parentgames-server/mednafen-server: Remove old (diff)
downloadgentoo-5f0ce7451d7836536c19bb4c5accf2659512a164.tar.gz
gentoo-5f0ce7451d7836536c19bb4c5accf2659512a164.tar.bz2
gentoo-5f0ce7451d7836536c19bb4c5accf2659512a164.zip
games-server/monopd: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-server')
-rw-r--r--games-server/monopd/monopd-0.10.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-server/monopd/monopd-0.10.2.ebuild b/games-server/monopd/monopd-0.10.2.ebuild
deleted file mode 100644
index 52b5d85872d2..000000000000
--- a/games-server/monopd/monopd-0.10.2.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 autotools eutils systemd games
-
-DESCRIPTION="server for atlantik games"
-HOMEPAGE="http://gtkatlantic.gradator.net/"
-SRC_URI="http://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd"
-
-RDEPEND="systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}
- >=dev-cpp/muParser-2
- dev-libs/utfcpp"
-
-src_prepare() {
- sed "s:GENTOO_DIR:\"${GAMES_BINDIR}\":" \
- "${FILESDIR}"/monopd.in > "${T}"/monopd || die
- sed -i \
- -e "s:/usr/sbin:${GAMES_BINDIR}:" \
- doc/systemd/monopd.service || die
- sed -i \
- -e '/C_SUBST(CXXFLAGS/s/CFLAGS/CXXFLAGS/' \
- configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- egamesconf $(use_with systemd systemd-daemon)
-}
-
-src_install() {
- default
- doinitd "${T}"/monopd
- systemd_dounit doc/systemd/monopd.s*
- prepgamesdirs
-}