commit:     a976a11bf416436108dadba6b3ab7f50c069beeb
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 07:50:55 2023 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 07:50:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a976a11b

sci-chemistry/gromacs: add quotes for ${HOME}

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-2021.6.ebuild    | 4 ++--
 sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-2022.6.ebuild    | 4 ++--
 sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-2023.2.ebuild    | 4 ++--
 sci-chemistry/gromacs/gromacs-2023.9999.ebuild | 4 ++--
 sci-chemistry/gromacs/gromacs-9999.ebuild      | 4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild 
b/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild
index deddfa2607d8..6d32f835a853 100644
--- a/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild
@@ -138,8 +138,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2021.6.ebuild 
b/sci-chemistry/gromacs/gromacs-2021.6.ebuild
index f22757c7a054..d2f4420183d2 100644
--- a/sci-chemistry/gromacs/gromacs-2021.6.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.6.ebuild
@@ -138,8 +138,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild 
b/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild
index 63f1ff82b83b..8d0e281a03be 100644
--- a/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild
@@ -142,8 +142,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild 
b/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild
index 45b0137cb890..ca6fbd98c22b 100644
--- a/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild
@@ -149,8 +149,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2022.6.ebuild 
b/sci-chemistry/gromacs/gromacs-2022.6.ebuild
index 45b0137cb890..ca6fbd98c22b 100644
--- a/sci-chemistry/gromacs/gromacs-2022.6.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2022.6.ebuild
@@ -149,8 +149,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild 
b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
index 45b0137cb890..ca6fbd98c22b 100644
--- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
@@ -149,8 +149,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild 
b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
index 6df45cd2e2cb..e052510b629f 100644
--- a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
@@ -152,8 +152,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2023.2.ebuild 
b/sci-chemistry/gromacs/gromacs-2023.2.ebuild
index 6df45cd2e2cb..e052510b629f 100644
--- a/sci-chemistry/gromacs/gromacs-2023.2.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023.2.ebuild
@@ -152,8 +152,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild 
b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
index 6df45cd2e2cb..e052510b629f 100644
--- a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild
@@ -152,8 +152,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild 
b/sci-chemistry/gromacs/gromacs-9999.ebuild
index 6df45cd2e2cb..e052510b629f 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -152,8 +152,8 @@ src_prepare() {
        DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file 
formats"
        if use build-manual; then
                # try to create policy for imagemagik
-               mkdir -p ${HOME}/.config/ImageMagick
-               cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+               mkdir -p "${HOME}"/.config/ImageMagick
+               cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE policymap [
                <!ELEMENT policymap (policy)+>

Reply via email to