diff options
author | 2003-09-10 05:51:11 +0000 | |
---|---|---|
committer | 2003-09-10 05:51:11 +0000 | |
commit | e23e456240d49ba90351822151464d24267b1f73 (patch) | |
tree | 74aa9daa269ed368e7da9d3fa5ced6ad80bd1aff /games-server/halflife-entmod | |
parent | games-server (diff) | |
download | historical-e23e456240d49ba90351822151464d24267b1f73.tar.gz historical-e23e456240d49ba90351822151464d24267b1f73.tar.bz2 historical-e23e456240d49ba90351822151464d24267b1f73.zip |
games-servers !
Diffstat (limited to 'games-server/halflife-entmod')
-rw-r--r-- | games-server/halflife-entmod/ChangeLog | 8 | ||||
-rw-r--r-- | games-server/halflife-entmod/Manifest | 3 | ||||
-rw-r--r-- | games-server/halflife-entmod/files/digest-halflife-entmod-2 | 1 | ||||
-rw-r--r-- | games-server/halflife-entmod/halflife-entmod-2.ebuild | 26 |
4 files changed, 38 insertions, 0 deletions
diff --git a/games-server/halflife-entmod/ChangeLog b/games-server/halflife-entmod/ChangeLog new file mode 100644 index 000000000000..d1a1a1024019 --- /dev/null +++ b/games-server/halflife-entmod/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/halflife-entmod +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-entmod/ChangeLog,v 1.1 2003/09/10 05:51:11 vapier Exp $ + +*halflife-entmod-2 (13 Jul 2003) + + 13 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-server/halflife-entmod/Manifest b/games-server/halflife-entmod/Manifest new file mode 100644 index 000000000000..0c571545528f --- /dev/null +++ b/games-server/halflife-entmod/Manifest @@ -0,0 +1,3 @@ +MD5 b8cfa5ed5b315970175e4c97ecd6c1ca files/digest-halflife-entmod-2 59 +MD5 1a9c29688c97ce67706ec035772af0e1 ChangeLog 361 +MD5 cd1731e2dae2511bd44d8a94be4f56d9 halflife-entmod-2.ebuild 664 diff --git a/games-server/halflife-entmod/files/digest-halflife-entmod-2 b/games-server/halflife-entmod/files/digest-halflife-entmod-2 new file mode 100644 index 000000000000..f8288f34275e --- /dev/null +++ b/games-server/halflife-entmod/files/digest-halflife-entmod-2 @@ -0,0 +1 @@ +MD5 b288de7db048e1acd78337dd62994cb9 EntMod_lin.zip 305685 diff --git a/games-server/halflife-entmod/halflife-entmod-2.ebuild b/games-server/halflife-entmod/halflife-entmod-2.ebuild new file mode 100644 index 000000000000..787bc1766d43 --- /dev/null +++ b/games-server/halflife-entmod/halflife-entmod-2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/10 05:51:11 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" + +RDEPEND="app-games/halflife-metamod" + +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 +} |