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 06A10158083 for ; Thu, 19 Sep 2024 13:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D721E29A1; Thu, 19 Sep 2024 13:49:13 +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 E5843E29A1 for ; Thu, 19 Sep 2024 13:49:12 +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 32F6C343215 for ; Thu, 19 Sep 2024 13:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C610327DE for ; Thu, 19 Sep 2024 13:49:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726753641.a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/esp-idf-nvs-partition-gen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf-nvs-partition-gen/Manifest dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild dev-embedded/esp-idf-nvs-partition-gen/metadata.xml X-VCS-Directories: dev-embedded/esp-idf-nvs-partition-gen/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811 X-VCS-Branch: dev Date: Thu, 19 Sep 2024 13:49:10 +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: f1c33d74-d632-4015-95d4-060358acfd84 X-Archives-Hash: e302de14a7e2bacf1911667d78dcea13 commit: a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811 Author: David Roman gmail com> AuthorDate: Thu Sep 19 13:47:21 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 19 13:47:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a84b82a1 dev-embedded/esp-idf-nvs-partition-gen: new package, add 0.1.3 Signed-off-by: David Roman gmail.com> dev-embedded/esp-idf-nvs-partition-gen/Manifest | 1 + .../esp-idf-nvs-partition-gen-0.1.3.ebuild | 16 ++++++++++++++++ dev-embedded/esp-idf-nvs-partition-gen/metadata.xml | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-embedded/esp-idf-nvs-partition-gen/Manifest b/dev-embedded/esp-idf-nvs-partition-gen/Manifest new file mode 100644 index 000000000..83a94e836 --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/Manifest @@ -0,0 +1 @@ +DIST esp_idf_nvs_partition_gen-0.1.3.tar.gz 22635 BLAKE2B bcc7ff764a1870fc27675511d456ab19bd97ce6803128286077b1e6f8e4a7b4dbc6c0c441807ba91fe43c78b2f3e2c4b230b27221982c38a5e23afbca4a3d79e SHA512 2e560eb2e723079e42a0a86e5a65c5ed4e922b5b0f4501cdc450c16c6a5d7f841fe017be9d6e64f1c79eb78352e000f59e8500d933d5afb0119ae10068bb8ecf diff --git a/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild b/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild new file mode 100644 index 000000000..e3a3591ea --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout" +HOMEPAGE="https://github.com/espressif/esp-idf-nvs-partition-gen" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml b/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml new file mode 100644 index 000000000..bbb3c509e --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml @@ -0,0 +1,12 @@ + + + + + davidroman96@gmail.com + David Roman + + + espressif/esp-idf-nvs-partition-gen + esp-idf-nvs-partition-gen + + 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 7ABC1158083 for ; Thu, 19 Sep 2024 13:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499A9E29A3; Thu, 19 Sep 2024 13:52:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 283EDE29A1 for ; Thu, 19 Sep 2024 13:52:14 +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 2C6F034321E for ; Thu, 19 Sep 2024 13:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D77E27E6 for ; Thu, 19 Sep 2024 13:52:11 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726753641.a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/esp-idf-nvs-partition-gen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf-nvs-partition-gen/Manifest dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild dev-embedded/esp-idf-nvs-partition-gen/metadata.xml X-VCS-Directories: dev-embedded/esp-idf-nvs-partition-gen/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811 X-VCS-Branch: master Date: Thu, 19 Sep 2024 13:52:11 +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: 13a2f0c4-8952-4266-a6a6-01114850f7d7 X-Archives-Hash: 74f90d0423867d02146b7af94d6640e3 Message-ID: <20240919135211.49_w5k_YYcEAywM9lzhMIKSCAu3O1rqgrmvUgaihEyE@z> commit: a84b82a1ffdadf4a64b6f55fe6355b3a8cdea811 Author: David Roman gmail com> AuthorDate: Thu Sep 19 13:47:21 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 19 13:47:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a84b82a1 dev-embedded/esp-idf-nvs-partition-gen: new package, add 0.1.3 Signed-off-by: David Roman gmail.com> dev-embedded/esp-idf-nvs-partition-gen/Manifest | 1 + .../esp-idf-nvs-partition-gen-0.1.3.ebuild | 16 ++++++++++++++++ dev-embedded/esp-idf-nvs-partition-gen/metadata.xml | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-embedded/esp-idf-nvs-partition-gen/Manifest b/dev-embedded/esp-idf-nvs-partition-gen/Manifest new file mode 100644 index 000000000..83a94e836 --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/Manifest @@ -0,0 +1 @@ +DIST esp_idf_nvs_partition_gen-0.1.3.tar.gz 22635 BLAKE2B bcc7ff764a1870fc27675511d456ab19bd97ce6803128286077b1e6f8e4a7b4dbc6c0c441807ba91fe43c78b2f3e2c4b230b27221982c38a5e23afbca4a3d79e SHA512 2e560eb2e723079e42a0a86e5a65c5ed4e922b5b0f4501cdc450c16c6a5d7f841fe017be9d6e64f1c79eb78352e000f59e8500d933d5afb0119ae10068bb8ecf diff --git a/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild b/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild new file mode 100644 index 000000000..e3a3591ea --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/esp-idf-nvs-partition-gen-0.1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout" +HOMEPAGE="https://github.com/espressif/esp-idf-nvs-partition-gen" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml b/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml new file mode 100644 index 000000000..bbb3c509e --- /dev/null +++ b/dev-embedded/esp-idf-nvs-partition-gen/metadata.xml @@ -0,0 +1,12 @@ + + + + + davidroman96@gmail.com + David Roman + + + espressif/esp-idf-nvs-partition-gen + esp-idf-nvs-partition-gen + +