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-clanmod | |
parent | games-server (diff) | |
download | historical-e23e456240d49ba90351822151464d24267b1f73.tar.gz historical-e23e456240d49ba90351822151464d24267b1f73.tar.bz2 historical-e23e456240d49ba90351822151464d24267b1f73.zip |
games-servers !
Diffstat (limited to 'games-server/halflife-clanmod')
4 files changed, 41 insertions, 0 deletions
diff --git a/games-server/halflife-clanmod/ChangeLog b/games-server/halflife-clanmod/ChangeLog new file mode 100644 index 000000000000..3c3d57a0428d --- /dev/null +++ b/games-server/halflife-clanmod/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/halflife-clanmod +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-clanmod/ChangeLog,v 1.1 2003/09/10 05:51:11 vapier Exp $ + +*halflife-clanmod-1.81.24e (08 Jul 2003) + + 08 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-server/halflife-clanmod/Manifest b/games-server/halflife-clanmod/Manifest new file mode 100644 index 000000000000..a71234f88fcd --- /dev/null +++ b/games-server/halflife-clanmod/Manifest @@ -0,0 +1,3 @@ +MD5 f8ad89c3a434205784e6b6d68f6e9e97 files/digest-halflife-clanmod-1.81.24e 69 +MD5 f9d85b712510b67257f5dbb3a68dafbc halflife-clanmod-1.81.24e.ebuild 800 +MD5 a2070e3182eeb55fa3ee3185991d9403 ChangeLog 371 diff --git a/games-server/halflife-clanmod/files/digest-halflife-clanmod-1.81.24e b/games-server/halflife-clanmod/files/digest-halflife-clanmod-1.81.24e new file mode 100644 index 000000000000..4b51aa648692 --- /dev/null +++ b/games-server/halflife-clanmod/files/digest-halflife-clanmod-1.81.24e @@ -0,0 +1 @@ +MD5 edf30a6338d6981071ed19905ef60e9a cm-1.81.24e-all-mods.zip 695773 diff --git a/games-server/halflife-clanmod/halflife-clanmod-1.81.24e.ebuild b/games-server/halflife-clanmod/halflife-clanmod-1.81.24e.ebuild new file mode 100644 index 000000000000..02f5293db586 --- /dev/null +++ b/games-server/halflife-clanmod/halflife-clanmod-1.81.24e.ebuild @@ -0,0 +1,29 @@ +# 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-clanmod/halflife-clanmod-1.81.24e.ebuild,v 1.1 2003/09/10 05:51:11 vapier Exp $ + +inherit games eutils + +DESCRIPTION="tool for Half-Life mods which helps ease admining a server" +HOMEPAGE="http://www.unitedadmins.com/clanmod.php" +SRC_URI="mirror://sourceforge/clanmod/cm-${PV}-all-mods.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* x86" + +RDEPEND="app-games/halflife-metamod" + +S=${WORKDIR}/cm-${PV}/addons/clanmod + +src_unpack() { + unpack ${A} + edos2unix `find -name '*.cfg' -o -name '*.sql' -o -name '*.txt'` +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/halflife/addons/clanmod + dodir ${dir} + cp -rf * ${D}/${dir} + prepgamesdirs +} |