From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-fps/enemy-territory-omnibot/Manifest | 3 +++ .../enemy-territory-omnibot-0.82.ebuild | 19 +++++++++++++++++++ .../enemy-territory-omnibot-0.83.1.ebuild | 22 ++++++++++++++++++++++ games-fps/enemy-territory-omnibot/metadata.xml | 9 +++++++++ 4 files changed, 53 insertions(+) create mode 100644 games-fps/enemy-territory-omnibot/Manifest create mode 100644 games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild create mode 100644 games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild create mode 100644 games-fps/enemy-territory-omnibot/metadata.xml (limited to 'games-fps/enemy-territory-omnibot') diff --git a/games-fps/enemy-territory-omnibot/Manifest b/games-fps/enemy-territory-omnibot/Manifest new file mode 100644 index 000000000000..b180b35fbb6b --- /dev/null +++ b/games-fps/enemy-territory-omnibot/Manifest @@ -0,0 +1,3 @@ +DIST Omni-bot_0.82_ET_Linux.zip 22176480 SHA256 4ebeeb3806dcf95a9c24f5a1be7eae39ac04e2a4b6e0ebc3793d651b541657cd SHA512 ac1b55f9c5f660204611c63a78281561f6c73d68b33221bde7ef0bfc8bf5c372173112f89f5dce951922552c058a206cda2eeb075d00cc5a69b4746a311b7e15 WHIRLPOOL d59bc9983a1e9918a624a40ec5cff27a925b29b29a89d9664ac8643b2de25e049ab38aeaaeb375d7f84ff11f3d22911a6271606598e067e7ff829835da929391 +DIST omni-bot_0_831_ET_linux.zip 18392544 SHA256 4d1e631a67b690aed9a5f8b7388ae4032736984cef534a9688f533886fae9650 SHA512 642f27ae991b474e06a0768372c0d0f999bca6a6e59ba9c8e90b8be61bfe3a12bb7af2905b4d69f1149994378c6f15a4db88d06201588e998e94495b4ceedf40 WHIRLPOOL a14764872d3f1073e5211f2c520fe3a19b188d5b27c9af384987c40b6b9549f61b42809ca3b3ea54cd8dd481016a947b725da821942240fa462e9dde3f856c84 +DIST omni-bot_0_83_ET_waypoint_mod.zip 3247967 SHA256 225217bd6c06e0efa236de22a8ba47624d1c4ffcdecf73551854a69c03962618 SHA512 2747474e4d97315c61449c51ce5d6d87c26169de06fd4c0767cb558de38569a40cd095732be37cf5245d954eb1f4cecc5aa044ce9bb84cdb44a3502185efc969 WHIRLPOOL 42dc03315f6553cd54eb39453d041fe5e97a4789df58f3944983ed1f908334c24889c3a1279d6a6fe02f78d042bf6f90a371cb91ab55bffa1e7fd5a677e9d172 diff --git a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild new file mode 100644 index 000000000000..ad28ab618778 --- /dev/null +++ b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +GAME="enemy-territory" +MOD_DESC="Bots for Ennemy Territory" +MOD_NAME="Omnibot" +MOD_DIR="omnibot" + +inherit games games-mods + +HOMEPAGE="http://www.omni-bot.com/" +SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/151-omni-bot-enemy-territory/ -> Omni-bot_${PV}_ET_Linux.zip" + +LICENSE="all-rights-reserved" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror strip" diff --git a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild new file mode 100644 index 000000000000..c278e03ff6d5 --- /dev/null +++ b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +GAME="enemy-territory" +MOD_DESC="Bots for Ennemy Territory" +MOD_NAME="Omnibot" +MOD_DIR="omnibot" + +inherit games games-mods + +HOMEPAGE="http://www.omni-bot.com/" +MY_PV="${PV//./_}" +MY_PV="${MY_PV%_*}${MY_PV##*_}" +SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/158-omni-bot-enemy-territory -> omni-bot_${MY_PV}_ET_linux.zip + http://omni-bot.invisionzone.com/index.php?/files/getdownload/157-omni-bot-enemy-territory -> omni-bot_${MY_PV%?}_ET_waypoint_mod.zip" + +LICENSE="all-rights-reserved" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror strip" diff --git a/games-fps/enemy-territory-omnibot/metadata.xml b/games-fps/enemy-territory-omnibot/metadata.xml new file mode 100644 index 000000000000..026dfe459d51 --- /dev/null +++ b/games-fps/enemy-territory-omnibot/metadata.xml @@ -0,0 +1,9 @@ + + + + + ottxor@gentoo.org + Christoph Junghans + + games + -- cgit v1.2.3-65-gdbad