2024-07-25 15:03:53 UTC

This commit is contained in:
Repository mirror & CI
2024-07-25 15:03:53 +00:00
parent 075f8b51b1
commit 9f2e40b68c
12 changed files with 86 additions and 41 deletions

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=Unlicense
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/stkw0/zcock/archive/refs/tags/v0.1.0.tar.gz -> zcock-0.1.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/zcock-0.1.0-vendor.tar.xz https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma
SRC_URI=https://github.com/stkw0/zcock/archive/refs/tags/v0.2.1.tar.gz -> zcock-0.2.1.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/zcock-0.2.1-vendor.tar.xz https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 7eb56e61e641d6db098d57fb37477c44 go-module 83fd3ed1657cfc316c93d6a37018290d
_md5_=cd796b039b390c98099a2f7ba2cc728a

View File

@@ -0,0 +1,14 @@
BDEPEND=dev-qt/qtbase:6 dev-qt/linguist-tools:5 app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-qt/qtbase:6 dev-qt/linguist-tools:5
DESCRIPTION=Utility to write Portage config files in an easy manner.
EAPI=8
HOMEPAGE=https://github.com/brookiestein/portagecfg
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-qt/qtbase:6 dev-qt/linguist-tools:5
SLOT=0
SRC_URI=https://github.com/brookiestein/portagecfg/archive/refs/tags/2.0.0.tar.gz -> portagecfg-2.0.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 258a4691fd43b8cd5814cb1acbb3c7df
_md5_=79d68599d13d10116e419ca52e5d48ee

View 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-69.0.3[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(-)?,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/espressif/esp-coredump
INHERIT=distutils-r1 pypi
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(-)?,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.11.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=5ea43e040668eef8a169d3ab369e0107

View File

@@ -6,10 +6,11 @@ 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 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp-idf-kconfig-2.2.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=e21194282cf4251b0b0c8bc2d8dbda8f
_md5_=647e18d272ffbf5b32a6cab770fdeec0

View 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-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[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/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[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-1.5.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=07435adcdafe07353eb9cf931c8f298a

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,11 +5,11 @@ EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvadvpn-app https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop rpm systemd shell-completion xdg
KEYWORDS=-* ~amd64
KEYWORDS=-* ~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups x11-libs/gtk+ x11-libs/libdrm x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror test strip
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.3/MullvadVPN-2024.3_x86_64.rpm )
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.4/MullvadVPN-2024.4_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.4/MullvadVPN-2024.4_aarch64.rpm )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=e30f15c760cd023c4fa45de03cc03fc7
_md5_=5c23508e231d460c8a64c2884d83e0f2

View File

@@ -1,15 +0,0 @@
BDEPEND=app-arch/rpm2targz virtual/pkgconfig
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=Tool used to manage daemon setup
EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvadvpn-app https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop rpm systemd shell-completion xdg
KEYWORDS=-* ~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups x11-libs/gtk+ x11-libs/libdrm x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.4-beta1/MullvadVPN-2024.4-beta1_x86_64.rpm )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=d8acd0df154cf92079ec07ca04f872c8

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=Fast, disk space efficient package manager, alternative to npm and yarn
EAPI=8
HOMEPAGE=https://pnpm.io
KEYWORDS=~amd64 ~arm64 -*
LICENSE=MIT
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/pnpm/pnpm/releases/download/v9.6.0/pnpm-linux-x64 -> pnpm-bin-9.6.0-amd64 ) arm64? ( https://github.com/pnpm/pnpm/releases/download/v9.6.0/pnpm-linux-arm64 -> pnpm-bin-9.6.0-arm64 )
_md5_=b11ff3877cc964848c50868a7e32fc89

View File

@@ -290,7 +290,7 @@ app-misc/x86-64-level 0.2.2 9999: Get the x86-64 Microarchitecture Level on the
app-misc/xplr 0.21.3: A hackable, minimal, fast TUI file explorer
app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable.
app-misc/yazi 0.2.2 0.2.3 0.2.4 0.2.5-r1: Blazing fast terminal file manager written in Rust, based on async I/O.
app-misc/zcock 0.1.0 0.2.0: Print an emoji according to traditional chinese calendar and more
app-misc/zcock 0.2.0 0.2.1: Print an emoji according to traditional chinese calendar and more
app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect?
app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox
app-mobilephone/pinephone-modem-scripts 0.20.8: Modem scripts for the PinePhone
@@ -309,6 +309,7 @@ app-office/standartnotes-bin 3.183.22: End-to-end encrypted note-taking app, alt
app-portage/appswipe 1.1.14 1.1.68: Application for browsing your local Portage repository files
app-portage/pacvis 0.4.2: Displays dependency graphs of packages
app-portage/portage-lostfiles 0.5.5: A simple script to identify files not tracked by Portage package manager
app-portage/portagecfg 2.0.0: Utility to write Portage config files in an easy manner.
app-portage/quantum-resolver 9999: A WIP portage dependency resolver
app-portage/showbuild 0.9.1-r1: Script to follow log of running portage builds
app-portage/version 0.19.0_alpha 0.20.1_alpha 0.21.0_alpha: A command line function for package version management.
@@ -464,12 +465,12 @@ dev-dotnet/gtk-sharp 2.99.3-r3 3.22.2-r2: gtk bindings for mono
dev-elixir/hex 1.0.1-r1: Package manager for the Erlang VM
dev-embedded/arduino-cli 0.35.2 1.0.2: Next-generation arduino command line tool
dev-embedded/bcm2-utils 0.9.8: Utilities for Broadcom-based cable modems
dev-embedded/esp-coredump 1.7.0 1.10.0: Utility that helps users to retrieve and analyse core dumps
dev-embedded/esp-coredump 1.7.0 1.10.0 1.11.0: Utility that helps users to retrieve and analyse core dumps
dev-embedded/esp-idf 5.2.2 5.3: Espressif IoT Development Framework
dev-embedded/esp-idf-kconfig 2.1.0 2.2.0: Kconfig tooling for esp-idf
dev-embedded/esp-idf-monitor 1.3.3 1.4.0: Python object-oriented database
dev-embedded/esp-idf-panic-decoder 1.0.1 1.1.0: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
dev-embedded/esp-idf-size 1.1.1 1.4.0: Firmware size analysis for ESP-IDF
dev-embedded/esp-idf-size 1.1.1 1.4.0 1.5.0: Firmware size analysis for ESP-IDF
dev-embedded/freertos-gdb 1.0.2 1.0.3: Python module for operating with freeRTOS-kernel objects in GDB
dev-embedded/idf-component-manager 1.5.3: Tool for installing ESP-IDF components
dev-embedded/mv88e6xxx-dump 0.2.0_pre20210327: Dump information about Marvell mv88e6xxx Ethernet switches
@@ -1323,7 +1324,7 @@ mpv-plugin/mpv_sponsorblock_minimal 2023.08.20: A minimal script to skip sponsor
mpv-plugin/mpv_thumbnail_script 0.5.2 0.5.3 0.5.4: A Lua script to show preview thumbnails in mpv's OSC seekbar
mpv-plugin/thumbfast 2023.12.08: High-performance on-the-fly thumbnailer script for mpv.
net-analyzer/bandwhich 0.22.2: Terminal bandwidth utilization tool
net-analyzer/gping 1.16.1-r1: Ping, but with a graph
net-analyzer/gping 1.17.3: Ping, but with a graph
net-analyzer/munin-contrib 0.2021.04.27 0.2024.03.04 0.2024.03.04-r1: User contributed stuff related to munin
net-analyzer/netsniff-ng 0.6.8-r1: high performance network sniffer for packet inspection
net-client/amfora 1.8.0 1.9.2: A fancy terminal browser for the Gemini protocol.
@@ -1476,7 +1477,7 @@ net-vpn/candy 5.10.0: A reliable, low-latency, and anti-censorship virtual priva
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1: Cloudflare Warp Client
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
net-vpn/mullvadvpn-app 2024.3 2024.4_beta1: Tool used to manage daemon setup
net-vpn/mullvadvpn-app 2024.4: Tool used to manage daemon setup
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
net-wireless/btscreenlocker 1.6.2 1.6.3 1.6.5: Daemon to lock your screen when Bluetooth trusted devices go away.
@@ -1572,7 +1573,7 @@ sys-apps/mission-center 0.4.1 0.4.4-r1 9999: Monitor your CPU, Memory, Disk, Net
sys-apps/nvimpager 0.12.0: Use nvim as a pager to view manpages, diff, etc with nvim's syntax highlighting.
sys-apps/openSeaChest 23.03.1 23.12: SeaGate's open source harddrive control utilities
sys-apps/ov 0.11.2 0.32.0: Feature-rich terminal pager
sys-apps/pnpm-bin 9.0.6 9.5.0: Fast, disk space efficient package manager, alternative to npm and yarn
sys-apps/pnpm-bin 9.0.6 9.5.0 9.6.0: Fast, disk space efficient package manager, alternative to npm and yarn
sys-apps/qemu-openrc 0.10.0 0.11.1 9999: OpenRC init script for QEMU/KVM
sys-apps/qjournalctl 0.6.2: Qt-based GUI for systemd's journalctl command
sys-apps/sampler 1.1.0: visualizer for shell commands, executions and alerting

View File

@@ -1 +1 @@
Thu, 25 Jul 2024 10:19:26 +0000
Thu, 25 Jul 2024 15:03:53 +0000