diff options
Diffstat (limited to 'games-fps/enemy-territory-omnibot')
4 files changed, 53 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> + <herd>games</herd> +</pkgmetadata> |