diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /games-fps/aaut | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
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, 0 insertions, 46 deletions
diff --git a/games-fps/aaut/Manifest b/games-fps/aaut/Manifest deleted file mode 100644 index 40aa5dce1fca..000000000000 --- a/games-fps/aaut/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index acde5a8582fb..000000000000 --- a/games-fps/aaut/aaut-1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 deleted file mode 100644 index d7f9aa805abf..000000000000 --- a/games-fps/aaut/files/aaut +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 deleted file mode 100644 index 1e1a02589cef..000000000000 --- a/games-fps/aaut/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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> |