summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-server/halflife-entmod/halflife-entmod-2.ebuild')
-rw-r--r--games-server/halflife-entmod/halflife-entmod-2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-server/halflife-entmod/halflife-entmod-2.ebuild b/games-server/halflife-entmod/halflife-entmod-2.ebuild
deleted file mode 100644
index 96e78bb7c8c1..000000000000
--- a/games-server/halflife-entmod/halflife-entmod-2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-entmod/halflife-entmod-2.ebuild,v 1.6 2004/11/03 00:32:02 vapier Exp $
-
-inherit games
-
-DESCRIPTION="adds real-time entity control for admins"
-SRC_URI="http://www.adminop.net/AdminOP/EntMod_lin.zip"
-HOMEPAGE="http://www.adminop.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-
-RDEPEND="games-server/halflife-metamod"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/halflife/addons/entmod
-
- dodir ${dir}
- cp -rf entmod_readme.txt sound addons/EntMod/* ${D}/${dir}/
-
- prepgamesdirs
-}