2025-01-14 08:48:35 UTC

This commit is contained in:
Repository mirror & CI
2025-01-14 08:48:36 +00:00
parent a0dedceab3
commit abc400bd9d
6 changed files with 41 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/zenlib-2.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/aiohttp-3.9.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python Prometheus exporter library
EAPI=8
HOMEPAGE=https://github.com/desultory/prometheus_exporter
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=>=dev-python/zenlib-2.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/aiohttp-3.9.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/desultory/prometheus_exporter/archive/refs/tags/1.1.0.tar.gz -> prometheus_exporter-1.1.0.tar.gz
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
_md5_=57d087c963627feebbbe9c0da48760de

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( >=dev-python/zenlib-2.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/aiohttp-3.9.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Python Prometheus exporter library
EAPI=8
HOMEPAGE=https://github.com/desultory/prometheus_exporter
INHERIT=distutils-r1 git-r3
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=>=dev-python/zenlib-2.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/aiohttp-3.9.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=9a9b2d78e00a2231cd29eaa9b4c463f1

View File

@@ -1,15 +1,15 @@
BDEPEND=>=dev-libs/glib-2.80.0[introspection] >=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DEPEND=gui-libs/gtk >=gui-libs/gtk4-layer-shell-1.0.4 dev-libs/gobject-introspection
DEPEND=dev-libs/glib:2 gui-libs/gtk:4 >=gui-libs/gtk4-layer-shell-1.0.4 dev-libs/gobject-introspection media-libs/graphene media-libs/vips:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
DESCRIPTION=Multi-Purpose Launcher with a lot of features. Highly Customizable and fast
EAPI=8
HOMEPAGE=https://github.com/abenz1267/walker
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=gui-libs/gtk >=gui-libs/gtk4-layer-shell-1.0.4 dev-libs/gobject-introspection
RDEPEND=dev-libs/glib:2 gui-libs/gtk:4 >=gui-libs/gtk4-layer-shell-1.0.4 dev-libs/gobject-introspection media-libs/graphene media-libs/vips:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/abenz1267/walker/archive/v0.9.9.tar.gz -> walker-0.9.9.tar.gz https://jroy.ca/dist/walker-0.9.9-deps.tar.xz
SRC_URI=https://github.com/abenz1267/walker/archive/v0.12.0.tar.gz -> walker-0.12.0.tar.gz https://jroy.ca/dist/walker-0.12.0-deps.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467
_md5_=c7945d3c129662d2faf1a9000e5266a6
_md5_=6191afd56ad0c57cad54dff002cd534e

View File

@@ -9,6 +9,6 @@ KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/14.0.3/mullvad-browser-linux-x86_64-14.0.3.tar.xz -> mullvad-browser-bin-14.0.3.tar.xz
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/14.0.4/mullvad-browser-linux-x86_64-14.0.4.tar.xz -> mullvad-browser-bin-14.0.4.tar.xz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=9df006c5250e8fb04b118e3b93ab96a2
_md5_=3781dec1e980d5b44a44205cb6c12887

View File

@@ -763,7 +763,7 @@ dev-python/playsound 1.3.0: Single function module with no dependencies for play
dev-python/plexapi 4.16.0 4.16.1: Python bindings for the Plex API.
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
dev-python/plum 0.8.7: Pack/Unpack Memory
dev-python/prometheus_exporter 1.0.0: Python Prometheus exporter library
dev-python/prometheus_exporter 1.0.0 1.1.0 9999: Python Prometheus exporter library
dev-python/proselint 0.13.0: A linter for prose
dev-python/protego 0.3.0: Pure-Python robots.txt parser with support for modern conventions
dev-python/proxy_tools 0.1.0_p1: Simple proxy (as in the GoF design pattern)
@@ -1166,7 +1166,7 @@ gui-apps/tessen 2.2.1-r1: an interactive menu to autotype and copy pass and gopa
gui-apps/tiramisu 1.0_p20201110 2.0.20211107 9999: minimalistic desktop notifications provider
gui-apps/tofi 0.8.1 0.9.1: Fast and simple dmenu/rofi replacement for wlroots-based Wayland compositors
gui-apps/vicuna 1.25: Tool for uploading files to Wikimedia Commons and other Wikimedia projects
gui-apps/walker 0.9.9 0.10.3: Multi-Purpose Launcher with a lot of features. Highly Customizable and fast
gui-apps/walker 0.10.3 0.12.0: Multi-Purpose Launcher with a lot of features. Highly Customizable and fast
gui-apps/wbg 1.0.2 1.1.0 1.2.0 9999: Super simple wallpaper application
gui-apps/wdisplays 1.1 1.1.1 9999: GUI display configurator for wlroots compositors
gui-apps/wev 1.0.0: Wayland event viewer
@@ -1743,7 +1743,7 @@ www-apps/zola 0.19.2-r1: A fast static site generator with everything built-in
www-client/badwolf 1.3.0-r1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh 1.8.2: A fully-modern text-based browser, rendering to TTY and browsers
www-client/firefox-developer-bin 122.0 128.0: Firefox browser developer edition
www-client/mullvad-browser-bin 14.0.3: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/mullvad-browser-bin 14.0.4: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
www-client/vimb 3.6.0 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
www-client/yandex-browser 24.12.1.712_p1: The web browser from Yandex

View File

@@ -1 +1 @@
Mon, 13 Jan 2025 17:48:17 +0000
Tue, 14 Jan 2025 08:48:35 +0000