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 1FA44158094 for ; Thu, 8 Sep 2022 10:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E69E099B; Thu, 8 Sep 2022 10:24:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B80AE099B for ; Thu, 8 Sep 2022 10:24:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4148434106C for ; Thu, 8 Sep 2022 10:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F191E for ; Thu, 8 Sep 2022 10:24:40 +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: <1662631640.2b75240239cc2c8485231c5044cd3f7d7364d19e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/sirit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/sirit/sirit-0_p20220725.ebuild X-VCS-Directories: dev-libs/sirit/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2b75240239cc2c8485231c5044cd3f7d7364d19e X-VCS-Branch: dev Date: Thu, 8 Sep 2022 10:24:40 +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: 00f3ea08-7012-47e7-abd4-fa99c9f6c21f X-Archives-Hash: 925410392d7fce39b5a006ca1a107d03 commit: 2b75240239cc2c8485231c5044cd3f7d7364d19e Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:07:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 10:07:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b752402 dev-libs/sirit: quote BUILD_DIR variable Signed-off-by: Andrew Ammerlaan gentoo.org> dev-libs/sirit/sirit-0_p20220725.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/sirit/sirit-0_p20220725.ebuild b/dev-libs/sirit/sirit-0_p20220725.ebuild index 15c21d515..5dbec91ce 100644 --- a/dev-libs/sirit/sirit-0_p20220725.ebuild +++ b/dev-libs/sirit/sirit-0_p20220725.ebuild @@ -26,6 +26,6 @@ src_configure() { src_install() { dodoc LICENSE.txt README.md - dolib.so ${BUILD_DIR}/src/libsirit.so + dolib.so "${BUILD_DIR}/src/libsirit.so" doheader -r include/sirit } 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 135E2158094 for ; Thu, 8 Sep 2022 10:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCB4E09C8; Thu, 8 Sep 2022 10:24:48 +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 4C8D4E09C8 for ; Thu, 8 Sep 2022 10:24:48 +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 8E86E341070 for ; Thu, 8 Sep 2022 10:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A6D1E 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: <1662631640.2b75240239cc2c8485231c5044cd3f7d7364d19e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sirit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/sirit/sirit-0_p20220725.ebuild X-VCS-Directories: dev-libs/sirit/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2b75240239cc2c8485231c5044cd3f7d7364d19e 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: df948a97-1c12-4fbb-8719-a287019bc283 X-Archives-Hash: e3a86274feb0f5786df946de255659e1 Message-ID: <20220908102446.Y4Ul_XaT36T2vx7Jx-ilk1gjFVTSfp5tl2tU0zfFrzg@z> commit: 2b75240239cc2c8485231c5044cd3f7d7364d19e Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 10:07:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 10:07:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b752402 dev-libs/sirit: quote BUILD_DIR variable Signed-off-by: Andrew Ammerlaan gentoo.org> dev-libs/sirit/sirit-0_p20220725.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/sirit/sirit-0_p20220725.ebuild b/dev-libs/sirit/sirit-0_p20220725.ebuild index 15c21d515..5dbec91ce 100644 --- a/dev-libs/sirit/sirit-0_p20220725.ebuild +++ b/dev-libs/sirit/sirit-0_p20220725.ebuild @@ -26,6 +26,6 @@ src_configure() { src_install() { dodoc LICENSE.txt README.md - dolib.so ${BUILD_DIR}/src/libsirit.so + dolib.so "${BUILD_DIR}/src/libsirit.so" doheader -r include/sirit }