public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yacy/
Date: Thu,  8 Sep 2022 10:24:41 +0000 (UTC)	[thread overview]
Message-ID: <1662632420.c89916f6c4f7319aefd8d717c53fbb3c9d8c7826.andrewammerlaan@gentoo> (raw)
Message-ID: <20220908102441.FixO74DPZBVardIdxgEJd1hHoHeFy9jC84Gj61l0cTM@z> (raw)

commit:     c89916f6c4f7319aefd8d717c53fbb3c9d8c7826
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:20:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:20:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c89916f6

net-misc/yacy: quote S variables

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-misc/yacy/yacy-1.924.20210209.10069.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild
index 14fbd68dd..12214f85c 100644
--- a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild
+++ b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild
@@ -34,24 +34,24 @@ src_install() {
 	# remove win-only stuff
 	find "${S}" -name "*.bat" -exec rm '{}' \; || die
 	# remove init-scripts
-	rm ${S}/*.sh || die
+	rm "${S}"/*.sh || die
 	# remove sources
 	rm -r "${S}/source" || die
-	rm ${S}/build.properties ${S}/build.xml || die
+	rm "${S}/build.properties" "${S}/build.xml" || die
 
 	dodoc AUTHORS NOTICE && rm AUTHORS NOTICE COPYRIGHT gpl.txt
 
 	yacy_home="${EROOT}/usr/share/${PN}"
 	dodir ${yacy_home}
-	cp -r ${S}/* ${D}${yacy_home} || die
+	cp -r "${S}"/* "${D}${yacy_home}" || die
 
-	rm -r ${D}${yacy_home}/lib/*License
+	rm -r "${D}${yacy_home}"/lib/*License
 
 	dodir /var/log/yacy || die
 	chown yacy:yacy "${D}/var/log/yacy" || die
 	keepdir /var/log/yacy
 
-	rmdir "$D/$yacy_home/DATA" || die
+	rmdir "${D}/${yacy_home}/DATA" || die
 	dosym /var/lib/yacy /${yacy_home}/DATA
 
 	use openrc && {


             reply	other threads:[~2022-09-08 10:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 10:24 Andrew Ammerlaan [this message]
2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yacy/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 12:36 David Roman
2025-01-07 12:53 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-01-07 12:36 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-07 12:53 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-11-04 10:51 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-11-04 18:27 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-11-04 10:41 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-11-04 18:27 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-11-04 10:41 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-11-04 18:27 ` [gentoo-commits] repo/proj/guru:master " David Roman
2022-05-24 19:06 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662632420.c89916f6c4f7319aefd8d717c53fbb3c9d8c7826.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox