diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /games-fps/aaut | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/aaut')
-rw-r--r-- | games-fps/aaut/Manifest | 3 | ||||
-rw-r--r-- | games-fps/aaut/aaut-1.ebuild | 23 | ||||
-rw-r--r-- | games-fps/aaut/files/aaut | 5 | ||||
-rw-r--r-- | games-fps/aaut/metadata.xml | 15 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games-fps/aaut/Manifest b/games-fps/aaut/Manifest new file mode 100644 index 000000000000..40aa5dce1fca --- /dev/null +++ b/games-fps/aaut/Manifest @@ -0,0 +1,3 @@ +AUX aaut 130 BLAKE2B d38d36b99b15875604a09c22d51456e9cb21c5302567baa112d2cccd44de351c49c7801d0f784d21700b78666203b42c91f233345bf583c92b2d4e4fb5b5cdf5 SHA512 95ca9e718dafed4190b733cec3f2409cfeea251965084a79a8c22ffb4aca4e017867e062679403e9f21c0c975b02005808c25e829d07bc228b68c7ccedf9f7ae +EBUILD aaut-1.ebuild 436 BLAKE2B 6fa979ac22dfc43e9c8daa44f5b1c3ab1f1ce23d30752e681dcb9fadd4d388b7fcbb82f8cd286f086d64c2ec65c134ceb93ea3f1072ce07b976341adbcdee2a7 SHA512 9c25a5044e965eb24a98138eed18685f8f66263f097cd55cf9834cb386581d54ee43883c7889b9e9a4323ee7a553fc12471fda179d881932606abb198184c77c +MISC metadata.xml 473 BLAKE2B e01e252890b36c72e23b69068ecd032125bcb4bba5bbdc17177f27f3bef409991c1ef568c8fc286755c6549766e31d22ed4dc774b19d59f8711b5b346e175a1f SHA512 5ecddbe93ff1401fdce2a74fa0b7f44a3e0475eeb21b2563578bc3a96559e87911d88f45f2bb9c085ec2c6ff778a5067557416a3e5bb94f398d1fb86061af56c diff --git a/games-fps/aaut/aaut-1.ebuild b/games-fps/aaut/aaut-1.ebuild new file mode 100644 index 000000000000..acde5a8582fb --- /dev/null +++ b/games-fps/aaut/aaut-1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit games + +DESCRIPTION="ascii mode unreal tournament" +HOMEPAGE="http://icculus.org/~chunky/ut/aaut/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="|| ( + games-fps/unreal-tournament + games-fps/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/metadata.xml b/games-fps/aaut/metadata.xml new file mode 100644 index 000000000000..1e1a02589cef --- /dev/null +++ b/games-fps/aaut/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +<longdescription> +AAUT: Text Mode Unreal Tournament +Remember, Kids. It's not big, and it's not clever + +Is UT just a little too high-end for your +look-I'm-using-my-15-year-old-P100-as-a-Linux-box machine? +</longdescription> +</pkgmetadata> |