mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
2023-11-20 14:16:51 UTC
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?]
|
||||
DEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Utility that helps users to retrieve and analyse core dumps
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/esppressif/esp-coredump
|
||||
HOMEPAGE=https://github.com/espressif/esp-coredump
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 )
|
||||
RDEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-coredump/esp-coredump-1.7.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=09a559f32d33a6939fe054d744ab1fd3
|
||||
_md5_=5ea43e040668eef8a169d3ab369e0107
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=python-r1
|
||||
IUSE=+esp32 esp32s2 esp32s3 riscv32 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/click[python_targets_python3_11(-)?] dev-python/pyserial[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyparsing[python_targets_python3_11(-)?] dev-python/pyelftools[python_targets_python3_11(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?]
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.1/esp-idf-v5.1.zip -> esp-idf-5.1.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230419/openocd-esp32-linux-amd64-0.12.0-esp32-20230419.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-linux-gnu.tar.gz esp32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s2? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s3? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz )
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
|
||||
_md5_=40490601b469990e5c40cf14d339e094
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=python-r1
|
||||
IUSE=+esp32 esp32s2 esp32s3 riscv32 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?] dev-python/pyserial[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyparsing[python_targets_python3_11(-)?] dev-python/pyelftools[python_targets_python3_11(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?]
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.1/esp-idf-v5.1.zip -> esp-idf-5.1.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230419/openocd-esp32-linux-amd64-0.12.0-esp32-20230419.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-linux-gnu.tar.gz esp32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s2? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s3? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz )
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
|
||||
_md5_=c1da06230be9033909c0cfe72ca280b4
|
||||
16
metadata/md5-cache/dev-embedded/esp-idf-5.1.2
Normal file
16
metadata/md5-cache/dev-embedded/esp-idf-5.1.2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=python-r1
|
||||
IUSE=+esp32 esp32s2 esp32s3 riscv32 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?] dev-python/pyserial[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyparsing[python_targets_python3_11(-)?] dev-python/pyelftools[python_targets_python3_11(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?]
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.1.2/esp-idf-v5.1.2.zip -> esp-idf-5.1.2.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-linux-amd64-0.12.0-esp32-20230921.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-linux-gnu.tar.gz esp32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s2? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) esp32s3? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz ) riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz )
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
|
||||
_md5_=aa131a360ad33d675def8a3a8d994fa9
|
||||
17
metadata/md5-cache/dev-embedded/esp-idf-kconfig-1.4.1
Normal file
17
metadata/md5-cache/dev-embedded/esp-idf-kconfig-1.4.1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Kconfig tooling for esp-idf
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-kconfig
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp-idf-kconfig-1.4.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=dfcac86cda986ab4277c55a5a4bbb3e1
|
||||
@@ -12,6 +12,6 @@ RDEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_pytho
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp-idf-kconfig-1.1.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp-idf-kconfig-2.0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=bf2348c5be0d1b67750e1d83fcba1f23
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?] dev-python/pyserial[python_targets_python3_11(-)?] dev-python/pyelftools[python_targets_python3_11(-)?]
|
||||
DESCRIPTION=Python object-oriented database
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-monitor
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?] dev-python/pyserial[python_targets_python3_11(-)?] dev-python/pyelftools[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp-idf-monitor-1.1.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=7de3c29138e1fc8f023b61d6db351bf6
|
||||
17
metadata/md5-cache/dev-embedded/esp-idf-monitor-1.3.3
Normal file
17
metadata/md5-cache/dev-embedded/esp-idf-monitor-1.3.3
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Python object-oriented database
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-monitor
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp-idf-monitor-1.3.3.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=744a0436c69faf30d7ca71749d9065a7
|
||||
16
metadata/md5-cache/dev-embedded/esp-idf-panic-decoder-0.2.0
Normal file
16
metadata/md5-cache/dev-embedded/esp-idf-panic-decoder-0.2.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-panic-decoder
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-panic-decoder/esp_idf_panic_decoder-0.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=a36d27640893556ea4871edef837629f
|
||||
17
metadata/md5-cache/dev-embedded/esp-idf-size-0.4.3
Normal file
17
metadata/md5-cache/dev-embedded/esp-idf-size-0.4.3
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Firmware size analysis for ESP-IDF
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-size
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-size/esp-idf-size-0.4.3.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=25778f03ee69279308eacda3cbcd504e
|
||||
16
metadata/md5-cache/dev-embedded/freertos-gdb-1.0.2
Normal file
16
metadata/md5-cache/dev-embedded/freertos-gdb-1.0.2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python module for operating with freeRTOS-kernel objects in GDB
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/freertos-gdb
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/freertos-gdb/freertos-gdb-1.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=b6824514fb6efef52698ebac1a15c518
|
||||
@@ -4,11 +4,11 @@ DESCRIPTION=A general purpose data serializer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gpds.simulton.com
|
||||
INHERIT=cmake
|
||||
IUSE=static-libs test
|
||||
IUSE=examples +spdlog static-libs test
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86
|
||||
LICENSE=MIT
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/simulton/gpds/archive/1.6.0.tar.gz -> gpds-1.6.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=82adf6b22be2e0428ec47351fa425ad9
|
||||
_md5_=8ad81e82ce043e6a4b924e6a17d2bb26
|
||||
@@ -4,11 +4,11 @@ DESCRIPTION=A general purpose data serializer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gpds.simulton.com
|
||||
INHERIT=cmake
|
||||
IUSE=static-libs test
|
||||
IUSE=examples +spdlog static-libs test
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86
|
||||
LICENSE=MIT
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/simulton/gpds/archive/1.7.0.tar.gz -> gpds-1.7.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=82adf6b22be2e0428ec47351fa425ad9
|
||||
_md5_=8ad81e82ce043e6a4b924e6a17d2bb26
|
||||
16
metadata/md5-cache/games-action/ddnet-17.4
Normal file
16
metadata/md5-cache/games-action/ddnet-17.4
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=>=dev-lang/python-3.9 dev-util/cmake dev-util/glslang dev-util/spirv-tools >=virtual/rust-1.53 >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
|
||||
DEPEND=client? ( media-libs/freetype media-libs/glew media-libs/libogg media-libs/libsdl2 media-libs/opus media-libs/opusfile media-libs/libpng media-libs/x264 media-sound/wavpack x11-libs/libnotify videorecorder? ( media-video/ffmpeg ) ) sys-libs/zlib dev-libs/openssl dev-db/sqlite download-gtest? ( dev-cpp/gtest dev-vcs/git ) net-misc/curl upnp? ( net-libs/miniupnpc ) vulkan? ( media-libs/vulkan-loader media-libs/libsdl2[vulkan] ) websockets? ( net-libs/libwebsockets[client] )
|
||||
DESCRIPTION=DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ddnet.org/ https://github.com/ddnet/ddnet
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo cmake python-any-r1 xdg
|
||||
IUSE=antibot autoupdate +client download-gtest headless-client +inform-update +server +tools upnp +videorecorder vulkan websockets debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=CC-BY-SA-3.0 OFL-1.1 BSD
|
||||
RDEPEND=client? ( media-libs/freetype media-libs/glew media-libs/libogg media-libs/libsdl2 media-libs/opus media-libs/opusfile media-libs/libpng media-libs/x264 media-sound/wavpack x11-libs/libnotify videorecorder? ( media-video/ffmpeg ) ) sys-libs/zlib dev-libs/openssl dev-db/sqlite download-gtest? ( dev-cpp/gtest dev-vcs/git ) net-misc/curl upnp? ( net-libs/miniupnpc ) vulkan? ( media-libs/vulkan-loader media-libs/libsdl2[vulkan] ) websockets? ( net-libs/libwebsockets[client] )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ddnet/ddnet/archive/refs/tags/17.4.tar.gz -> ddnet-17.4.tar.gz https://crates.io/api/v1/crates/cc/1.0.73/download -> cc-1.0.73.crate https://crates.io/api/v1/crates/cxx/1.0.71/download -> cxx-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-flags/1.0.71/download -> cxxbridge-flags-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-macro/1.0.71/download -> cxxbridge-macro-1.0.71.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.6/download -> link-cplusplus-1.0.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.40/download -> proc-macro2-1.0.40.crate https://crates.io/api/v1/crates/quote/1.0.20/download -> quote-1.0.20.crate https://crates.io/api/v1/crates/syn/1.0.98/download -> syn-1.0.98.crate https://crates.io/api/v1/crates/unicode-ident/1.0.1/download -> unicode-ident-1.0.1.crate
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8520ae1bed0e6965d027399b471a3595 ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-any-r1 f5169813d1619761b459800587005fd2 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=22d05f22d489eb480ffb21915386eebe
|
||||
11
metadata/md5-cache/gui-apps/nwg-0
Normal file
11
metadata/md5-cache/gui-apps/nwg-0
Normal file
@@ -0,0 +1,11 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=meta package package for nwg-shell
|
||||
EAPI=8
|
||||
HOMEPAGE=https://nwg-piotr.github.io/nwg-shell/
|
||||
IUSE=hyprland
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=metapackage
|
||||
RDEPEND=app-misc/nwg-look app-misc/nwg-shell-wallpapers gui-apps/nwg-displays gui-apps/nwg-dock !hyprland? ( gui-apps/nwg-dock ) hyprland? ( gui-apps/nwg-dock-hyprland ) gui-apps/nwg-drawer gui-apps/nwg-icon-picker gui-apps/nwg-menu gui-apps/nwg-panel gui-apps/nwg-shell gui-apps/nwg-shell-config
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell
|
||||
_md5_=8143bb5566fe9ec35794842b35ade1d9
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=app-misc/gopsuinfo app-misc/nwg-look gui-apps/azote gui-apps/nwg-bar gui-apps/nwg-displays || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland ) gui-apps/nwg-drawer gui-apps/nwg-menu gui-apps/nwg-panel gui-apps/nwg-shell-config
|
||||
DESCRIPTION=meta-package for the nwg-shell project
|
||||
DEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp
|
||||
DESCRIPTION=libraries an common functions for the nwg-shell project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=app-misc/gopsuinfo app-misc/nwg-look gui-apps/azote gui-apps/nwg-bar gui-apps/nwg-displays || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland ) gui-apps/nwg-drawer gui-apps/nwg-menu gui-apps/nwg-panel gui-apps/nwg-shell-config python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
RDEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.22.tar.gz -> nwg-shell-0.5.22.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=22d0c011bbc2132957c746920ca12305
|
||||
_md5_=bb8fcfcfb019ef652ff816410ca8b1bb
|
||||
|
||||
14
metadata/md5-cache/gui-apps/satty-0.7.0
Normal file
14
metadata/md5-cache/gui-apps/satty-0.7.0
Normal file
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/gui-apps/satty-9999
Normal file
13
metadata/md5-cache/gui-apps/satty-9999
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DESCRIPTION=A screenshot annotation tool inspired by Swappy and Flameshot.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/gabm/satty
|
||||
INHERIT=cargo git-r3 desktop
|
||||
IUSE=debug
|
||||
LICENSE=MPL-2.0
|
||||
PROPERTIES=live
|
||||
RDEPEND=virtual/rust x11-libs/pango dev-libs/glib:2 x11-libs/cairo gui-libs/libadwaita gui-libs/gtk:4 x11-libs/gdk-pixbuf:2
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8520ae1bed0e6965d027399b471a3595 git-r3 5133e393e8717a3a093660f990801dc1 desktop 021728fdc1b03b36357dbc89489e0f0d
|
||||
_md5_=c0f5eee5e275a61de17f1c90a4caa8d9
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.77.0:5
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.98.0:5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DEPEND=>=dev-qt/qtgui-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=kde-frameworks/kcoreaddons-5.77.0:5 >=kde-frameworks/ki18n-5.77.0:5 >=kde-frameworks/kio-5.77.0:5 >=kde-frameworks/kparts-5.77.0:5 >=kde-frameworks/kxmlgui-5.77.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5
|
||||
DEPEND=>=dev-qt/qtgui-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=kde-frameworks/kcoreaddons-5.98.0:5 >=kde-frameworks/ki18n-5.98.0:5 >=kde-frameworks/kio-5.98.0:5 >=kde-frameworks/kparts-5.98.0:5 >=kde-frameworks/kxmlgui-5.98.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5
|
||||
DESCRIPTION=KPart for viewing text/gemini files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/tobiasrautenkranz/geminipart
|
||||
@@ -8,10 +8,10 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=ecm optfeature
|
||||
IUSE=debug test
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=LGPL-2+
|
||||
RDEPEND=>=dev-qt/qtgui-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=kde-frameworks/kcoreaddons-5.77.0:5 >=kde-frameworks/ki18n-5.77.0:5 >=kde-frameworks/kio-5.77.0:5 >=kde-frameworks/kparts-5.77.0:5 >=kde-frameworks/kxmlgui-5.77.0:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
|
||||
LICENSE=LGPL-2.1+
|
||||
RDEPEND=>=dev-qt/qtgui-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=kde-frameworks/kcoreaddons-5.98.0:5 >=kde-frameworks/ki18n-5.98.0:5 >=kde-frameworks/kio-5.98.0:5 >=kde-frameworks/kparts-5.98.0:5 >=kde-frameworks/kxmlgui-5.98.0:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=5
|
||||
SRC_URI=https://gitlab.com/tobiasrautenkranz/geminipart/-/archive/117b525d7a33f7ecc3bb772323c7609c76a6aeb4/geminipart-117b525d7a33f7ecc3bb772323c7609c76a6aeb4.tar.gz
|
||||
SRC_URI=https://gitlab.com/tobiasrautenkranz/geminipart/-/archive/e44f917bea0e9b982e50fce0de3cfb1e291f3570/geminipart-e44f917bea0e9b982e50fce0de3cfb1e291f3570.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e ecm e20e109556de56991a869ff01a0f9378 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=d0440f7ed024a66bbb646804a92fb60b
|
||||
_md5_=a6a62b195d2b425aab6a7f5687aa3193
|
||||
@@ -1,7 +1,7 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.98.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.98.0:5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DEPEND=>=dev-qt/qtdbus-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=kde-frameworks/kconfig-5.98.0:5 >=kde-frameworks/kcoreaddons-5.98.0:5 >=kde-frameworks/ki18n-5.98.0:5 >=kde-frameworks/kio-5.98.0:5 >=kde-frameworks/kservice-5.98.0:5 dev-qt/qtcore:5
|
||||
DESCRIPTION=Gemini KIO slave
|
||||
DESCRIPTION=Gemini KIO worker
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/tobiasrautenkranz/kio-gemini
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=LGPL-2+
|
||||
RDEPEND=>=dev-qt/qtdbus-5.4.0:5 >=dev-qt/qtnetwork-5.4.0:5 >=kde-frameworks/kconfig-5.98.0:5 >=kde-frameworks/kcoreaddons-5.98.0:5 >=kde-frameworks/ki18n-5.98.0:5 >=kde-frameworks/kio-5.98.0:5 >=kde-frameworks/kservice-5.98.0:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
|
||||
SLOT=5
|
||||
SRC_URI=https://gitlab.com/tobiasrautenkranz/kio-gemini/-/archive/73e7c1937e4ba25b2db7b0e9545569b101a17552/kio-gemini-73e7c1937e4ba25b2db7b0e9545569b101a17552.tar.gz
|
||||
SRC_URI=https://gitlab.com/tobiasrautenkranz/kio-gemini/-/archive/e6f4b8c02ad7854471eb4dbad00053e369cc7f20/kio-gemini-e6f4b8c02ad7854471eb4dbad00053e369cc7f20.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e ecm e20e109556de56991a869ff01a0f9378
|
||||
_md5_=257e3e97a11899f88650631fbc10af0e
|
||||
_md5_=398dba2c76bfea44d2c9b51899512554
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=app-arch/zip verify-sig? ( sec-keys/openpgp-keys-skyjake ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=>=dev-libs/tfdn-1.7.0:=[ssl] X? ( x11-libs/libX11 ) fribidi? ( dev-libs/fribidi ) gui? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) !gui? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= ) X? ( x11-base/xorg-proto )
|
||||
DEPEND=>=dev-libs/tfdn-1.7.0:=[ssl] X? ( x11-libs/libX11 ) bidi? ( dev-libs/fribidi ) gui? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) !gui? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= ) X? ( x11-base/xorg-proto )
|
||||
DESCRIPTION=Desktop GUI client for browsing Geminispace
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gmi.skyjake.fi/lagrange/ https://git.skyjake.fi/gemini/lagrange
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake verify-sig xdg
|
||||
IUSE=X +fribidi gui +harfbuzz mp3 webp verify-sig
|
||||
INHERIT=cmake flag-o-matic verify-sig xdg
|
||||
IUSE=X +bidi debug gui +harfbuzz mp3 webp verify-sig
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1
|
||||
RDEPEND=>=dev-libs/tfdn-1.7.0:=[ssl] X? ( x11-libs/libX11 ) fribidi? ( dev-libs/fribidi ) gui? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) !gui? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= )
|
||||
RDEPEND=>=dev-libs/tfdn-1.7.0:=[ssl] X? ( x11-libs/libX11 ) bidi? ( dev-libs/fribidi ) gui? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) !gui? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.2/lagrange-1.17.2.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.2/lagrange-1.17.2.tar.gz.sig )
|
||||
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.4/lagrange-1.17.4.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.4/lagrange-1.17.4.tar.gz.sig )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 verify-sig 798e0173d334021f14ba78a786c37059 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=65666d0cc69bc1950b083c2c7c0175e1
|
||||
_md5_=51be75375cd5390607f3dc4a1d61a5d1
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/signify-keys-telescope:0.8 ) verify-sig? ( app-crypt/signify )
|
||||
DEFINED_PHASES=configure unpack
|
||||
DEPEND=dev-libs/imsg-compat dev-libs/libevent:= dev-libs/libretls:= sys-libs/ncurses:= libbsd? ( dev-libs/libbsd )
|
||||
DEPEND=dev-libs/imsg-compat dev-libs/libbsd dev-libs/libevent:= dev-libs/libretls:= sys-libs/ncurses:=
|
||||
DESCRIPTION=w3m-like browser for Gemini
|
||||
EAPI=8
|
||||
HOMEPAGE=https://telescope.omarpolo.com
|
||||
@@ -8,8 +8,8 @@ INHERIT=toolchain-funcs verify-sig
|
||||
IUSE=+libbsd verify-sig
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=!libbsd? ( BSD MIT ) ISC unicode
|
||||
RDEPEND=dev-libs/imsg-compat dev-libs/libevent:= dev-libs/libretls:= sys-libs/ncurses:= libbsd? ( dev-libs/libbsd )
|
||||
RDEPEND=dev-libs/imsg-compat dev-libs/libbsd dev-libs/libevent:= dev-libs/libretls:= sys-libs/ncurses:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/omar-polo/telescope/releases/download/0.8.1/telescope-0.8.1.tar.gz verify-sig? ( https://github.com/omar-polo/telescope/releases/download/0.8.1/SHA256.sig -> telescope-0.8.1.sha.sig )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 verify-sig 798e0173d334021f14ba78a786c37059
|
||||
_md5_=73e8c79e740b21710137346883d37b9b
|
||||
_md5_=e2a8539264103ce4e63867b6eca3af2c
|
||||
|
||||
14
metadata/md5-cache/sys-kernel/uek-sources-5.15.0.201.135.4
Normal file
14
metadata/md5-cache/sys-kernel/uek-sources-5.15.0.201.135.4
Normal file
@@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack
|
||||
DESCRIPTION=Unbreakable Enterprise Kernel (UEK) sources built from Oracle
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/oracle/linux-uek
|
||||
INHERIT=kernel-2
|
||||
IUSE=+gentoo experimental symlink build
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig )
|
||||
RESTRICT=binchecks strip
|
||||
SLOT=5.15.0.201.135.4
|
||||
SRC_URI=https://github.com/oracle/linux-uek/archive/refs/tags/v5.15.0-201.135.4.tar.gz -> linux-uek-5.15.0-201.135.4.tar.gz mirror://gentoo/genpatches-5.15-143.base.tar.xz mirror://gentoo/genpatches-5.15-143.experimental.tar.xz mirror://gentoo/genpatches-5.15-143.extras.tar.xz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe kernel-2 5f1a05e8ec7196f00c7754b57f927f06
|
||||
_md5_=d651c1c07e577c9181a782f3c4d8ffd6
|
||||
15
metadata/md5-cache/sys-kernel/ugrd-0.9.0
Normal file
15
metadata/md5-cache/sys-kernel/ugrd-0.9.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=python_targets_pypy3 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-misc/pax-utils python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/0.9.0.tar.gz -> ugrd-0.9.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic baa4d385108ac87993edac956a916a36 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=75f07c2abc6c5bc0e8c5daac1e3e51fb
|
||||
Reference in New Issue
Block a user