summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 18:10:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 18:10:15 +0000
commitad69522f5e6b57d5350a46ebda16dbe091d0e4b6 (patch)
tree1580e46b57d69a004ab7bafb3f19590605890684 /games-fps/aaut
parentNew version 'n cleanup (diff)
downloadhistorical-ad69522f5e6b57d5350a46ebda16dbe091d0e4b6.tar.gz
historical-ad69522f5e6b57d5350a46ebda16dbe091d0e4b6.tar.bz2
historical-ad69522f5e6b57d5350a46ebda16dbe091d0e4b6.zip
games-fps uNF uNF uNF
Diffstat (limited to 'games-fps/aaut')
-rw-r--r--games-fps/aaut/ChangeLog8
-rw-r--r--games-fps/aaut/Manifest4
-rw-r--r--games-fps/aaut/aaut-1.ebuild20
-rw-r--r--games-fps/aaut/files/aaut5
-rw-r--r--games-fps/aaut/files/digest-aaut-10
5 files changed, 37 insertions, 0 deletions
diff --git a/games-fps/aaut/ChangeLog b/games-fps/aaut/ChangeLog
new file mode 100644
index 000000000000..73e126888c9f
--- /dev/null
+++ b/games-fps/aaut/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-games/aaut
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaut/ChangeLog,v 1.1 2003/09/09 18:10:14 vapier Exp $
+
+*aaut-1 (03 Aug 2003)
+
+ 03 Aug 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-fps/aaut/Manifest b/games-fps/aaut/Manifest
new file mode 100644
index 000000000000..798e967a2d2f
--- /dev/null
+++ b/games-fps/aaut/Manifest
@@ -0,0 +1,4 @@
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-aaut-1 0
+MD5 8b1d62997264b21872364e5eabd476c7 files/aaut 130
+MD5 2ea1b12df5de2a03a894dfc9f1d2c643 aaut-1.ebuild 526
+MD5 06d132065149572f163ca27f1830d029 ChangeLog 328
diff --git a/games-fps/aaut/aaut-1.ebuild b/games-fps/aaut/aaut-1.ebuild
new file mode 100644
index 000000000000..6a4f206d5b3b
--- /dev/null
+++ b/games-fps/aaut/aaut-1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaut/aaut-1.ebuild,v 1.1 2003/09/09 18:10:14 vapier Exp $
+
+inherit games
+
+DESCRIPTION="ascii mode unreal tournament"
+HOMEPAGE="http://icculus.org/~chunky/ut/aaut/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+RDEPEND="|| ( app-games/unreal-tournament app-games/unreal-tournament-goty )
+ media-libs/aalib"
+
+src_install() {
+ dogamesbin ${FILESDIR}/aaut
+ prepgamesdirs
+}
diff --git a/games-fps/aaut/files/aaut b/games-fps/aaut/files/aaut
new file mode 100644
index 000000000000..d7f9aa805abf
--- /dev/null
+++ b/games-fps/aaut/files/aaut
@@ -0,0 +1,5 @@
+#!/bin/sh
+[ -z "${AAOPTS}" ] && AAOPTS="-width 150 -height 70"
+SDL_VIDEODRIVER="aalib"
+export AAOPTS SDL_VIDEODRIVER
+exec ut "$@"
diff --git a/games-fps/aaut/files/digest-aaut-1 b/games-fps/aaut/files/digest-aaut-1
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-fps/aaut/files/digest-aaut-1