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 192AE158094 for ; Thu, 8 Sep 2022 10:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B950E09BE; Thu, 8 Sep 2022 10:24:45 +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 6315CE09BE for ; Thu, 8 Sep 2022 10:24:45 +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 33B00341081 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 80C925D9 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: <1662632601.c205c46011114e1b40836de233fa6108e546c5eb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/dart/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/dart/dart-6.12.1-r2.ebuild X-VCS-Directories: sci-libs/dart/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c205c46011114e1b40836de233fa6108e546c5eb 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: d9fd75a0-0ba7-4e9a-8160-4359c90fbdbc X-Archives-Hash: 3ca4a8bde4d4b40e95b16d95ccc94417 commit: c205c46011114e1b40836de233fa6108e546c5eb Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:23:21 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 10:23:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c205c460 sci-libs/dart: quote ED variables Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/dart/dart-6.12.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dart/dart-6.12.1-r2.ebuild b/sci-libs/dart/dart-6.12.1-r2.ebuild index 29966aa83..1bb3e986c 100644 --- a/sci-libs/dart/dart-6.12.1-r2.ebuild +++ b/sci-libs/dart/dart-6.12.1-r2.ebuild @@ -160,7 +160,7 @@ src_install() { # use python && cmake_build install-dartpy mv "${ED}/usr/share/doc/dart/data" "${ED}/usr/share/${PN}" || die if [[ -d "${ED}/usr/share/doc/dart" ]] ; then - if [[ "$(ls -A ${ED}/usr/share/doc/dart)" ]] ; then + if [[ "$(ls -A "${ED}"/usr/share/doc/dart)" ]] ; then mv "${ED}"/usr/share/doc/dart/* "${ED}/usr/share/doc/${PF}" || die fi fi 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 5F256158094 for ; Thu, 8 Sep 2022 10:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B42E09DB; Thu, 8 Sep 2022 10:24:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A2388E09DB 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 6033034108A 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 206D45D9 for ; Thu, 8 Sep 2022 10:24:47 +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: <1662632601.c205c46011114e1b40836de233fa6108e546c5eb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-libs/dart/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/dart/dart-6.12.1-r2.ebuild X-VCS-Directories: sci-libs/dart/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c205c46011114e1b40836de233fa6108e546c5eb X-VCS-Branch: master Date: Thu, 8 Sep 2022 10:24:47 +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: 8cd386c0-b69f-40ab-89ef-4b83ea6e90a8 X-Archives-Hash: ecf956f4d4d637bc83d51ef879afc997 Message-ID: <20220908102447.hruTtEQCMDVbUMf9LgwbGEuZvmNub9pvosYW-QONswU@z> commit: c205c46011114e1b40836de233fa6108e546c5eb Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:23:21 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 10:23:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c205c460 sci-libs/dart: quote ED variables Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/dart/dart-6.12.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dart/dart-6.12.1-r2.ebuild b/sci-libs/dart/dart-6.12.1-r2.ebuild index 29966aa83..1bb3e986c 100644 --- a/sci-libs/dart/dart-6.12.1-r2.ebuild +++ b/sci-libs/dart/dart-6.12.1-r2.ebuild @@ -160,7 +160,7 @@ src_install() { # use python && cmake_build install-dartpy mv "${ED}/usr/share/doc/dart/data" "${ED}/usr/share/${PN}" || die if [[ -d "${ED}/usr/share/doc/dart" ]] ; then - if [[ "$(ls -A ${ED}/usr/share/doc/dart)" ]] ; then + if [[ "$(ls -A "${ED}"/usr/share/doc/dart)" ]] ; then mv "${ED}"/usr/share/doc/dart/* "${ED}/usr/share/doc/${PF}" || die fi fi