mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
xemacs-packages.eclass: Quote argument of ":" command
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
parent
704a44803b
commit
57a0887ab4
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: xemacs-packages.eclass
|
||||
@ -35,13 +35,13 @@ _XEMACS_PACKAGES_ECLASS=1
|
||||
RDEPEND="app-editors/xemacs"
|
||||
S="${WORKDIR}"
|
||||
|
||||
: ${HOMEPAGE:="http://xemacs.org/"}
|
||||
: ${LICENSE:="GPL-2+"}
|
||||
: "${HOMEPAGE:="http://xemacs.org/"}"
|
||||
: "${LICENSE:="GPL-2+"}"
|
||||
|
||||
if [[ -n ${XEMACS_EXPERIMENTAL} ]]; then
|
||||
: ${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"}
|
||||
: "${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"}"
|
||||
else
|
||||
: ${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/packages/${P}-pkg.tar.gz"}
|
||||
: "${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/packages/${P}-pkg.tar.gz"}"
|
||||
fi
|
||||
|
||||
xemacs-packages_src_unpack() { :; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user