From 2347c6fe886c6b89d93ffac0faf375a613c372b1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Nov 2015 20:26:49 -0500 Subject: avoid using ${var^} and ${var,} as they do not work in bash-3.2 Once these upgrade to EAPI=6, they can use these case modification features, so leave a reminder note in there. --- games-fps/xonotic/xonotic-0.8.0.ebuild | 3 ++- games-fps/xonotic/xonotic-0.8.1.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'games-fps') diff --git a/games-fps/xonotic/xonotic-0.8.0.ebuild b/games-fps/xonotic/xonotic-0.8.0.ebuild index a725428083a0..4fa4fedf5e36 100644 --- a/games-fps/xonotic/xonotic-0.8.0.ebuild +++ b/games-fps/xonotic/xonotic-0.8.0.ebuild @@ -5,7 +5,8 @@ EAPI=5 inherit eutils check-reqs games -MY_PN="${PN^}" +# Switch to ^ when we switch to EAPI=6. +MY_PN="X${PN:1}" DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" HOMEPAGE="http://www.xonotic.org/" SRC_URI="http://dl.xonotic.org/${P}.zip" diff --git a/games-fps/xonotic/xonotic-0.8.1.ebuild b/games-fps/xonotic/xonotic-0.8.1.ebuild index cea73568b1de..1cf837c624b0 100644 --- a/games-fps/xonotic/xonotic-0.8.1.ebuild +++ b/games-fps/xonotic/xonotic-0.8.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils check-reqs toolchain-funcs games -MY_PN="${PN^}" +# Switch to ^ when we switch to EAPI=6. +MY_PN="X${PN:1}" DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" HOMEPAGE="http://www.xonotic.org/" SRC_URI="http://dl.xonotic.org/${P}.zip" -- cgit v1.2.3-65-gdbad