summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-05 16:38:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-05 16:38:29 +0000
commit60f09847aa336bb591c099545c2ba39673a3217b (patch)
tree13115b0b3c0c00c13c9a5a3faa41b656e1184b5f /games-fps
parentbuh bye (diff)
downloadhistorical-60f09847aa336bb591c099545c2ba39673a3217b.tar.gz
historical-60f09847aa336bb591c099545c2ba39673a3217b.tar.bz2
historical-60f09847aa336bb591c099545c2ba39673a3217b.zip
old!
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/legends/files/digest-legends-0.2.2b1
-rw-r--r--games-fps/legends/legends-0.2.2b.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/games-fps/legends/files/digest-legends-0.2.2b b/games-fps/legends/files/digest-legends-0.2.2b
deleted file mode 100644
index 3096f2744882..000000000000
--- a/games-fps/legends/files/digest-legends-0.2.2b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 27e4a31e4f756eb3302d9106af7733d1 legends.tar.gz 64705131
diff --git a/games-fps/legends/legends-0.2.2b.ebuild b/games-fps/legends/legends-0.2.2b.ebuild
deleted file mode 100644
index 55cd1f715d43..000000000000
--- a/games-fps/legends/legends-0.2.2b.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/legends-0.2.2b.ebuild,v 1.2 2003/09/27 01:03:59 vapier Exp $
-
-inherit games
-
-DESCRIPTION="A fast-paced first-person-perspective online multiplayer game"
-HOMEPAGE="http://hosted.tribalwar.com/legends/"
-SRC_URI="http://hosted.tribalwar.com/legends/files/legends.tar.gz"
-
-LICENSE="TGE"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=""
-RDEPEND=">=media-libs/libsdl-1.2
- media-libs/openal"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- rm runlegends libSDL-*.so* libopenal.so
- find -type f -exec chmod a-x '{}' \;
- chmod -R go-w *
- chmod a+x common legends show ispawn lindedicated LinLegends
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- dodir ${dir}
- cp -R * ${D}/${dir}/
- dogamesbin ${FILESDIR}/legends
- dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/legends
- dogamesbin ${FILESDIR}/legends-ded
- dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/legends-ded
- prepgamesdirs
-}