public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/esp-idf-size/
Date: Mon, 31 Mar 2025 10:50:25 +0000 (UTC)	[thread overview]
Message-ID: <1743417010.8ef29a59edf3bfef323c6db6215e9a72b39aa21a.davidroman@gentoo> (raw)

commit:     8ef29a59edf3bfef323c6db6215e9a72b39aa21a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 31 10:30:10 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 31 10:30:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ef29a59

dev-embedded/esp-idf-size: drop 1.5.0, 1.6.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-embedded/esp-idf-size/Manifest                 |  2 --
 .../esp-idf-size/esp-idf-size-1.5.0.ebuild         | 27 ----------------------
 .../esp-idf-size/esp-idf-size-1.6.0.ebuild         | 27 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-embedded/esp-idf-size/Manifest b/dev-embedded/esp-idf-size/Manifest
index 2405a1238..87597c69f 100644
--- a/dev-embedded/esp-idf-size/Manifest
+++ b/dev-embedded/esp-idf-size/Manifest
@@ -1,3 +1 @@
-DIST esp-idf-size-1.5.0.tar.gz 68501 BLAKE2B 2d98b843de13a8ce969ba97a4eea94a63e8ec6f8b0b930494f15436505643b57d77939c34568fbea73c90b8624e1f2409d3d7843463373115f1c3ea020ed7b5c SHA512 6db3c8a29a5f8de6a622007bc7524fa53056871974bcf294fe18f373d14eb49cf8741c483d7ba348ffff1b9827c0703a5679e5727cf8aea9a4473af4a9894e69
-DIST esp-idf-size-1.6.0.tar.gz 71862 BLAKE2B 3ec20b665eb2c8194290eaf1491ccfac27a35ee1512b3234c1db7cab17563aeca81162ee389d999aa52e210912d7cee400dabc12211d3a0ed1df19282d32a622 SHA512 0df27371e2932f9314e4a8619968d4f7774a268afea19d76852d7ef447b7f095a7472d649d7181b709685a54b7326cb66e59e5f5f3b088ae07f477f434819572
 DIST esp-idf-size-1.6.1.tar.gz 71571 BLAKE2B 09b0ac1ee80503393dce1424581858dc5db12f65d68b92ce6f5cdab7583ea35c03a84a9f7066638b0a19287489e59d6150187614b4eb536b2983acb85c1a067e SHA512 ab3ed6eaca31543e1839dd33c7fbd9f1c9859be66b1c6dd66e8fc0b5b3410ce47ae151d149f0f916744a07e63441c55050ffd9a0f4dcee9004c83e835d885f9a

diff --git a/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild b/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
deleted file mode 100644
index 34e826336..000000000
--- a/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Firmware size analysis for ESP-IDF"
-HOMEPAGE="https://github.com/espressif/esp-idf-size"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/pyelftools[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"

diff --git a/dev-embedded/esp-idf-size/esp-idf-size-1.6.0.ebuild b/dev-embedded/esp-idf-size/esp-idf-size-1.6.0.ebuild
deleted file mode 100644
index f81d86988..000000000
--- a/dev-embedded/esp-idf-size/esp-idf-size-1.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Firmware size analysis for ESP-IDF"
-HOMEPAGE="https://github.com/espressif/esp-idf-size"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/pyelftools[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"


             reply	other threads:[~2025-03-31 10:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-31 10:50 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-12  9:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/esp-idf-size/ David Roman
2024-10-16 15:09 David Roman
2024-10-16 15:09 David Roman
2024-10-10 14:06 David Roman
2024-07-25 14:38 David Roman
2024-06-04 14:31 David Roman
2024-06-04 14:31 David Roman
2024-02-19 16:38 David Roman
2024-02-19 16:38 David Roman
2023-11-20 13:50 David Roman
2023-09-04 10:56 David Roman
2023-07-05 10:07 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743417010.8ef29a59edf3bfef323c6db6215e9a72b39aa21a.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox