From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5BE3158095 for ; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A9E0E09D6; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D23E09D5 for ; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CB1F341076 for ; Thu, 8 Sep 2022 10:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D99A75D5 for ; Thu, 8 Sep 2022 10:24:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662632420.c89916f6c4f7319aefd8d717c53fbb3c9d8c7826.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/yacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yacy/yacy-1.924.20210209.10069.ebuild X-VCS-Directories: net-misc/yacy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c89916f6c4f7319aefd8d717c53fbb3c9d8c7826 X-VCS-Branch: master Date: Thu, 8 Sep 2022 10:24:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d38d1c44-2c0d-4080-a38f-c1b306781077 X-Archives-Hash: 7c64b1c1913709131d44d1f1b45cbb60 commit: c89916f6c4f7319aefd8d717c53fbb3c9d8c7826 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:20:20 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 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 && { From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 775A0158094 for ; Thu, 8 Sep 2022 10:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A28E09B5; Thu, 8 Sep 2022 10:24:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB29EE09B5 for ; Thu, 8 Sep 2022 10:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15ABB341071 for ; Thu, 8 Sep 2022 10:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A09D5D5 for ; Thu, 8 Sep 2022 10:24:41 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662632420.c89916f6c4f7319aefd8d717c53fbb3c9d8c7826.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yacy/yacy-1.924.20210209.10069.ebuild X-VCS-Directories: net-misc/yacy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c89916f6c4f7319aefd8d717c53fbb3c9d8c7826 X-VCS-Branch: dev Date: Thu, 8 Sep 2022 10:24:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 086eaf7f-bc2d-49a2-be93-c0ae0e2411b6 X-Archives-Hash: 8991700cc23dbdd1c68b519f6fd8330e Message-ID: <20220908102441.FixO74DPZBVardIdxgEJd1hHoHeFy9jC84Gj61l0cTM@z> commit: c89916f6c4f7319aefd8d717c53fbb3c9d8c7826 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:20:20 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 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 && {