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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A379115813A for ; Thu, 09 Jan 2025 10:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4E8E041F; Thu, 09 Jan 2025 10:18:40 +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 D45D7E041F for ; Thu, 09 Jan 2025 10:18:40 +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 CCD48335D6A for ; Thu, 09 Jan 2025 10:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0538211B5 for ; Thu, 09 Jan 2025 10:18:38 +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: <1736417936.a5a527cbed929665e5d73db479669bc709e3a947.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/esp-idf-kconfig/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild X-VCS-Directories: dev-embedded/esp-idf-kconfig/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a5a527cbed929665e5d73db479669bc709e3a947 X-VCS-Branch: dev Date: Thu, 09 Jan 2025 10:18:38 +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: 30249d97-44fc-459d-8392-9d0d0ec76fd7 X-Archives-Hash: cc2d42d83c90d560e5d9a2d130577c47 commit: a5a527cbed929665e5d73db479669bc709e3a947 Author: David Roman gmail com> AuthorDate: Thu Jan 9 10:18:13 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Jan 9 10:18:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5a527cb dev-embedded/esp-idf-kconfig: ignore docs installation Closes: https://bugs.gentoo.org/947757 Signed-off-by: David Roman gmail.com> dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild index 0c0e1adc9..668d3bda7 100644 --- a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild +++ b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild @@ -23,3 +23,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" + +src_prepare() { + default + rm -r docs || die +} 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5470C15813A for ; Thu, 09 Jan 2025 10:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0060E0769; Thu, 09 Jan 2025 10:40:00 +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 2F1ECE0636 for ; Thu, 09 Jan 2025 10:40:00 +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 7E5D0342FDA for ; Thu, 09 Jan 2025 10:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08AE01DEA for ; Thu, 09 Jan 2025 10:39:57 +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: <1736417936.a5a527cbed929665e5d73db479669bc709e3a947.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/esp-idf-kconfig/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild X-VCS-Directories: dev-embedded/esp-idf-kconfig/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a5a527cbed929665e5d73db479669bc709e3a947 X-VCS-Branch: master Date: Thu, 09 Jan 2025 10:39:57 +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: 4aa593c4-04a6-45d4-814f-2aa113c8c76e X-Archives-Hash: 0e8ae4e365da9c3998f329968ebffaa1 Message-ID: <20250109103957.DsENNOFWGh5KnJaeu6IUn_D53_s3paWnlgKKY4LLuQU@z> commit: a5a527cbed929665e5d73db479669bc709e3a947 Author: David Roman gmail com> AuthorDate: Thu Jan 9 10:18:13 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Jan 9 10:18:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5a527cb dev-embedded/esp-idf-kconfig: ignore docs installation Closes: https://bugs.gentoo.org/947757 Signed-off-by: David Roman gmail.com> dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild index 0c0e1adc9..668d3bda7 100644 --- a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild +++ b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.4.1.ebuild @@ -23,3 +23,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" + +src_prepare() { + default + rm -r docs || die +}