summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-embedded/esptool: add revbump for single implSam James2024-07-031-0/+0
| | | | | | | | Sorry, I lost this somehow. Closes: https://bugs.gentoo.org/933646 Fixes: b3386e04d713abff3bfe4071b22a67ad0b9077ae Signed-off-by: Sam James <sam@gentoo.org>
* Revert "dev-embedded/esptool: make python multi-impl"Sam James2024-07-031-0/+1
| | | | | | | This reverts commit f1fac2d9fe291f036e60efab036f5c02b1791c25. Bug: https://bugs.gentoo.org/933646 Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: Stabilize 1.5-r7 arm, #932944Sam James2024-07-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: Stabilize 0.20-r3 arm, #932943Sam James2024-07-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/arduino: inherit xdg-utils -> xdgViorel Munteanu2024-06-291-2/+2
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/arduino: build without rewrite-xml, drop java-ant-2Volkmar W. Pogatzki2024-06-291-0/+121
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37336 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/arduino: update HOMEPAGEVolkmar W. Pogatzki2024-06-291-3/+3
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sunxi-tools: stabilize 1.4.2 for amd64Florian Schmaus2024-06-211-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-embedded/libftdi: fix live keywordsSam James2024-06-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: fix PATCHESSam James2024-06-192-11/+3
| | | | | Closes: https://bugs.gentoo.org/934531 Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/arduino-ctags: Fix modern C build failureMartin Mokry2024-06-141-0/+11
| | | | | | | | Closes: https://bugs.gentoo.org/883239 Closes: https://bugs.gentoo.org/874969 Signed-off-by: Martin Mokry <martin-kokos@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37006 Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: patch out distutils useSam James2024-06-142-0/+29
| | | | | | Closes: https://bugs.gentoo.org/934224 Bug: https://bugs.gentoo.org/929394 Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: Stabilize 1.5-r6 arm64, #932944Sam James2024-06-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: Stabilize 0.20-r3 arm64, #932943Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-embedded/libftdi: Stabilize 0.20-r3 ppc64, #932943Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-embedded/libftdi: Stabilize 1.5-r6 ppc64, #932944Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-embedded/libftdi: Stabilize 1.5-r6 amd64, #932944Jakov Smolić2024-05-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-embedded/libftdi: Stabilize 0.20-r3 amd64, #932943Jakov Smolić2024-05-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-embedded/libftdi: Stabilize 1.5-r6 x86, #932944Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: Stabilize 0.20-r3 x86, #932943Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/esptool: Stabilize 4.7.0-r2 x86, #932593Joonas Niilola2024-05-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/esptool: Stabilize 4.7.0-r2 amd64, #932593Joonas Niilola2024-05-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/nodemcu-uploader: Enable py3.12Michał Górny2024-05-281-2/+2
| | | | | Closes: https://bugs.gentoo.org/929395 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-3026-51/+51
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-embedded/libftdi: enable py3.12Viorel Munteanu2024-04-203-2/+182
| | | | | | | | | | Require >=dev-lang/swig-4.2.0 because that's where they added support for Python 3.12 in swig. In this case this is not strictly required, because swig-4.1.1 generates the same files, so the requirement can be relaxed if needed. Closes: https://bugs.gentoo.org/929394 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/esptool: make python multi-implFlorian Schmaus2024-04-151-1/+0
| | | | | | | | | | | | There seems to be no reason why esptool is python single-impl. Being python single-impl causes issues for consumer of the dev-embedded/esptool dependency. For example, dev-embedded/esp-idf (from ::guru), currently declares the dev-embedded/esptool dependency without [${PYTHON_USEDEP}] as consequence of this. Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36264
* dev-embedded/esptool: drop 4.7.0David Roman2024-04-151-66/+0
| | | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35626 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/esptool: fix missing RDEPENDDavid Roman2024-04-151-0/+66
| | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/sdcc: mark as LTO-unsafeEli Schwartz2024-04-052-4/+14
| | | | | | Closes: https://bugs.gentoo.org/924691 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/picotool: drop 1.1.0Matthew Smith2024-03-242-36/+0
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* dev-embedded/ponyprog: mark as LTO-unsafeEli Schwartz2024-03-131-2/+11
| | | | | | Closes: https://bugs.gentoo.org/855272 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/picotool: fix musl buildMatthew Smith2024-03-072-2/+26
| | | | | Closes: https://bugs.gentoo.org/867283 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* dev-embedded/rpi-eeprom: Stabilize 21.0_p1 arm, #924423Matoro Mahri2024-03-011-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/raspberrypi-utils: Stabilize 0_p20240203 arm, #924423Matoro Mahri2024-03-011-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/rpi-eeprom: Stabilize 21.0_p1 arm64, #924423Matoro Mahri2024-03-011-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/raspberrypi-utils: Stabilize 0_p20240203 arm64, #924423Matoro Mahri2024-03-011-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/esptool: add 4.7.0Martin Dummer2024-02-282-0/+67
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/35059 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/esptool: drop 3.3.3, 4.5.1, 4.6.1Martin Dummer2024-02-284-179/+0
| | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/u-boot-tools: Fix missing BDEPENDsRaul E Rangel2024-02-193-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | This package currently shows the following errors: ``` Traceback (most recent call last): File "scripts/dtc/pylibfdt/setup.py", line 23, in <module> from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' ``` ``` tools/mkeficapsule.c:21:10: fatal error: 'gnutls/gnutls.h' file not found ``` ``` ./scripts/dtc-version.sh: line 18: which: command not found ``` This change fixes the errors by not compiling pylibfdt and mkeficapsule. It also adds the missing `which` dependency. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32268 Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/openocd: make libgpiod optionalYixun Lan2024-02-173-3/+116
| | | | | Closes: https://bugs.gentoo.org/917547 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-embedded/u-boot-tools: add 2024.01Florian Schmaus2024-02-152-0/+92
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-embedded/raspberrypi-utils: Patch to drop -Werror flagJames Le Cuirot2024-02-092-0/+81
| | | | | Closes: https://bugs.gentoo.org/923594 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-embedded/raspberrypi-utils: Bump to 20240203, drop old 20240115James Le Cuirot2024-02-062-2/+2
| | | | | | | This fixes a current -Werror failure. I have also submitted a patch upstream to drop -Werror. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-embedded/u-boot-tools: drop myself as a maintainerJakov Smolić2024-02-041-4/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-embedded/esptool: Stabilize 4.6.2 ALLARCHES, #923171Sam James2024-01-281-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/raspberrypi-utils: Bump, add sys-apps/dtc dependencyJames Le Cuirot2024-01-162-2/+7
| | | | | Closes: https://bugs.gentoo.org/922172 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-embedded/rpi-eeprom: Bump to 21.0_p1 with Pi 5 supportJames Le Cuirot2024-01-143-6/+21
| | | | | | | Thanks to Herbert Wantesh for the modifications. Closes: https://bugs.gentoo.org/916953 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-embedded/rpi-eeprom: Switch from raspberrypi-userland to raspberrypi-utilsJames Le Cuirot2024-01-141-0/+91
| | | | | | The latter is being last-rited. This only needs the vcgencmd utility. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-embedded/raspberrypi-utils: New packageJames Le Cuirot2024-01-143-0/+51
| | | | | | | | This replaces media-libs/raspberrypi-userland(-bin), which is being last-rited. The libraries are no longer maintained, but the utilities live on here. Bug: https://bugs.gentoo.org/916953 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-124-8/+8
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>