mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
2023-05-01 13:50:30 UTC
This commit is contained in:
@@ -3,13 +3,13 @@ DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=python-single-r1
|
||||
IUSE=+esp32 esp32s2 esp32s3 riscv32 python_single_target_python3_9 python_single_target_python3_10
|
||||
IUSE=+esp32 esp32s2 esp32s3 riscv32 +python_single_target_python3_10
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-embedded/esptool[python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] python_single_target_python3_9? ( dev-python/click[python_targets_python3_9(-)] dev-python/bitstring[python_targets_python3_9(-)] dev-python/construct[python_targets_python3_9(-)] dev-python/ecdsa[python_targets_python3_9(-)] dev-python/future[python_targets_python3_9(-)] dev-python/kconfiglib[python_targets_python3_9(-)] dev-python/pyelftools[python_targets_python3_9(-)] dev-python/pyparsing[python_targets_python3_9(-)] dev-python/pyserial[python_targets_python3_9(-)] dev-python/python-socketio[python_targets_python3_9(-)] dev-python/pyyaml[python_targets_python3_9(-)] dev-python/reedsolomon[python_targets_python3_9(-)] dev-embedded/idf-component-manager[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/click[python_targets_python3_10(-)] dev-python/bitstring[python_targets_python3_10(-)] dev-python/construct[python_targets_python3_10(-)] dev-python/ecdsa[python_targets_python3_10(-)] dev-python/future[python_targets_python3_10(-)] dev-python/kconfiglib[python_targets_python3_10(-)] dev-python/pyelftools[python_targets_python3_10(-)] dev-python/pyparsing[python_targets_python3_10(-)] dev-python/pyserial[python_targets_python3_10(-)] dev-python/python-socketio[python_targets_python3_10(-)] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/reedsolomon[python_targets_python3_10(-)] dev-embedded/idf-component-manager[python_targets_python3_10(-)] )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_9 python_single_target_python3_10 )
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-embedded/esptool[python_single_target_python3_10(-)?] python_single_target_python3_10? ( dev-python/click[python_targets_python3_10(-)] dev-python/bitstring[python_targets_python3_10(-)] dev-python/construct[python_targets_python3_10(-)] dev-python/ecdsa[python_targets_python3_10(-)] dev-python/future[python_targets_python3_10(-)] dev-python/kconfiglib[python_targets_python3_10(-)] dev-python/pyelftools[python_targets_python3_10(-)] dev-python/pyparsing[python_targets_python3_10(-)] dev-python/pyserial[python_targets_python3_10(-)] dev-python/python-socketio[python_targets_python3_10(-)] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/reedsolomon[python_targets_python3_10(-)] dev-embedded/idf-component-manager[python_targets_python3_10(-)] )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.0/esp-idf-v5.0.zip -> esp-idf-5.0.zip https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-amd64-0.11.0-esp32-20221026.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=c87529e1cfd740147420b8f954f13ff4
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Tool for installing ESP-IDF components
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/idf-component-manager
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/requests-toolbelt[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/schema[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/requests-toolbelt[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/schema[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/espressif/idf-component-manager/archive/refs/tags/v1.1.4.tar.gz -> idf-component-manager-1.1.4.gh.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
|
||||
_md5_=db505c883f98b96d584a75b47188c919
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=dev-util/gdbus-codegen virtual/pkgconfig test? ( dev-libs/opensc net-misc/casync sys-fs/mtd-utils sys-fs/squashfs-tools sys-libs/libfaketime ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ) )
|
||||
BDEPEND=dev-util/gdbus-codegen virtual/pkgconfig test? ( dev-libs/opensc net-misc/casync sys-fs/mtd-utils sys-fs/squashfs-tools sys-libs/libfaketime ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure prepare setup
|
||||
DEPEND=dev-libs/glib:2 dev-libs/openssl:0= json? ( dev-libs/json-glib ) network? ( net-misc/curl ) service? ( sys-apps/dbus )
|
||||
DESCRIPTION=Lightweight update client that runs on your Embedded Linux device
|
||||
@@ -12,5 +12,5 @@ RDEPEND=dev-libs/glib:2 dev-libs/openssl:0= json? ( dev-libs/json-glib ) network
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/rauc/rauc/releases/download/v1.9/rauc-1.9.tar.xz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 libtool 9d3a9a889a6fa62ae794f817c156491b autotools f0d3196128225dee3220e65f3371bc7a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 docs 7b9e167549c44efa7994614f33ba6d7a
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 libtool 9d3a9a889a6fa62ae794f817c156491b autotools f0d3196128225dee3220e65f3371bc7a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 docs 7b9e167549c44efa7994614f33ba6d7a
|
||||
_md5_=88bdcadfb3b2cfe9d6b301cc9a8c5dda
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare setup
|
||||
DEPEND=|| ( >=dev-lang/python-3.9.16-r1:3.9 ) sys-devel/bison sys-devel/flex sys-apps/gawk virtual/pkgconfig sys-libs/readline:= dev-libs/libffi:= dev-vcs/git dev-lang/tcl:=
|
||||
DESCRIPTION=Yosys - Yosys Open SYnthesis Suite
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.clifford.at/icestorm/
|
||||
INHERIT=python-any-r1
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=ISC
|
||||
RDEPEND=sys-libs/readline:= dev-libs/libffi:= dev-vcs/git dev-lang/tcl:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/YosysHQ/yosys/archive/refs/tags/yosys-0.27.tar.gz https://github.com/YosysHQ/abc/archive/2c1c83f75b8078ced51f92c697da3e712feb3ac3.tar.gz -> yosys-abc-2c1c83f75b8078ced51f92c697da3e712feb3ac3.tar.gz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
|
||||
_md5_=69b0f5e7152998b0c4bd6ee4e54cd312
|
||||
@@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare setup
|
||||
DEPEND=|| ( >=dev-lang/python-3.9.16-r1:3.9 ) sys-devel/bison sys-devel/flex sys-apps/gawk virtual/pkgconfig sys-libs/readline:= dev-libs/libffi:= dev-vcs/git dev-lang/tcl:=
|
||||
DESCRIPTION=Yosys - Yosys Open SYnthesis Suite
|
||||
EAPI=7
|
||||
HOMEPAGE=http://www.clifford.at/icestorm/
|
||||
INHERIT=eutils python-any-r1
|
||||
IUSE=+abc
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=ISC
|
||||
RDEPEND=sys-libs/readline:= dev-libs/libffi:= dev-vcs/git dev-lang/tcl:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/cliffordwolf/yosys/archive/c9555c9adeba886a308c60615ac794ec20d9276e.tar.gz -> yosys-c9555c9adeba886a308c60615ac794ec20d9276e.tar.gz https://github.com/berkeley-abc/abc/archive/ed90ce20df9c7c4d6e1db5d3f786f9b52e06bab1.tar.gz -> berkeley-abc-ed90ce20df9c7c4d6e1db5d3f786f9b52e06bab1.tar.gz
|
||||
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 eapi8-dosym 741bfa77afb2a9321261501aca58c208 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
|
||||
_md5_=472bd1e00914206c953f95e7adff3611
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=sys-devel/gcc[cxx] sys-devel/bison sys-devel/flex sys-apps/gawk virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install unpack
|
||||
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/libffi media-gfx/xdot media-gfx/graphviz dev-libs/boost[python] tcl? ( dev-lang/tcl:= ) readline? ( sys-libs/readline:= ) zlib? ( sys-libs/zlib ) abc? ( sci-mathematics/abc[static-libs] )
|
||||
DEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/libffi media-gfx/xdot media-gfx/graphviz dev-libs/boost[python] tcl? ( dev-lang/tcl:= ) readline? ( sys-libs/readline:= ) zlib? ( sys-libs/zlib ) abc? ( sci-mathematics/abc[static-libs] )
|
||||
DESCRIPTION=RTL synthesis toolkit
|
||||
EAPI=7
|
||||
HOMEPAGE=https://yosyshq.net/yosys/
|
||||
INHERIT=git-r3 python-r1 multilib
|
||||
IUSE=+tcl +readline +zlib +abc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=+tcl +readline +zlib +abc python_targets_python3_10 python_targets_python3_11
|
||||
LICENSE=ISC
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/libffi media-gfx/xdot media-gfx/graphviz dev-libs/boost[python] tcl? ( dev-lang/tcl:= ) readline? ( sys-libs/readline:= ) zlib? ( sys-libs/zlib ) abc? ( sci-mathematics/abc[static-libs] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 27e13c09a4c7e4c78ac812f74727e676 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 eapi8-dosym 741bfa77afb2a9321261501aca58c208 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d
|
||||
_eclasses_=git-r3 27e13c09a4c7e4c78ac812f74727e676 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 eapi8-dosym 741bfa77afb2a9321261501aca58c208 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d
|
||||
_md5_=5760b4b942c7bacb9236d05ef3331816
|
||||
|
||||
Reference in New Issue
Block a user