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.
This commit is contained in:
Mike Frysinger
2015-11-10 20:26:49 -05:00
parent 8b26c09d67
commit 2347c6fe88
29 changed files with 119 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,9 @@ DESCRIPTION="A simple Python object interface to a MySQL database schema"
HOMEPAGE="http://matuson.com/code/schemaobject/"
SRC_URI="http://www.matuson.com/code/schemaobject/downloads/${P}.tar.gz"
pn="${PN,,}"
# Switch to ,, when we switch to EAPI=6.
#pn="${PN,,}"
pn="schemaobject"
S="${WORKDIR}/${pn}"
LICENSE="Apache-2.0"