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 EFA12158044 for ; Tue, 16 Apr 2024 07:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29057E2A08; Tue, 16 Apr 2024 07:05:43 +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 0BD96E29F3 for ; Tue, 16 Apr 2024 07:05: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24982343426 for ; Tue, 16 Apr 2024 07:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBAB516F8 for ; Tue, 16 Apr 2024 07:05:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1713251063.0274405eaaaca041cb05a80f0736190b5ef13d91.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/esp-idf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf/esp-idf-5.2.1.ebuild X-VCS-Directories: dev-embedded/esp-idf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0274405eaaaca041cb05a80f0736190b5ef13d91 X-VCS-Branch: dev Date: Tue, 16 Apr 2024 07:05: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: 8edd0b37-b1f4-40ff-a110-1823cbe676e9 X-Archives-Hash: 62b60d6c27af495a0c81e7d8d57c85cf commit: 0274405eaaaca041cb05a80f0736190b5ef13d91 Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 16 06:25:30 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 16 07:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0274405e dev-embedded/esp-idf: correct variable declaration order Signed-off-by: Florian Schmaus gentoo.org> dev-embedded/esp-idf/esp-idf-5.2.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild b/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild index 0edfe91fb1..f6219e94f6 100644 --- a/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild +++ b/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild @@ -23,13 +23,15 @@ SRC_URI+=" riscv32? ( ${CROSSTOOL_URL}/riscv32-esp-elf-${VER}-x86_64-linux-gnu.t #https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-linux-amd64.tar.gz -KEYWORDS="~amd64" +S="${WORKDIR}/${PN}-v${PV}" + LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + IUSE="riscv32" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -SLOT="0" - BDEPEND="app-arch/unzip" RDEPEND=" ${PYTHON_DEPS} @@ -59,8 +61,6 @@ PATCHES=( "${FILESDIR}/allow-system-install-${PN}-5.1.2.patch" ) -S="${WORKDIR}/${PN}-v${PV}" - install_tool() { shopt -s globstar 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 54C70158043 for ; Tue, 16 Apr 2024 07:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9949FE2A0B; Tue, 16 Apr 2024 07:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 80508E2A0B for ; Tue, 16 Apr 2024 07:06:38 +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 CB2E134341A for ; Tue, 16 Apr 2024 07:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B0C16FE for ; Tue, 16 Apr 2024 07:06:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1713251063.0274405eaaaca041cb05a80f0736190b5ef13d91.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/esp-idf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf/esp-idf-5.2.1.ebuild X-VCS-Directories: dev-embedded/esp-idf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0274405eaaaca041cb05a80f0736190b5ef13d91 X-VCS-Branch: master Date: Tue, 16 Apr 2024 07:06:35 +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: 86d86317-1f6e-4a80-9fd7-7a94ff1a24ad X-Archives-Hash: 8bf71f150dcec5dfae3474b6275d63a6 Message-ID: <20240416070635.3mTyCESFyDUdANcft3yRDZaJHWmW6lW5SbMXfGcnY6s@z> commit: 0274405eaaaca041cb05a80f0736190b5ef13d91 Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 16 06:25:30 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 16 07:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0274405e dev-embedded/esp-idf: correct variable declaration order Signed-off-by: Florian Schmaus gentoo.org> dev-embedded/esp-idf/esp-idf-5.2.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild b/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild index 0edfe91fb1..f6219e94f6 100644 --- a/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild +++ b/dev-embedded/esp-idf/esp-idf-5.2.1.ebuild @@ -23,13 +23,15 @@ SRC_URI+=" riscv32? ( ${CROSSTOOL_URL}/riscv32-esp-elf-${VER}-x86_64-linux-gnu.t #https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-linux-amd64.tar.gz -KEYWORDS="~amd64" +S="${WORKDIR}/${PN}-v${PV}" + LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + IUSE="riscv32" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -SLOT="0" - BDEPEND="app-arch/unzip" RDEPEND=" ${PYTHON_DEPS} @@ -59,8 +61,6 @@ PATCHES=( "${FILESDIR}/allow-system-install-${PN}-5.1.2.patch" ) -S="${WORKDIR}/${PN}-v${PV}" - install_tool() { shopt -s globstar