2022-10-17 12:35:59 UTC

This commit is contained in:
Repository mirror & CI
2022-10-17 12:35:59 +00:00
parent 072eb656d8
commit c3d95e0216
8 changed files with 44 additions and 13 deletions

View File

@@ -1,16 +1,16 @@
BDEPEND=test? ( dev-python/gevent[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/process-tests[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/eventlet[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_9? ( dev-python/eventlet[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) ) doc? ( || ( ( >=dev-lang/python-3.10.4:3.10 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_10(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.12:3.9 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_9(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.13:3.8 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_8(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.9_p1:0 >=dev-python/sphinx-4.5.0-r1[python_targets_pypy3(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_pypy3(-)] ) ) ) test? ( >=dev-python/pytest-7.1.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/gpep517-9[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-65.3.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
BDEPEND=test? ( dev-python/gevent[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/process-tests[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/eventlet[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_9? ( dev-python/eventlet[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) ) doc? ( || ( ( >=dev-lang/python-3.10.4:3.10 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_10(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.12:3.9 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_9(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.13:3.8 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_8(-)] dev-python/sphinx-py3doc-enhanced-theme[python_targets_python3_8(-)] ) ) ) test? ( >=dev-python/pytest-7.1.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/gpep517-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Debugging manhole for python application
EAPI=8
HOMEPAGE=https://github.com/ionelmc/python-manhole https://pypi.org/project/manhole/
INHERIT=distutils-r1
IUSE=doc test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
IUSE=doc test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD-2
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ionelmc/python-manhole/archive/v1.8.0.tar.gz -> manhole-1.8.0.gh.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb
_md5_=b1299dc048695871d20aea193db026fc
_md5_=47a74d9676afe4d777e936a8f97cf5f0

View File

@@ -6,5 +6,5 @@ HOMEPAGE=https://git.sr.ht/~lanodan/deblob
KEYWORDS=~amd64 ~arm64 ~riscv
LICENSE=BSD
SLOT=0
SRC_URI=https://hacktivis.me/releases/deblob-0.1.tar.gz
SRC_URI=https://hacktivis.me/releases/deblob-0.2.tar.gz
_md5_=825cf08473acb7dab9e34609b957912c

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/sentry-sdk-1.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/sentry-sdk-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=net-misc/yt-dlp-2022.1.21[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/spotipy-2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/spotipy-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=media-libs/mutagen-1.45[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <media-libs/mutagen-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/rich-12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/rich-13[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Downloads songs from a Spotify Playlist/Track/Album that you provide
EAPI=8
HOMEPAGE=https://github.com/SathyaBhat/spotify-dl/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
PROPERTIES=test_network
RDEPEND=>=dev-python/sentry-sdk-1.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/sentry-sdk-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=net-misc/yt-dlp-2022.1.21[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/spotipy-2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/spotipy-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=media-libs/mutagen-1.45[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <media-libs/mutagen-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/rich-12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/rich-13[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/SathyaBhat/spotify-dl/archive/refs/tags/v8.4.0.tar.gz -> spotify_dl-8.4.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb
_md5_=8b16b2235725fa01a03e323410be1118

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Use KDialog to add files to playlist, subtitles to playing video or open URLs
EAPI=8
HOMEPAGE=https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22
INHERIT=mpv-plugin
IUSE=+autoload
KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=kde-apps/kdialog x11-misc/xdotool media-video/mpv[lua]
SLOT=0
SRC_URI=https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22/archive/b23b20e830bba024836f8b09412000658edee95c.tar.gz -> kdialog-open-files-20221015.tar.gz
_eclasses_=mpv-plugin d5b74b0d4b9aa2b088badc969f11de7a
_md5_=b8013f4d79d52c69bb32f5abcadb4a6e

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig dev-qt/qtcore
DEFINED_PHASES=configure install postinst postrm
DEPEND=>=dev-libs/openssl-1.1.1l:0/1.1 >=media-libs/libsdl2-2.0.16-r1:0[kms] >=media-libs/sdl2-ttf-2.0.15:0 >=media-video/ffmpeg-4.4-r1:0 >=dev-qt/qtsvg-5.15.2-r10:5/5.15 >=dev-qt/qtquickcontrols2-5.15.2-r11:5 >=media-libs/opus-1.3.1-r2:0 >=media-sound/pulseaudio-15.0-r1:0 vaapi? ( >=x11-libs/libva-2.12.0:0 )
DEPEND=>=dev-libs/openssl-1.1.1l:0/1.1 >=media-libs/libsdl2-2.0.16-r1:0[kms] >=media-libs/sdl2-ttf-2.0.15:0 >=media-video/ffmpeg-4.4-r1:0 >=dev-qt/qtsvg-5.15.2-r10:5/5.15 >=dev-qt/qtquickcontrols2-5.15.2-r11:5 >=media-libs/opus-1.3.1-r2:0 >=media-sound/pulseaudio-15.0-r1:0 vaapi? ( >=media-libs/libva-2.12.0:0 )
DESCRIPTION=GameStream client for PCs
EAPI=8
HOMEPAGE=https://github.com/moonlight-stream/moonlight-qt
@@ -8,8 +8,8 @@ INHERIT=qmake-utils xdg-utils
IUSE=vaapi
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-libs/openssl-1.1.1l:0/1.1 >=media-libs/libsdl2-2.0.16-r1:0[kms] >=media-libs/sdl2-ttf-2.0.15:0 >=media-video/ffmpeg-4.4-r1:0 >=dev-qt/qtsvg-5.15.2-r10:5/5.15 >=dev-qt/qtquickcontrols2-5.15.2-r11:5 >=media-libs/opus-1.3.1-r2:0 >=media-sound/pulseaudio-15.0-r1:0 vaapi? ( >=x11-libs/libva-2.12.0:0 )
RDEPEND=>=dev-libs/openssl-1.1.1l:0/1.1 >=media-libs/libsdl2-2.0.16-r1:0[kms] >=media-libs/sdl2-ttf-2.0.15:0 >=media-video/ffmpeg-4.4-r1:0 >=dev-qt/qtsvg-5.15.2-r10:5/5.15 >=dev-qt/qtquickcontrols2-5.15.2-r11:5 >=media-libs/opus-1.3.1-r2:0 >=media-sound/pulseaudio-15.0-r1:0 vaapi? ( >=media-libs/libva-2.12.0:0 )
SLOT=0
SRC_URI=https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.4/MoonlightSrc-3.1.4.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 qmake-utils 59420c906278d16deaaa629f9d115707 xdg-utils ac0e315a3688929e34ac75b139e7349a
_md5_=508b7638439b36e511e42a284cd12f9d
_md5_=51aae8980fd4dc80a09e9aa2fc306855

View File

@@ -1078,7 +1078,7 @@ dev-util/bazelisk 1.12.0: A user-friendly launcher for Bazel
dev-util/binaryen 105: Compiler and toolchain infrastructure library for WebAssembly
dev-util/blueprint-compiler 0.2.0 0.4.0 9999: Compiler for Blueprint, a markup language for GTK user interfaces
dev-util/cargo-make 0.35.9 0.35.10: Rust task runner and build tool
dev-util/deblob 0.1 9999: remove binary executables from a directory
dev-util/deblob 0.2 9999: remove binary executables from a directory
dev-util/dockerfile-language-server 0.9.0: A language server for Dockerfiles
dev-util/eclipse-parallel-bin 4.22 4.23 4.25: Eclipse IDE for Scientific Computing (C, C++, Fortran)
dev-util/exercism 3.1.0: Command line client for https://exercism.io
@@ -1340,7 +1340,7 @@ media-sound/nulloy 0.9.5 9999: Music player with a waveform progress bar (sound
media-sound/pianobooster 1.0.0: A MIDI player/game that displays notes and teaches you how to play the piano
media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file or stream as a PulseAudio source
media-sound/spotify-adblock 1.0.1 1.0.2: Adblocker for Spotify
media-sound/spotify_dl 8.3.0: Downloads songs from a Spotify Playlist/Track/Album that you provide
media-sound/spotify_dl 8.3.0 8.4.0: Downloads songs from a Spotify Playlist/Track/Album that you provide
media-sound/tavu 9999: Terminal-based ALSA VU-meter with peaking
media-sound/zita-ajbridge 0.8.4 0.8.4-r1: zita-a2j and zita-j2a - bridges between ALSA and JACK
media-video/ciano 0.2.4-r1: A multimedia file converter focused on simplicity
@@ -1359,6 +1359,7 @@ mpv-plugin/autoload 0.33.1 0.34.1: Loads playlist entries before and after the t
mpv-plugin/autosubsync-mpv 20220402: Automatic subtitle synchronization script for mpv media player
mpv-plugin/kde-do-not-disturb 20220109: Disable the notifications while mpv is running
mpv-plugin/kde-night-color 20220109: Disable Night Color while mpv is running
mpv-plugin/kdialog-open-files 20221015: Use KDialog to add files to playlist, subtitles to playing video or open URLs
mpv-plugin/mpv-autosub 20210629: Fully automatic subtitle downloading for the MPV media player
mpv-plugin/mpv-mpris 0.8.1 0.9 9999: MPRIS plugin for mpv
mpv-plugin/mpv-plugin-xrandr 20190523-r1: Automatically invoke the xrandr to set the parameters for the display output

View File

@@ -1 +1 @@
Mon, 17 Oct 2022 11:33:36 +0000
Mon, 17 Oct 2022 12:35:59 +0000

View File

@@ -450,7 +450,7 @@ net-misc/megasync:dolphin - Upload your files to your Mega account from Dolphin
net-misc/megasync:freeimage - Use freeimage to manage graphic images format.
net-misc/megasync:nautilus - Upload your files to your Mega account from nautilus.
net-misc/megasync:thunar - Upload your files to your Mega account from Thunar.
net-misc/moonlight:vaapi - Enable support for hardware video decoding using x11-libs/libva.
net-misc/moonlight:vaapi - Enable support for hardware video decoding using media-libs/libva.
net-misc/tinyssh:sodium - Use dev-libs/libsodium for cryptography
net-misc/xmrig-mo:donate - Set the default donation level to 1% instead of 0
net-misc/xmrig-mo:hwloc - Use sys-apps/hwloc for CPU affinity support