diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-fps/unreal | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-fps/unreal')
-rw-r--r-- | games-fps/unreal/Manifest | 3 | ||||
-rw-r--r-- | games-fps/unreal/files/unreal | 3 | ||||
-rw-r--r-- | games-fps/unreal/metadata.xml | 21 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 86 |
4 files changed, 113 insertions, 0 deletions
diff --git a/games-fps/unreal/Manifest b/games-fps/unreal/Manifest new file mode 100644 index 000000000000..a4e957fc1a52 --- /dev/null +++ b/games-fps/unreal/Manifest @@ -0,0 +1,3 @@ +DIST IpDrv-436-Linux-08-20-02.zip 105435 SHA256 a7fb348dd04bd2057f307c5d95c2904a8b9c790d5b80648507549900dc4c76ef SHA512 5f10152b87cf702225fe50d213f3fbd4865cb2f190e0c2c87c996420c115e5f84de7748af635705b8a2ea789bfeaaab4b927364563a4b83f973dcb5af866ccd7 WHIRLPOOL d6be1afe7aa828607c09479a7bc230f61ef34f586eea0d250e06b9f64d613edd250b2ee5d44bf45509d98a51cf2e454c6b4285f1f9db85bba21cc4e51b292d61 +DIST unreali-install.run 4118594 SHA256 576f832bda141bbeb808e376a156f28e58511b581813ed248142c28660903fcb SHA512 9b918fec89de0bb273a2c351dbaccfe32eaaaf9c5ba012ddaf38c1e8617d7c6b8a08c9ac04135105bea89f4127f7f64f52c8d2c00a00e9418f4807fc1f3aff7b WHIRLPOOL 8a77f9bd6e3a3d24f833af88481cba74dd36caa8a6321ee189899c31d0e34658c2984a75600914391978dc23fadafdcb86fba01bc364b2a6da27ea6ac7dd1bd5 +DIST ut-install-436.run 6225010 SHA256 4008c7501a530c1fb5b8143b8e92baee59ef769c0bffa26c09e9bbb2673bc377 SHA512 cfdeb9f345daef4b81acadfa24d711477ba208dffd50716087d034df2dc1eb0ac5bb03570f4f1701b3c4d46b8f954e6d23dde36fc20dafdc114e68730a1fc932 WHIRLPOOL a203436b225747ed06af76e100f07d0a0580df11a4c3a01a431b3e2a48e660717743960cd814ffd2ed5d13624aa1ce7a111c4aa76122593e57469df59e2da26a diff --git a/games-fps/unreal/files/unreal b/games-fps/unreal/files/unreal new file mode 100644 index 000000000000..7bbeb753fbe9 --- /dev/null +++ b/games-fps/unreal/files/unreal @@ -0,0 +1,3 @@ +#!/bin/sh +cd GENTOO_DIR +exec ./UnrealTournament "$@" diff --git a/games-fps/unreal/metadata.xml b/games-fps/unreal/metadata.xml new file mode 100644 index 000000000000..8b45008de986 --- /dev/null +++ b/games-fps/unreal/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +In Unreal, players take on the role of a criminal whose transfer ship +has crashed on the mysterious planet Gryphon, where a peaceful race +known as the Nali have been hunted and enslaved by bloodthirsty aliens +called Skaarj. To dominate Gryphon and mine its precious Tarydium, the +Skaarj command legions of other menacing species like the gigantic +Titans, the bio-engineered Brutes and the pack-hunting Krall. Unreal +combatants must survive in the midst of this inter-species warfare +armed with an array of deadly weapons. Players will visit ancient Nali +ruins, underground mines, cities in the sky, spacecraft wreckage and +even the mysterious Skaarj Mothership in this deadly hunt in which +every character is both predator and prey. +</longdescription> +</pkgmetadata> diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild new file mode 100644 index 000000000000..cd0a77736572 --- /dev/null +++ b/games-fps/unreal/unreal-226.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils unpacker cdrom games + +DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)" +HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/" +SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run + ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run + ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="X opengl" +RESTRICT="mirror bindist" + +DEPEND="sys-libs/lib-compat + app-arch/unzip +" +RDEPEND=" + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + opengl? ( virtual/opengl[abi_x86_32(-)] ) +" + +S=${WORKDIR} + +src_unpack() { + export CDROM_NAME_1="Unreal CD" + export CDROM_NAME_2="Unreal Tournament CD" + cdrom_get_cds System/Unreal.ini System/UnrealTournament.ini + unpack_makeself unreali-install.run + mkdir ut + cd ut + unpack_makeself ut-install-436.run + unpack IpDrv-436-Linux-08-20-02.zip +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/unreal + dodir "${dir}" + + tar -zxf ut/data.tar.gz -C "${D}/${dir}" + tar -zxf ut/OpenGL.ini.tar.gz -C "${D}/${dir}" + tar -zxf System.tar.gz -C "${D}/${dir}" + insinto "${dir}"/System + doins ut/IpDrv.so + + cp -rf "${CDROM_ROOT}"/{Maps,Music,Sounds} "${D}/${dir}/" + for f in "${D}/${dir}"/Maps/Dm*.unr ; do + mv "${f}" "${f/Dm/DM-}" + done + dosym Maps "${dir}"/maps + + if has_version '<games-fps/unreal-tournament-451' \ + || has_version '<games-fps/unreal-tournament-goty-451' ; then + CDROM_ROOT="${GAMES_PREFIX_OPT}/unreal-tournament" + else + cdrom_load_next_cd + fi + insinto "${dir}"/Textures + doins "${CDROM_ROOT}"/Textures/*.utx + insinto "${dir}"/Sounds + doins "${CDROM_ROOT}"/Sounds/*.uax + insinto "${dir}"/System + doins "${CDROM_ROOT}"/System/*.u + insinto "${dir}"/Music + doins "${CDROM_ROOT}"/Music/*.umx + + insinto "${dir}" + doins icon.* README* + + exeinto "${dir}" + doexe bin/x86/unreal + + games_make_wrapper unreal ./unreal "${dir}" "${dir}" + + prepgamesdirs +} |