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 0E4FF158064 for ; Fri, 10 May 2024 05:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC1B3E29EA; Fri, 10 May 2024 05:43:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE318E29EA for ; Fri, 10 May 2024 05:43:26 +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 E0BDF343095 for ; Fri, 10 May 2024 05:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 263311A84 for ; Fri, 10 May 2024 05:43:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715319778.082de810f708cef52283a50d11bc0e9e6442fa1e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cantera-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cantera-docs/cantera-docs-3.0.0.ebuild X-VCS-Directories: app-doc/cantera-docs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 082de810f708cef52283a50d11bc0e9e6442fa1e X-VCS-Branch: master Date: Fri, 10 May 2024 05:43:24 +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: 5d6e18bd-2178-41bf-acb2-40244a48290a X-Archives-Hash: 893883640dde869020b29c0a1131a51e commit: 082de810f708cef52283a50d11bc0e9e6442fa1e Author: Sergey Torokhov yandex ru> AuthorDate: Wed Apr 24 18:57:55 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 10 05:42:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082de810 app-doc/cantera-docs: 3.0.0, fix ebuild Variables order Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/36406 Signed-off-by: Arthur Zamarin gentoo.org> app-doc/cantera-docs/cantera-docs-3.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-doc/cantera-docs/cantera-docs-3.0.0.ebuild b/app-doc/cantera-docs/cantera-docs-3.0.0.ebuild index 60d16f9141e4..8047e7f1f9cf 100644 --- a/app-doc/cantera-docs/cantera-docs-3.0.0.ebuild +++ b/app-doc/cantera-docs/cantera-docs-3.0.0.ebuild @@ -8,13 +8,12 @@ inherit desktop xdg DESCRIPTION="Documentation API reference for Cantera package libraries" HOMEPAGE="https://cantera.org" SRC_URI="https://github.com/band-a-prend/gentoo-overlay/releases/download/ct-docs-${PV}/${P}_modified_menu.tar.xz -> ${P}.tar.xz" +S="${WORKDIR}/" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~riscv ~x86" -S="${WORKDIR}/" - src_install() { insinto /usr/share/cantera/doc/ doins -r "${S}/."