diff options
author | Daniel Schmidt <gen2xmach1ne@tutanota.com> | 2019-03-19 21:21:52 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-19 21:01:09 +0000 |
commit | 4c03adb06e2528ee35e0d991efc9c93b414baf1b (patch) | |
tree | e529017bdba03788dcf4ef698cee4a4141deb7dc /games-fps | |
parent | sys-apps/iproute2: Bump to version 5.0.0 (diff) | |
download | gentoo-4c03adb06e2528ee35e0d991efc9c93b414baf1b.tar.gz gentoo-4c03adb06e2528ee35e0d991efc9c93b414baf1b.tar.bz2 gentoo-4c03adb06e2528ee35e0d991efc9c93b414baf1b.zip |
games-fps/enemy-territory-omnibot: fix HOMEPAGE
Closes: https://bugs.gentoo.org/680372
Signed-off-by: Daniel Schmidt <gen2xmach1ne@tutanota.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11416
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild index f2e55798684e..8b8d1f40b82d 100644 --- a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild +++ b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ MOD_DIR="omnibot" inherit games games-mods -HOMEPAGE="http://www.omni-bot.com/" +HOMEPAGE="https://jswigart.github.io/omni-bot/" MY_PV="${PV//./_}" SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/208-omni-bot-enemy-territory -> omni-bot_${MY_PV}_ET_linux.zip http://omni-bot.invisionzone.com/index.php?/files/getdownload/207-omni-bot-enemy-territory -> omni-bot_${MY_PV}_ET_waypoint_mod.zip" |