2026-02-04 22:31:24 UTC

This commit is contained in:
Repository mirror & CI
2026-02-04 22:31:24 +00:00
parent cf83ac566f
commit 0fde8d34f1
40 changed files with 312 additions and 202 deletions

View File

@@ -0,0 +1,8 @@
DEFINED_PHASES=install preinst pretend
DESCRIPTION=Group for net-misc/xray-core
EAPI=8
INHERIT=acct-group
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris
SLOT=0
_eclasses_=user-info d7c261c6f7c2392145e8789913f1bf7e acct-group 64c2dcae095a4889476d76ba39d2ce21
_md5_=2dba672a71d62eaa0cc9231189e2d94e

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst preinst prerm pretend
DESCRIPTION=User for net-misc/xray-core
EAPI=8
INHERIT=acct-user
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris
RDEPEND=acct-group/xray
SLOT=0
_eclasses_=user-info d7c261c6f7c2392145e8789913f1bf7e acct-user 8c5f04cd2cfafc30ffb9bae9cf5f5605
_md5_=1b4f87115a017cb60839265aa24b9703

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install prepare setup
DESCRIPTION=Script to edit a single file as root using run0
EAPI=8
HOMEPAGE=https://github.com/HastD/run0edit
INHERIT=python-single-r1
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=|| ( Apache-2.0 MIT )
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=sys-apps/systemd-256:=
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://github.com/HastD/run0edit/archive/6c5827576ac9241d976cf8bd953ea244793f2506.tar.gz -> run0edit-0.5.6_p20251226.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=7f768f0c958aedf4c90d913ad17da2e1

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install prepare setup unpack
DESCRIPTION=Script to edit a single file as root using run0
EAPI=8
HOMEPAGE=https://github.com/HastD/run0edit
INHERIT=python-single-r1 git-r3
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
LICENSE=|| ( Apache-2.0 MIT )
PROPERTIES=live
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=sys-apps/systemd-256:=
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=7f768f0c958aedf4c90d913ad17da2e1

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=compile install test
DEPEND=sys-fs/fuse:0 app-arch/libarchive
DESCRIPTION=Read-only FUSE file system for mounting archives and compressed files
EAPI=8
HOMEPAGE=https://github.com/google/fuse-archive
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=sys-fs/fuse:0 app-arch/libarchive
SLOT=0
SRC_URI=https://github.com/google/fuse-archive/archive/v0.1.14.tar.gz -> fuse-archive-0.1.14.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da
_md5_=61c55932a0f58209f2205edbe9034f34

View File

@@ -1,15 +1,16 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile configure install
DEPEND=>=sys-fs/fuse-2.7:0 >=app-arch/libarchive-3.7
DEFINED_PHASES=compile configure install postinst
DEPEND=fuse2? ( >=sys-fs/fuse-2.9:0 ) !fuse2? ( >=sys-fs/fuse-3.1:3 ) >=app-arch/libarchive-3.7
DESCRIPTION=Read-only FUSE file system for mounting archives and compressed files
EAPI=8
HOMEPAGE=https://github.com/google/fuse-archive
INHERIT=toolchain-funcs flag-o-matic
INHERIT=toolchain-funcs flag-o-matic optfeature
IUSE=fuse2
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=sys-fs/fuse-2.7:0 >=app-arch/libarchive-3.7
RDEPEND=fuse2? ( >=sys-fs/fuse-2.9:0 ) !fuse2? ( >=sys-fs/fuse-3.1:3 ) >=app-arch/libarchive-3.7
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/google/fuse-archive/archive/v1.10.tar.gz -> fuse-archive-1.10.tar.gz https://github.com/boostorg/intrusive/archive/refs/tags/boost-1.87.0.tar.gz -> intrusive-boost-1.87.0.tar.gz https://github.com/boostorg/config/archive/refs/tags/boost-1.87.0.tar.gz -> config-boost-1.87.0.tar.gz https://github.com/boostorg/assert/archive/refs/tags/boost-1.87.0.tar.gz -> assert-boost-1.87.0.tar.gz https://github.com/boostorg/move/archive/refs/tags/boost-1.87.0.tar.gz -> move-boost-1.87.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672
_md5_=b196b62301ec1e86b25224211ba2806d
SRC_URI=https://github.com/google/fuse-archive/archive/v1.16.tar.gz -> fuse-archive-1.16.tar.gz https://github.com/boostorg/intrusive/archive/refs/tags/boost-1.87.0.tar.gz -> intrusive-boost-1.87.0.tar.gz https://github.com/boostorg/config/archive/refs/tags/boost-1.87.0.tar.gz -> config-boost-1.87.0.tar.gz https://github.com/boostorg/assert/archive/refs/tags/boost-1.87.0.tar.gz -> assert-boost-1.87.0.tar.gz https://github.com/boostorg/move/archive/refs/tags/boost-1.87.0.tar.gz -> move-boost-1.87.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 optfeature 538bce96e5589935b57e178e8635f301
_md5_=b62be01de3cf97f4c5956183e3502de3

View File

@@ -1,14 +0,0 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile configure install test
DEPEND=sys-fs/fuse:0 app-arch/libarchive
DESCRIPTION=Read-only FUSE file system for mounting archives and compressed files
EAPI=8
HOMEPAGE=https://github.com/google/fuse-archive
INHERIT=toolchain-funcs flag-o-matic
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=sys-fs/fuse:0 app-arch/libarchive
SLOT=0
SRC_URI=https://github.com/google/fuse-archive/archive/v1.6.tar.gz -> fuse-archive-1.6.tar.gz https://github.com/boostorg/intrusive/archive/refs/tags/boost-1.87.0.tar.gz -> intrusive-boost-1.87.0.tar.gz https://github.com/boostorg/config/archive/refs/tags/boost-1.87.0.tar.gz -> config-boost-1.87.0.tar.gz https://github.com/boostorg/assert/archive/refs/tags/boost-1.87.0.tar.gz -> assert-boost-1.87.0.tar.gz https://github.com/boostorg/move/archive/refs/tags/boost-1.87.0.tar.gz -> move-boost-1.87.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672
_md5_=6a01075971b96a9e6c965fd1da650548

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RDEPEND=acct-group/keyd
SLOT=0
SRC_URI=https://github.com/rvaiya/keyd/archive/v2.5.0.tar.gz -> keyd-2.5.0.tar.gz
SRC_URI=https://github.com/rvaiya/keyd/archive/v2.6.0.tar.gz -> keyd-2.6.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5
_md5_=bea51be3ea3076274eb704ebe8925922
_md5_=b01c15b4d5a28f0511af7ec031b0772c

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/openssl:= virtual/zlib:= voice? ( dev-libs/libsodium:= media-libs/opus ) dev-cpp/nlohmann_json
DESCRIPTION=Lightweight C++ Discord bot library
EAPI=8
HOMEPAGE=https://dpp.dev/ https://github.com/brainboxdotcc/DPP
INHERIT=cmake
IUSE=voice +coro
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/openssl:= virtual/zlib:= voice? ( dev-libs/libsodium:= media-libs/opus )
SLOT=0/10.1.4
SRC_URI=https://github.com/brainboxdotcc/DPP/archive/refs/tags/v10.1.4.tar.gz -> dpp-10.1.4.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=4b8c394bb46bb58eb7cde749f2720ef5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-lang/go-1.24.7 >=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=Real-time logging dashboard for Kubernetes
EAPI=8
HOMEPAGE=https://github.com/kubetail-org/kubetail
INHERIT=go-module shell-completion
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.11.1/kubetail-0.11.1-vendored.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=62580f1eebca5b45d0899d1a5c3522b8

View File

@@ -0,0 +1,11 @@
DEFINED_PHASES=compile install
DESCRIPTION=Real-time logging dashboard for Kubernetes
EAPI=8
HOMEPAGE=https://github.com/kubetail-org/kubetail
INHERIT=shell-completion
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=amd64? ( https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.11.1/kubetail-linux-amd64.tar.gz -> kubetail-bin-0.11.1-linux-amd64.tar.gz ) arm64? ( https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.11.1/kubetail-linux-arm64.tar.gz -> kubetail-bin-0.11.1-linux-arm64.tar.gz )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=000cad1c61372ac46c316273cd2e4cec

View File

@@ -1,15 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-qt/qtbase-6.6.0:6 >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.10.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.10.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.3+
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.18.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.18.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.5+
EAPI=8
HOMEPAGE=https://github.com/paulmcauley/klassy
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT
RDEPEND=>=dev-qt/qtbase-6.6.0:6 >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.10.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.10.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
RDEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.18.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.18.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/paulmcauley/klassy/archive/refs/tags/6.4.breeze6.4.0.tar.gz -> klassy-6.4.tar.gz
SRC_URI=https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.tar.gz -> klassy-6.5.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=2ec371f0e2916ff78e1ee2281636ca3b
_md5_=bf97bcf4c408498307c86a77816fb6e8

View File

@@ -1,7 +1,7 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test unpack
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
DEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.18.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.18.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.3+
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.5+
EAPI=8
HOMEPAGE=https://github.com/paulmcauley/klassy
INHERIT=git-r3 cmake
@@ -11,4 +11,4 @@ RDEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.
RESTRICT=test
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=ee78a7870ecaf4e68775f679ed23b173
_md5_=7735e1500141ea67937e940e705a97dd

View File

@@ -10,6 +10,6 @@ LICENSE=MIT
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) gui-apps/quickshell app-misc/brightnessctl dev-vcs/git media-gfx/imagemagick
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.3.0/noctalia-v4.3.0.tar.gz
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.3.2/noctalia-v4.3.2.tar.gz
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=6d6880a2177a9b8f1163692ad2776683

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm prepare setup
DEPEND=x11-libs/libX11 >=media-libs/imlib2-1.11.0[X] statusbar? ( x11-libs/libXft media-libs/fontconfig ) exif? ( media-libs/libexif )
DESCRIPTION=Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer
EAPI=8
HOMEPAGE=https://codeberg.org/nsxiv/nsxiv
INHERIT=desktop xdg-utils savedconfig toolchain-funcs linux-info shell-completion
IUSE=+statusbar +inotify exif debug savedconfig
KEYWORDS=~amd64
LICENSE=GPL-2+ public-domain
RDEPEND=x11-libs/libX11 >=media-libs/imlib2-1.11.0[X] statusbar? ( x11-libs/libXft media-libs/fontconfig ) exif? ( media-libs/libexif )
SLOT=0
SRC_URI=https://github.com/nsxiv/nsxiv/archive/v34.tar.gz -> nsxiv-34.tar.gz https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/aa5f73c46a21060bb084b308f3d032ace86753c0/completion/zsh/_nsxiv -> nsxiv-aa5f73c46a21060bb084b308f3d032ace86753c0.comp.zsh
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 portability a39e3d646f76cb45d06b44cc1144b8d4 savedconfig b9131abe556ad2ea96c01b06d658d363 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=77c7650154758478eecaae8c911362e2

View File

@@ -1,5 +1,5 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack
DEFINED_PHASES=compile install postinst postrm prepare setup unpack
DEPEND=x11-libs/libX11 >=media-libs/imlib2-1.11.0[X] statusbar? ( x11-libs/libXft media-libs/fontconfig ) exif? ( media-libs/libexif )
DESCRIPTION=Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer
EAPI=8
@@ -10,6 +10,6 @@ LICENSE=GPL-2+ public-domain
PROPERTIES=live
RDEPEND=x11-libs/libX11 >=media-libs/imlib2-1.11.0[X] statusbar? ( x11-libs/libXft media-libs/fontconfig ) exif? ( media-libs/libexif )
SLOT=0
SRC_URI=https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/24384847326ad44ac98b7ee7e6fbfa02548ca9c0/completion/zsh/_nsxiv -> nsxiv-24384847326ad44ac98b7ee7e6fbfa02548ca9c0.comp.zsh
SRC_URI=https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/aa5f73c46a21060bb084b308f3d032ace86753c0/completion/zsh/_nsxiv -> nsxiv-aa5f73c46a21060bb084b308f3d032ace86753c0.comp.zsh
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 portability a39e3d646f76cb45d06b44cc1144b8d4 savedconfig b9131abe556ad2ea96c01b06d658d363 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=fe415a82a3bd04ccfe08f0c9e9a0f538
_md5_=77c7650154758478eecaae8c911362e2

View File

@@ -0,0 +1,15 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install
DEPEND=media-libs/game-music-emu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/ncurses:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
DESCRIPTION=CLI program for playing back and rendering SPC files.
EAPI=8
HOMEPAGE=https://codeberg.org/jneen/spct
INHERIT=toolchain-funcs multilib-build
IUSE=libspct abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=media-libs/game-music-emu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/ncurses:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
SLOT=0/1
SRC_URI=https://codeberg.org/jneen/spct/archive/v1.2.4.tar.gz -> spct-1.2.4.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multilib-build d7802b3638ffc661375c0021cdd19efd
_md5_=151728861f7f932e7b4e1a06c2816bde

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare setup unpack
DESCRIPTION=Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
EAPI=8
HOMEPAGE=https://github.com/Mastermindzh/tidal-hifi
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 desktop linux-info unpacker xdg
IUSE=wayland +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus sys-apps/util-linux sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango
SLOT=0
SRC_URI=https://github.com/Mastermindzh/tidal-hifi/releases/download/6.1.0/tidal-hifi-6.1.0.tar.gz -> tidal-hifi-bin-6.1.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=59dac435d015c01597a1bfe46ee2f1e1

View File

@@ -1,16 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake
IUSE=debug qt5 +qt6 lto
KEYWORDS=~amd64
LICENSE=LGPL-3
REQUIRED_USE=|| ( qt5 qt6 )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.10.6.tar.gz -> mediaelch-2.10.6.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=5f05a30a9327f038ccfeb01175d444c3

View File

@@ -1,17 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake
IUSE=debug qt5 +qt6 lto
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
REQUIRED_USE=|| ( qt5 qt6 )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.12.0.tar.gz -> mediaelch-2.12.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=1c5715b081fb952050c48d8b1db38ac3

View File

@@ -0,0 +1,17 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake
IUSE=debug qt5 +qt6 lto
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
REQUIRED_USE=|| ( qt5 qt6 )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.12.0.tar.gz -> mediaelch-2.12.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=662e1e60d42ee66319c04eea3d8d1ca2

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
@@ -8,8 +8,8 @@ INHERIT=cmake git-r3
IUSE=debug qt5 +qt6 lto
LICENSE=LGPL-3
PROPERTIES=live
RDEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
RDEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
REQUIRED_USE=|| ( qt5 qt6 )
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=1c5715b081fb952050c48d8b1db38ac3
_md5_=3e28924f80107514e6916abfb7e86cd0

View File

@@ -11,4 +11,4 @@ RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=amd64? ( https://github.com/Legcord/Legcord/releases/download/v1.2.1/Legcord-1.2.1-linux-amd64.deb -> legcord-bin-1.2.1-amd64.deb ) arm64? ( https://github.com/Legcord/Legcord/releases/download/v1.2.1/Legcord-1.2.1-linux-arm64.deb -> legcord-bin-1.2.1-arm64.deb ) https://github.com/Legcord/Legcord/releases/download/v1.2.1/app.legcord.Legcord.metainfo.xml
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=e2f6c1e2a5ddb143707588ce1d04bacd
_md5_=32eced83f30d059d119d2f713c2ae03b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
DESCRIPTION=toot - Mastodon CLI & TUI
EAPI=8
HOMEPAGE=https://github.com/ihabunek/toot
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.0[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://files.pythonhosted.org/packages/source/t/toot/toot-0.48.1.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=3ac310a7ec62fe68fb2fdc7a8210550f

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
DESCRIPTION=toot - Mastodon CLI & TUI
EAPI=8
HOMEPAGE=https://github.com/ihabunek/toot
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-python/urwid-2.1.2-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/toot/toot-0.50.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=f9ef5e53b4e5914fa6674b80228ed874

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( <dev-python/urwid-3.0.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=<dev-python/urwid-3.0.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
DESCRIPTION=toot - Mastodon CLI & TUI
EAPI=8
HOMEPAGE=https://github.com/ihabunek/toot
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=<dev-python/urwid-3.0.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wcwidth-0.2.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/beautifulsoup4-4.12.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomlkit-0.11.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/toot/toot-0.51.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=0aa08019e71e5b506bd3e9a32d7f9443

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/urwid[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wcwidth[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/urwid[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wcwidth[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
DESCRIPTION=toot - Mastodon CLI & TUI
EAPI=8
HOMEPAGE=https://github.com/ihabunek/toot
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/urwid[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wcwidth[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/psycopg:2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/toot/toot-0.51.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=137e2b2541970716b1841927db9cc155

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=Golang version of the NZB Monkey with included NZB direct search
EAPI=8
HOMEPAGE=https://github.com/Tensai75/nzb-monkey-go
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=MIT Apache-2.0 BSD BSD-2 MIT
SLOT=0
SRC_URI=https://github.com/Tensai75/nzb-monkey-go/archive/refs/tags/v0.2.1.tar.gz -> nzb-monkey-go-0.2.1.tar.gz https://gitlab.com/api/v4/projects/64330835/packages/generic/nzb-monkey-go/0.2.1/nzb-monkey-go-0.2.1-deps.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885
_md5_=d40c4e081647b52ce4058619c3315dbd

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.25.5:= >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install prepare unpack
DEPEND=acct-user/xray acct-group/xray
DESCRIPTION=A unified platform for anti-censorship
EAPI=8
HOMEPAGE=https://github.com/XTLS/Xray-core/
INHERIT=go-module systemd
KEYWORDS=~amd64
LICENSE=MPL-2.0 Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT
RDEPEND=acct-user/xray acct-group/xray
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/XTLS/Xray-core/archive/v26.2.2.tar.gz -> xray-core-26.2.2.tar.gz https://github.com/puleglot/Xray-core/releases/download/v26.2.2/Xray-core-26.2.2-vendor.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=b2181f9f62fde135e93763187459b847

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-lang/go-1.25.5:= >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install prepare unpack
DEPEND=acct-user/xray acct-group/xray
DESCRIPTION=A unified platform for anti-censorship
EAPI=8
HOMEPAGE=https://github.com/XTLS/Xray-core/
INHERIT=go-module systemd git-r3
LICENSE=MPL-2.0 Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT
PROPERTIES=live
RDEPEND=acct-user/xray acct-group/xray
RESTRICT=test
SLOT=0
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=b2181f9f62fde135e93763187459b847

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/eigen
DESCRIPTION=Minimal solvers for calibrated camera pose estimation
EAPI=8
HOMEPAGE=https://github.com/PoseLib/PoseLib
INHERIT=cmake
IUSE=benchmark
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=dev-cpp/eigen
SLOT=0
SRC_URI=https://github.com/PoseLib/PoseLib/archive/refs/tags/v2.0.5.tar.gz -> poselib-2.0.5.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=a9f717c6b7bc86aabb3e4d99f3761a8d

View File

@@ -1,16 +0,0 @@
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) opencl? ( dev-util/opencl-headers ) vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
EAPI=8
HOMEPAGE=https://github.com/ggml-org/llama.cpp
INHERIT=cmake cuda rocm linux-info
IUSE=curl openblas +openmp blis hip cuda opencl vulkan +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1102 amdgpu_targets_gfx1103 amdgpu_targets_gfx1150 amdgpu_targets_gfx1151
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy opencl? ( dev-libs/opencl-icd-loader ) vulkan? ( media-libs/vulkan-loader )
REQUIRED_USE=?? ( openblas blis )
SLOT=0
SRC_URI=https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6318.tar.gz -> llama-cpp-0_pre6318.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 linux-info efd923656513c879204fec6638eadee5
_md5_=be4e8d5949702b10691d317e2e26edaf

View File

@@ -0,0 +1,16 @@
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) rocm? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= wmma? ( >=sci-libs/rocWMMA-6.3:= ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) opencl? ( dev-util/opencl-headers ) vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
EAPI=8
HOMEPAGE=https://github.com/ggml-org/llama.cpp
INHERIT=cmake cuda rocm linux-info
IUSE=curl openblas +openmp blis rocm cuda opencl vulkan flexiblas wmma examples +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1102 amdgpu_targets_gfx1103 amdgpu_targets_gfx1150 amdgpu_targets_gfx1151
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) rocm? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= wmma? ( >=sci-libs/rocWMMA-6.3:= ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy opencl? ( dev-libs/opencl-icd-loader ) vulkan? ( media-libs/vulkan-loader )
REQUIRED_USE=?? ( openblas blis flexiblas ) wmma? ( rocm )
SLOT=0
SRC_URI=https://github.com/ggml-org/llama.cpp/archive/refs/tags/b7924.tar.gz -> llama-cpp-0_pre7924.tar.gz examples? ( https://huggingface.co/ggml-org/tiny-llamas/resolve/99dd1a73db5a37100bd4ae633f4cfce6560e1567/stories15M-q4_0.gguf -> ggml-org_models_tinyllamas_stories15M-q4_0-99dd1a73db5a37100bd4ae633f4cfce6560e1567.gguf )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 linux-info efd923656513c879204fec6638eadee5
_md5_=2b0f234581d9d2892cfdf9a8107cf5e2

View File

@@ -13,7 +13,7 @@ acct-group/heisenbridge 0: Group for Heisenbridge
acct-group/hinsightd 0: A user group for www-servers/hinsightd
acct-group/iipsrv 0-r1: System group: iipsrv
acct-group/invidious 0: System group: invidious
acct-group/keyd 2.5.0: Group for app-misc/keyd
acct-group/keyd 2.6.0: Group for app-misc/keyd
acct-group/laminar 0: System group: laminar
acct-group/libmedium 0: A group for www-apps/libmedium
acct-group/lms 0: Group for LMS
@@ -34,6 +34,7 @@ acct-group/thelounge 0: A group for net-irc/thelounge
acct-group/webdav 0: Group for net-fs/webdav-server-rs
acct-group/whoogle 0: Group for www-apps/whoogle-search
acct-group/wsdd 0: Group for net-misc/wsdd
acct-group/xray 0: Group for net-misc/xray-core
acct-group/yacy 0: Group for net-misc/yacy
acct-group/yggdrasil 1: System group: yggdrasil
acct-user/_bgpd 0-r1: User for OpenBGPD
@@ -77,6 +78,7 @@ acct-user/trezord 0: User for TREZOR Bridge
acct-user/webdav 0: User for net-fs/webdav-server-rs
acct-user/whoogle 0: User for www-apps/whoogle-search
acct-user/wsdd 0: User for net-misc/wsdd
acct-user/xray 0: User for net-misc/xray-core
acct-user/yacy 0: User for net-misc/yacy
acct-user/yggdrasil 1: Yggdrasil user
app-accessibility/mimic1 1.3.0.1-r1 9999: Mycroft's TTS engine, based on CMU's Flite (Festival Lite)
@@ -116,13 +118,14 @@ app-admin/passage 1.7.4.2: A fork of password-store using age as encryption back
app-admin/pulumi-bin 3.191.0 3.198.0 3.201.0 3.204.0 3.207.0: Infrastructure as code in any programming language
app-admin/rbw 1.14.1 1.15.0 9999: Unofficial Bitwarden CLI
app-admin/ripasso 0.7.0: A password manager that uses the file format of 'pass'
app-admin/run0edit 0.5.6_p20251226 9999: Script to edit a single file as root using run0
app-admin/s-tui 1.2.0-r1 1.3.0: Stress-Terminal UI monitoring tool
app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
app-admin/talosctl-bin 1.7.6 1.9.5 1.10.1 1.12.0_rc0: Pre-compiled talosctl is an tool for interacting with the Talos API
app-admin/terragrunt-bin 0.93.11 0.96.1: A thin wrapper for Terraform
app-admin/tflint 0.58.0 0.60.0: Terraform linter
app-alternatives/phosh-keyboard 2-r1: sm.puri.OSK0.desktop symlinks
app-arch/fuse-archive 0.1.14 1.6 1.10 1.12: Read-only FUSE file system for mounting archives and compressed files
app-arch/fuse-archive 1.12 1.16: Read-only FUSE file system for mounting archives and compressed files
app-arch/libarchive-qt 2.0.8-r1: Qt based archiving solution with libarchive backend
app-arch/libzim 9.2.1-r1: ZIM file format: an offline storage solution for content coming from the Web
app-arch/microtar 0.1.0: A lightweight tar library written in ANSI C
@@ -270,7 +273,7 @@ app-misc/infnoise 0.3.3: infinite noise TRNG program
app-misc/interception-caps2esc 0.3.2: Interception tools plugin switching CAPS and ESC
app-misc/interception-tools 0.6.8-r1: A minimal composable infrastructure on top of libudev and libevdev
app-misc/kanata 1.10.1: Multi-layer keyboard customization
app-misc/keyd 2.5.0: A key remapping daemon for linux
app-misc/keyd 2.6.0: A key remapping daemon for linux
app-misc/kloak 0.2.30 0.3.7_p1 9999: A privacy tool that makes keystroke biometrics less effective
app-misc/kmon 1.6.5 1.7.1: Linux kernel manager and activity monitor
app-misc/krabby 0.3.0 9999: Print pokemon sprites in your terminal
@@ -452,7 +455,7 @@ dev-cpp/coeurl 0.3.0 0.3.1: A simple async wrapper around CURL for C++
dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
dev-cpp/cpp-utilities 5.31.1 5.32.0: Useful C++ classes and routines
dev-cpp/cpprestsdk 2.10.19-r6 2.10.19-r8: A Microsoft project for cloud-based client-server communication.
dev-cpp/dpp 10.0.30 10.0.33: Lightweight C++ Discord bot library
dev-cpp/dpp 10.0.30 10.0.33 10.1.4: Lightweight C++ Discord bot library
dev-cpp/drogon 1.9.5 1.9.6: C++14/17 based HTTP web application framework
dev-cpp/fast_double_parser 0.8.1: Parse strings into double floating-point values
dev-cpp/finalcut 0.9.1-r1 9999: A text-based widget toolkit
@@ -886,7 +889,7 @@ dev-python/pypandoc 1.16.2: Pypandoc provides a thin wrapper for pandoc, a unive
dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
dev-python/pyproject2ebuild 0.0.3: Convert pyproject.toml to Gentoo ebuilds automatically.
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
dev-python/pyrefly 0.50.1: A fast type checker and language server for Python with powerful IDE features
dev-python/pyrefly 0.51.0: A fast type checker and language server for Python with powerful IDE features
dev-python/pyrime 0.0.7: rime for python
dev-python/pysdl3 0.9.8_beta8 0.9.8_beta9 0.9.9_beta1: A pure Python wrapper for SDL3
dev-python/pysnooper 1.2.1 1.2.3: Never use print for debugging again
@@ -1046,8 +1049,8 @@ dev-util/ios-safari-remote-debug 0_pre20250506: A remote debugger for iOS Safari
dev-util/ios-webkit-debug-proxy 1.9.2: A DevTools proxy for iOS devices
dev-util/istyle 1.23_pre20220127: Fast and Free Automatic Formatter for Verilog Source Code
dev-util/juliaup 1.19.4: Julia installer and version multiplexer
dev-util/kubetail 0.9.0 0.9.0-r1 0.9.0-r2 0.10.1 0.11.0: Real-time logging dashboard for Kubernetes
dev-util/kubetail-bin 0.7.5 0.8.2 0.9.0 0.10.1 0.11.0: Real-time logging dashboard for Kubernetes
dev-util/kubetail 0.9.0 0.9.0-r1 0.9.0-r2 0.10.1 0.11.0 0.11.1: Real-time logging dashboard for Kubernetes
dev-util/kubetail-bin 0.7.5 0.8.2 0.9.0 0.10.1 0.11.0 0.11.1: Real-time logging dashboard for Kubernetes
dev-util/lemminx-bin 0.27.0 0.27.1: XML Language Server
dev-util/libtypec-utils 0.5.2: Library to interface with USB Type-C/Power Delivery devices
dev-util/lottieconverter 0.2-r2 0.2-r3: Simple lottie (telegram animated sticker) converter
@@ -1256,14 +1259,14 @@ gui-apps/hyprswitch 1.3.1: A CLI/GUI that allows switching between windows in Hy
gui-apps/hyprsysteminfo 0.1.3: Hyprland's system information GUI application
gui-apps/intiface-central-bin 2.6.0 2.6.4: Buttplug frontend application
gui-apps/ironbar 0.17.1 0.18.0 9999: Customisable Wayland gtk bar written in Rust
gui-apps/klassy 6.4 9999: Klassy QT6 window decoration theme for KDE Plasma 6.3+
gui-apps/klassy 6.5 9999: Klassy QT6 window decoration theme for KDE Plasma 6.5+
gui-apps/koi 0.6: Theme scheduling for the KDE Plasma Desktop
gui-apps/lan-mouse 0.10.0 0.10.0_p20251027: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
gui-apps/lemurs 0.3.2 0.4.0: A TUI Display/Login Manager
gui-apps/lswt 1.0.4-r1 2.0.0 9999: List Wayland toplevels
gui-apps/meteo-qt 4.1 4.2: A system tray application for the weather status
gui-apps/mpvpaper 1.8 9999: A video wallpaper program for wlroots based wayland compositors
gui-apps/noctalia-shell 4.3.0 9999: Noctalia Configuration for Quickshell
gui-apps/noctalia-shell 4.3.2 9999: Noctalia Configuration for Quickshell
gui-apps/nwg 0: meta package package for nwg-shell
gui-apps/nwg-bar 0.1.5 0.1.6: GTK3-based button bar for wlroots-based compositors
gui-apps/nwg-clipman 0.2.4-r1 0.2.5: nwg-shell clipboard manager - a GTK3-based GUI for cliphist
@@ -1404,7 +1407,7 @@ media-gfx/gephi-bin 0.9.6 0.10.1: The Open Graph Viz Platform
media-gfx/glslViewer 3.2.4: Console-based GLSL live-coding viewer
media-gfx/mayo 0.9.0: Opensource 3D CAD viewer and converter
media-gfx/mirage 0.11.2 9999: Fast and simple image viewer based on Python and GTK
media-gfx/nsxiv 32 33 9999: Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer
media-gfx/nsxiv 32 33 34 9999: Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer
media-gfx/oda-file-converter 26.10.0.0: For converting between different versions of .dwg and .dxf
media-gfx/orcaslicer-bin 2.3.1: G-code generator for 3D printers (Bambu, Prusa, Voron, Creality)
media-gfx/pdf4qt 1.5.1.0 9999: Open source PDF WYSIWYG editor based on Qt
@@ -1502,7 +1505,7 @@ media-sound/qobuz-player 0.6.5 0.6.6: Tui, web and rfid player for Qobuz
media-sound/rmpc 0.9.0 0.10.0 9999: A beautiful and configurable TUI client for MPD
media-sound/rsgain 3.5.1 3.5.3: Really Simple replay Gain calculator for tagging audio files
media-sound/shortwave 5.0.0: An internet radio player
media-sound/spct 1.2.2: CLI program for playing back and rendering SPC files.
media-sound/spct 1.2.2 1.2.4: CLI program for playing back and rendering SPC files.
media-sound/spot 0.4.0-r2: GTK4 Spotify (Premium) client
media-sound/spotify-adblock 1.0.1 1.0.2 1.0.3: Adblocker for Spotify
media-sound/spotify-player 0.20.5 0.21.0 0.21.1 9999: spotify_player is a fast, easy to use, and configurable terminal music player.
@@ -1510,7 +1513,7 @@ media-sound/spotifyd 0.3.5_p20240513 0.4.1 0.4.2: A Spotify daemon
media-sound/spotube-bin 3.8.0: An open source, cross-platform Spotify client
media-sound/supersonic 0.20.0 0.20.1: A lightweight and full-featured cross-platform desktop client
media-sound/tenacity 1.3.4-r4: Easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor
media-sound/tidal-hifi-bin 5.16.0-r1 5.17.0: Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
media-sound/tidal-hifi-bin 5.16.0-r1 5.17.0 6.1.0: Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
media-sound/yandex-music 5.81.4 5.82.0 5.83.0 5.84.1: Yandex Music streaming service
media-sound/yewtube 2.12.0 9999: Terminal-based YouTube player and downloader
media-sound/ymuse 0.22: GTK client for Music Player Daemon (MPD) written in Go
@@ -1527,7 +1530,7 @@ media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
media-video/kooha 2.2.3-r2: GTK4 screen recorder for Wayland
media-video/lossless-cut 3.59.1-r1 3.64.0: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
media-video/manimgl 1.7.2 9999: Animation engine for explanatory math videos
media-video/mediaelch 2.10.6 2.12.0 9999: Video metadata scraper
media-video/mediaelch 2.12.0-r1 9999: Video metadata scraper
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
media-video/motioneye 0.43.1: A web frontend for the motion daemon, Python 3
media-video/mpc-qt 25.07 26.01: Media Player Classic Qute Theater
@@ -1627,7 +1630,7 @@ net-im/vesktop-bin 1.6.3-r1: All-in-one voice and text chat for gamers with Venc
net-im/zapzap 6.2.4: WhatsApp desktop application written in PyQt6 + PyQt6-WebEngine
net-im/zulip-desktop-bin 5.12.2: Organized chat for distributed teams.
net-irc/catgirl 2.2 2.2a: TLS-only terminal IRC client
net-irc/halloy 2025.12 2026.1 2026.1.1: IRC application written in Rust
net-irc/halloy 2026.1 2026.1.1 2026.2: IRC application written in Rust
net-irc/limnoria-plugins-bugzilla 4.0: Bugzilla integration plugin for the Limnoria IRC Bot
net-irc/litterbox 1.9: TLS-only IRC logger
net-irc/pounce 3.0 3.1 3.1-r1: Multi-client, TLS-only IRC bouncer
@@ -1694,7 +1697,7 @@ net-misc/purritobin 0.6.7 9999: minimalistic commandline pastebin
net-misc/rpki-client 9.2 9.3: Portability shim for OpenBSD's rpki-client
net-misc/smcroute 2.5.7: A static multicast routing daemon
net-misc/sshx 0.2.4: A secure web-based, collaborative terminal.
net-misc/toot 0.48.1 0.50.0 0.51.0: toot - Mastodon CLI & TUI
net-misc/toot 0.51.0-r1: toot - Mastodon CLI & TUI
net-misc/warp 0.9.2: Fast and secure file transfer
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
@@ -1712,7 +1715,7 @@ net-news/gfeeds 2.2.0-r3: An RSS/Atom feed reader for GNOME.
net-news/newsflash 3.1.6 3.1.6-r1 3.3.5: Feed Reader written in GTK
net-news/newsraft 0.30 0.32 0.34 9999: A lightweight feed reader with ncurses user interface inspired by Newsboat.
net-nntp/inn 2.7.1 2.7.3: InterNetNews - the Internet meets Netnews
net-nntp/nzb-monkey-go 0.1.19: Golang version of the NZB Monkey with included NZB direct search
net-nntp/nzb-monkey-go 0.1.19 0.2.1: Golang version of the NZB Monkey with included NZB direct search
net-nntp/pan 0.164 0.165: A newsreader for GNOME
net-p2p/bisq-bin 1.9.14-r1: The decentralized bitcoin exchange (non-atomic, with arbitration)
net-p2p/dogecoin-qt 1.14.9 9999: Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
@@ -1738,6 +1741,7 @@ net-proxy/opera-proxy 1.13.1: Standalone Opera VPN proxies client
net-proxy/shadowsocks-rust 1.22.0: A Rust port of shadowsocks
net-proxy/snowflake 2.11.0-r1: Pluggable Transport using WebRTC, inspired by Flashproxy
net-proxy/wireproxy 1.0.9: Wireguard client that exposes itself as a proxy
net-proxy/xray-core 26.2.2 9999: A unified platform for anti-censorship
net-voip/baresip 4.2.0 4.3.0 4.4.0: Baresip is a portable and modular SIP User-Agent
net-voip/discover-overlay 0.6.9-r1 0.7.4 0.7.8: Yet another Discord overlay for Linux written in Python using GTK3
net-voip/gnome-calls 48.2 49.1.1: Phone dialer and call handler
@@ -1800,7 +1804,7 @@ sci-geosciences/google-earth-pro 7.3.6-r1: Google's 3D planet viewer
sci-libs/dlpack 1.3: Common in-memory tensor structure
sci-libs/onnxruntime 1.23.2: Cross-platform, high performance ML inferencing and training accelerator
sci-libs/onnxruntime-bin 1.22.0: cross-platform, high performance ML inferencing and training accelerator
sci-libs/poselib 2.0.4: Minimal solvers for calibrated camera pose estimation
sci-libs/poselib 2.0.4 2.0.5: Minimal solvers for calibrated camera pose estimation
sci-mathematics/frama-c 25.0-r2: Framework for analysis of source codes written in C
sci-mathematics/frama-c-aorai 25.0: Aorai (automaton annotations) plugin for frama-c
sci-mathematics/frama-c-callgraph 25.0: Callgraph plugin for frama-c
@@ -1836,7 +1840,7 @@ sci-mathematics/pyromaths 21.8.2-r1: Create maths exercises in LaTeX and PDF for
sci-mathematics/rink 0.8.0-r1 9999: Unit conversion tool, similar to frink
sci-mathematics/rstudio-desktop-bin 2023.09.1_p494 2024.12.0_p467 2024.12.0_p467-r1: IDE for R and Python
sci-misc/boinc-wrapper 26018-r3 26019 26019-r1: Wrapper to use non-BOINC apps with BOINC
sci-misc/llama-cpp 0_pre6318 0_pre6710 0_pre6980 0_pre7276 0_pre7611 0_pre7770 0_pre7836 9999: Port of Facebook's LLaMA model in C/C++
sci-misc/llama-cpp 0_pre6710 0_pre6980 0_pre7276 0_pre7611 0_pre7770 0_pre7836 0_pre7924 9999: Port of Facebook's LLaMA model in C/C++
sci-ml/aichat 0.30.0: All-in-one LLM CLI Tool
sci-ml/ollama 0.13.0 0.13.1 0.13.2 0.13.4 0.13.5-r1 0.13.5-r2 0.14.2 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
sci-physics/openmodelica 1.26.0: Open-source Modelica-based modeling and simulation environment

View File

@@ -1 +1 @@
Tue, 03 Feb 2026 23:33:11 +0000
Wed, 04 Feb 2026 22:31:23 +0000