2024-08-27 10:04:04 UTC

This commit is contained in:
Repository mirror & CI
2024-08-27 10:04:05 +00:00
parent 9a50fd613e
commit 20fa21e872
20 changed files with 82 additions and 74 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools-scm[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools-scm[python_targets_python3_12(-)] ) test? ( dev-libs/nss ) python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles
EAPI=8
HOMEPAGE=https://github.com/Unode/firefox_decrypt
INHERIT=distutils-r1
IUSE=test python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/nss python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/unode/firefox_decrypt/archive/refs/tags/1.1.1.tar.gz -> firefox-decrypt-1.1.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 distutils-r1 39c571155ace3dd926fe0d6440cf0a50
_md5_=beed4c58875b213808777629489db838

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
BDEPEND=test? ( >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/numpy-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DESCRIPTION=Pyspread is a non-traditional spreadsheet written in Python
EAPI=8
@@ -8,10 +8,10 @@ INHERIT=xdg desktop distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
RDEPEND=>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/numpy-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.com/pyspread/pyspread/-/archive/v2.1.1/pyspread-v2.1.1.tar.bz2
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50
_md5_=fc4ab0d9ef6d30176721971fca01f67e
_md5_=a121fc66da70063a256439ca1b049f0d

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD BSD-2 MIT public-domain
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/errata-ai/vale/archive/v3.6.1.tar.gz -> vale-3.6.1.tar.gz https://github.com/ferki/vale/releases/download/v3.6.1-gentoo-deps/vale-3.6.1-gentoo-deps.tar.xz
SRC_URI=https://github.com/errata-ai/vale/archive/v3.7.1.tar.gz -> vale-3.7.1.tar.gz https://github.com/ferki/vale/releases/download/v3.7.1-gentoo-deps/vale-3.7.1-gentoo-deps.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=cc3582e5738410f1743cbfedb97fadcd

View File

@@ -1,9 +0,0 @@
DEFINED_PHASES=compile install prepare
DESCRIPTION=High-quality QR Code generator library
EAPI=8
HOMEPAGE=https://www.nayuki.io/page/qr-code-generator-library
KEYWORDS=~amd64 ~x86
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/nayuki/QR-Code-generator/archive/v1.8.0.tar.gz -> qrcodegen-1.8.0.tar.gz
_md5_=7d6165e293674c64d8b19dc412bf14bf

View File

@@ -1,12 +0,0 @@
BDEPEND=x11-misc/imake
DEFINED_PHASES=compile configure
DEPEND=x11-libs/libX11 x11-libs/libXpm
DESCRIPTION=Minesweeper clone for the X11 windowing system
EAPI=8
HOMEPAGE=https://salsa.debian.org/debian/xdemineur
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=x11-libs/libX11 x11-libs/libXpm
SLOT=0
SRC_URI=https://deb.debian.org/debian/pool/main/x/xdemineur/xdemineur_2.1.1.orig.tar.gz -> xdemineur-2.1.1.tar.gz
_md5_=52e9f89d6eabe0f5e2b77356d7b916db

View File

@@ -0,0 +1,14 @@
BDEPEND=x11-misc/imake
DEFINED_PHASES=compile configure install
DEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm
DESCRIPTION=Minesweeper clone for the X11 windowing system
EAPI=8
HOMEPAGE=https://salsa.debian.org/debian/xdemineur
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm
SLOT=0
SRC_URI=https://deb.debian.org/debian/pool/main/x/xdemineur/xdemineur_2.1.1.orig.tar.gz -> xdemineur-2.1.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0
_md5_=375d095d2fa9c30ee6679723c13fe603

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,5 @@
BDEPEND=gnome-base/librsvg dev-qt/qtbase[dbus] dev-qt/qtquickcontrols dev-qt/qtopengl dev-qt/qtwebengine:5 media-video/mpv net-libs/nodejs[ssl]
DEFINED_PHASES=compile install postinst postrm preinst prepare
DEPEND=media-video/ffmpeg[network]
DEPEND=gnome-base/librsvg dev-qt/qtbase dev-qt/qtdbus:5 dev-qt/qtquickcontrols:5 dev-qt/qtopengl:5 dev-qt/qtwebengine:5 media-video/mpv net-libs/nodejs[ssl]
DESCRIPTION=Stremio is a modern media center for your video entertainment.
EAPI=8
HOMEPAGE=https://github.com/Stremio/stremio-shell/ https://www.stremio.com/
@@ -10,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=media-video/ffmpeg[network]
SLOT=0
SRC_URI=https://github.com/Stremio/stremio-shell/archive/refs/tags/v4.4.168.tar.gz -> 4.4.168-stremio-shell.tar.gz https://github.com/itay-grudev/SingleApplication/archive/aede311d28d20179216c5419b581087be2a8409f.tar.gz -> 4.4.168-singleapplication.tar.gz https://github.com/Ivshti/libmpv/archive/b0eae77cf6dc59aaf142b7d079cb13a0904fd3ee.tar.gz -> 4.4.168-libmpv.tar.gz https://github.com/Ivshti/razerchroma/archive/99045142479ba0e2fc3b9cccb72e348c67cd5829.tar.gz -> 4.4.168-razerchroma.tar.gz https://dl.strem.io/server/v4.20.8/desktop/server.js -> 4.4.168-server.js
SRC_URI=https://github.com/Stremio/stremio-shell/archive/refs/tags/v4.4.168.tar.gz -> stremio-4.4.168.tar.gz https://github.com/itay-grudev/SingleApplication/archive/aede311d28d20179216c5419b581087be2a8409f.tar.gz -> stremio-4.4.168-singleapplication.tar.gz https://github.com/Ivshti/libmpv/archive/b0eae77cf6dc59aaf142b7d079cb13a0904fd3ee.tar.gz -> stremio-4.4.168-libmpv.tar.gz https://github.com/Ivshti/razerchroma/archive/99045142479ba0e2fc3b9cccb72e348c67cd5829.tar.gz -> stremio-4.4.168-razerchroma.tar.gz https://dl.strem.io/server/v4.20.8/desktop/server.js -> stremio-4.4.168-server.js
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=ec0f31d6c6407c5a64309e8fd27ceea0
_md5_=a5d76c3bedf2ebd387190e5962981839

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
@@ -8,8 +8,8 @@ INHERIT=cmake desktop
IUSE=+libhandy +rnnoise qrcodegen
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise )
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
SRC_URI=https://github.com/uowuo/abaddon/archive/refs/tags/v0.1.12.tar.gz -> abaddon-0.1.12.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=d8f013d09fca0211e086c79a8f5c3e2e
_md5_=d444cb94d7a2f2b60da114cb0dbfed9a

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
@@ -8,8 +8,8 @@ INHERIT=cmake desktop
IUSE=+libhandy +rnnoise qrcodegen
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise )
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
SRC_URI=https://github.com/uowuo/abaddon/archive/refs/tags/v0.1.13.tar.gz -> abaddon-0.1.13.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=d8f013d09fca0211e086c79a8f5c3e2e
_md5_=d444cb94d7a2f2b60da114cb0dbfed9a

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
@@ -8,8 +8,8 @@ INHERIT=cmake desktop
IUSE=+libhandy +rnnoise qrcodegen
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise )
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
SRC_URI=https://github.com/uowuo/abaddon/archive/refs/tags/v0.2.1.tar.gz -> abaddon-0.2.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=ffc4b511b42df137d5f6234b3d64beac
_md5_=98465bee1fecb822345c81f595c8fd5e

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
@@ -8,7 +8,7 @@ INHERIT=cmake desktop git-r3
IUSE=+libhandy +rnnoise qrcodegen
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qrcodegen ) rnnoise? ( media-libs/rnnoise )
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d8f013d09fca0211e086c79a8f5c3e2e
_md5_=d444cb94d7a2f2b60da114cb0dbfed9a

View File

@@ -1,4 +1,4 @@
BDEPEND=virtual/pkgconfig app-alternatives/yacc seccomp? ( sys-kernel/linux-headers ) verify-sig? ( sec-keys/signify-keys-gmid:2.0 ) dev-libs/openssl virtual/pkgconfig verify-sig? ( app-crypt/signify )
BDEPEND=virtual/pkgconfig app-alternatives/yacc seccomp? ( sys-kernel/linux-headers ) verify-sig? ( sec-keys/signify-keys-gmid:2.1 ) dev-libs/openssl virtual/pkgconfig verify-sig? ( app-crypt/signify )
DEFINED_PHASES=configure install postinst unpack
DEPEND=acct-user/gemini dev-libs/libevent:= dev-libs/openssl:= !elibc_Darwin? ( dev-libs/libbsd )
DESCRIPTION=Simple and secure Gemini server
@@ -11,6 +11,6 @@ LICENSE=BSD ISC MIT
RDEPEND=acct-user/gemini dev-libs/libevent:= dev-libs/openssl:= !elibc_Darwin? ( dev-libs/libbsd )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://ftp.omarpolo.com/gmid-2.0.5.tar.gz verify-sig? ( https://ftp.omarpolo.com/gmid-2.0.5.sha256.sig )
SRC_URI=https://ftp.omarpolo.com/gmid-2.1.1.tar.gz verify-sig? ( https://ftp.omarpolo.com/gmid-2.1.1.sha256.sig )
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 verify-sig a79ba011daaf532d71a219182474d150
_md5_=b42d08d689a2f353c403420673d7acf2

View File

@@ -1,15 +1,15 @@
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure prepare
DEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) reiser4? ( sys-fs/reiser4progs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) reiser4? ( sys-fs/reiser4progs[static-libs] ) )
DEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
DESCRIPTION=Partition cloning tool
EAPI=8
HOMEPAGE=https://partclone.org
INHERIT=autotools flag-o-matic
IUSE=apfs btrfs +e2fs exfat f2fs fat fuse hfs jfs minix ncurses nilfs2 ntfs reiser4 reiserfs static ufs vmfs xfs
IUSE=apfs btrfs +e2fs exfat f2fs fat fuse hfs jfs minix ncurses nilfs2 ntfs reiserfs static ufs vmfs xfs
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) reiser4? ( sys-fs/reiser4progs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) reiser4? ( sys-fs/reiser4progs[static-libs] ) )
RDEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
SLOT=0
SRC_URI=https://github.com/Thomas-Tsai/partclone/archive/refs/tags/0.3.20.tar.gz -> partclone-0.3.20.tar.gz
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d
_md5_=57244a9c1902e0ae9f98b9542bf6ac1c
_md5_=5d5bbbd7b7a1118f13b33de815cadb18

View File

@@ -1,16 +0,0 @@
BDEPEND=|| ( dev-lang/crystal dev-lang/crystal-bin ) || ( dev-util/shards dev-lang/crystal-bin ) >=dev-util/gshards-0.2 virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
DEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libevent:= dev-libs/libpcre2:= dev-libs/libxml2:2 dev-libs/libyaml dev-libs/openssl:= sys-libs/zlib:= dev-crystal/athena-negotiation <dev-crystal/crystal-db-0.12.0 <dev-crystal/crystal-pg-0.27.0 dev-crystal/crystal-sqlite3 ~dev-crystal/kemal-1.1.2 dev-crystal/kilt >=dev-crystal/protodec-0.1.5 test? ( dev-crystal/spectator )
DESCRIPTION=Invidious is an alternative front-end to YouTube
EAPI=8
HOMEPAGE=https://invidious.io/ https://github.com/iv-org/invidious
INHERIT=check-reqs shards systemd
IUSE=test debug doc
KEYWORDS=~amd64
LICENSE=AGPL-3 Apache-2.0 MIT
RDEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libevent:= dev-libs/libpcre2:= dev-libs/libxml2:2 dev-libs/libyaml dev-libs/openssl:= sys-libs/zlib:= acct-user/invidious gnome-base/librsvg
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/iv-org/invidious/archive/08390acd0c17875fddb84cabba54197a5b5740e4.tar.gz -> invidious-2024.03.31.tar.gz https://registry.npmjs.org/video.js/-/video.js-7.12.1.tgz https://registry.npmjs.org/videojs-contrib-quality-levels/-/videojs-contrib-quality-levels-2.1.0.tgz https://registry.npmjs.org/videojs-http-source-selector/-/videojs-http-source-selector-1.1.6.tgz https://registry.npmjs.org/videojs-markers/-/videojs-markers-1.0.1.tgz https://registry.npmjs.org/videojs-mobile-ui/-/videojs-mobile-ui-0.6.1.tgz https://registry.npmjs.org/videojs-overlay/-/videojs-overlay-2.1.4.tgz https://registry.npmjs.org/videojs-share/-/videojs-share-3.2.1.tgz https://registry.npmjs.org/videojs-vr/-/videojs-vr-1.8.0.tgz https://registry.npmjs.org/videojs-vtt-thumbnails/-/videojs-vtt-thumbnails-0.0.13.tgz test? ( https://github.com/iv-org/mocks/archive/11ec372f72747c09d48ffef04843f72be67d5b54.tar.gz -> invidious-mocks-11ec372.tar.gz )
_eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe crystal-utils 6d436eb766514d5a66964eefa5c39d0c shards 19e21a696fe66db90959968325a9c97f systemd c8b03e8df84486aa991d4396686e8942
_md5_=23ee1f089829192a6cacc5e3f32d5a69

View File

@@ -0,0 +1,16 @@
BDEPEND=|| ( dev-lang/crystal dev-lang/crystal-bin ) || ( dev-util/shards dev-lang/crystal-bin ) >=dev-util/gshards-0.2 virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
DEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libevent:= dev-libs/libpcre2:= dev-libs/libxml2:2 dev-libs/libyaml dev-libs/openssl:= sys-libs/zlib:= dev-crystal/athena-negotiation >=dev-crystal/kemal-1.1.0 <dev-crystal/kemal-1.2.0 dev-crystal/kilt >=dev-crystal/protodec-0.1.5 virtual/crystal-db[postgres,sqlite] test? ( dev-crystal/spectator )
DESCRIPTION=Invidious is an alternative front-end to YouTube
EAPI=8
HOMEPAGE=https://invidious.io/ https://github.com/iv-org/invidious
INHERIT=check-reqs shards systemd
IUSE=test debug doc
KEYWORDS=~amd64
LICENSE=AGPL-3 Apache-2.0 MIT
RDEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libevent:= dev-libs/libpcre2:= dev-libs/libxml2:2 dev-libs/libyaml dev-libs/openssl:= sys-libs/zlib:= acct-user/invidious gnome-base/librsvg
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/iv-org/invidious/archive/refs/tags/v2.20240825.1.tar.gz -> invidious-2024.08.25.1.tar.gz https://registry.npmjs.org/video.js/-/video.js-7.12.1.tgz https://registry.npmjs.org/videojs-contrib-quality-levels/-/videojs-contrib-quality-levels-2.1.0.tgz https://registry.npmjs.org/videojs-http-source-selector/-/videojs-http-source-selector-1.1.6.tgz https://registry.npmjs.org/videojs-markers/-/videojs-markers-1.0.1.tgz https://registry.npmjs.org/videojs-mobile-ui/-/videojs-mobile-ui-0.6.1.tgz https://registry.npmjs.org/videojs-overlay/-/videojs-overlay-2.1.4.tgz https://registry.npmjs.org/videojs-share/-/videojs-share-3.2.1.tgz https://registry.npmjs.org/videojs-vr/-/videojs-vr-1.8.0.tgz https://registry.npmjs.org/videojs-vtt-thumbnails/-/videojs-vtt-thumbnails-0.0.13.tgz test? ( https://github.com/iv-org/mocks/archive/11ec372f72747c09d48ffef04843f72be67d5b54.tar.gz -> invidious-mocks-11ec372.tar.gz )
_eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe crystal-utils 6d436eb766514d5a66964eefa5c39d0c shards 19e21a696fe66db90959968325a9c97f systemd c8b03e8df84486aa991d4396686e8942
_md5_=b2cc7954271112547d7ebdaefd41ff3a

View File

@@ -5,9 +5,9 @@ EAPI=8
HOMEPAGE=https://github.com/lassekongo83/adw-gtk3
IDEPEND=>=dev-lang/sassc-3.6.2
INHERIT=meson
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm64
LICENSE=LGPL-2.1
SLOT=0
SRC_URI=https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v5.3.tar.gz -> adw-gtk3-5.3.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922
_md5_=bdb306dddd8100eef6e8403d038b3ee1
_md5_=47a63461cee6289ee14517f9c0677803

View File

@@ -148,6 +148,7 @@ app-crypt/certbot-dns-desec 1.2.1: deSEC DNS Authenticator plugin for Certbot
app-crypt/certbot-dns-rfc2136 2.10.0 9999: RFC 2136 DNS Authenticator plugin for Certbot (Lets Encrypt client)
app-crypt/clevis 19-r2 20-r1: Automated Encryption Framework
app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generator
app-crypt/firefox-decrypt 1.1.1: Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles
app-crypt/gnome-encfs-manager 1.9-r1 1.9-r2: An easy to use manager and mounter for encfs stashes
app-crypt/ifcplugin-bin 3.1.1.0: Crypto Interface Web Browser Plugin
app-crypt/intel-ipsec-mb 1.1 1.2 1.3 1.5 9999: Multi-Buffer Crypto for IPSec from Intel
@@ -353,7 +354,7 @@ app-text/smu 1.5 9999: Simple markup - markdown like syntax
app-text/the-platinum-searcher-bin 2.2.0: Fast CLI search tool, faster than grep, ack, silver_searcher (ag)
app-text/tldr 3.2.0: Python command line client for tldr pages
app-text/typst 0.11.1: A markup-based typesetting system for the sciences
app-text/vale 3.6.1 3.7.0: A syntax-aware linter for prose built with speed and extensibility in mind
app-text/vale 3.7.0 3.7.1: A syntax-aware linter for prose built with speed and extensibility in mind
app-vim/ale 3.3.0: Check syntax in Vim asynchronously and fix files, with LSP support
app-vim/ansible-vim 3.3 3.4: vim plugin: sytax highlighting for Ansible's common file types
app-vim/apkbuild-vim 20210911: vim plugin: edit and work with APKBUILD files
@@ -565,7 +566,6 @@ dev-libs/open62541 1.4.3: Open source C implementation of OPC UA
dev-libs/polyseed 1.0.0 2.0.0 9999: Mnemonic seed library for Monero and other CryptoNote-based currencies.
dev-libs/properties-cpp 0.0.2: Simple convenience library for handling properties and signals in C++11
dev-libs/qhttpengine 1.0.1-r1 9999: HTTP server for Qt applications
dev-libs/qrcodegen 1.8.0-r1: High-quality QR Code generator library
dev-libs/qschematic 1.6.0: Library for creating flowcharts and engineering diagrams
dev-libs/randomx 1.1.8 1.1.9 1.2.1: Proof of work algorithm based on random code execution
dev-libs/sealcurses 2.0.18_pre20230206 2.0.18_pre20230811: SDL Emulation and Adaptation Layer for Curses
@@ -1018,7 +1018,7 @@ games-puzzle/katawa-shoujo 1.4.6 1.4.7: Re-Engineered visual novel with accessib
games-puzzle/krank 8: Little casual game
games-puzzle/superflu-riteurnz 1.5.5: Artisanal video-game about Superflu, the useless super-hero
games-puzzle/superflu-riteurnz-data 12: Artisanal video-game about Superflu, the useless super-hero (data files)
games-puzzle/xdemineur 2.1.1: Minesweeper clone for the X11 windowing system
games-puzzle/xdemineur 2.1.1-r1: Minesweeper clone for the X11 windowing system
games-rpg/open-adventure 1.16 1.17 1.18: Forward-port of the Crowther/Woods Adventure 2.5
games-rpg/sacred-demo 1.0.0: Like Diablo, isometric view, good rating, about a two hours of the gameplay
games-rpg/snoot-game 1.10.0: Visual novel parody of Goodbye Volcano High
@@ -1451,7 +1451,7 @@ net-misc/gemget 1.9.0: Command line downloader for the Gemini protocol
net-misc/gemserv 0.6.5 0.6.6: A gemini Server written in rust
net-misc/giara 1.0.1 1.1.0: An app for Reddit
net-misc/gmcapsule 0.6.1 0.7.0: Extensible Gemini/Titan server
net-misc/gmid 2.0.5 2.1 9999: Simple and secure Gemini server
net-misc/gmid 2.1 2.1.1 9999: Simple and secure Gemini server
net-misc/gnome-ssh-askpass 9.2_p1: GTK-based passphrase dialog for use with OpenSSH
net-misc/graftcp 0.7.1: A tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy
net-misc/iipsrv 1.2: High performance image server for high resolution and scientific images
@@ -1689,7 +1689,7 @@ www-apps/forgejo 1.21.11.1 7.0.5 7.0.7: A self-hosted lightweight software forge
www-apps/freshrss 1.23.1 1.24.1: A free, self-hostable news aggregator
www-apps/gotosocial 0.9.0 0.10.0: Fast, fun, ActivityPub server, powered by Go
www-apps/honk 0.9.8 0.9.91: ActivityPub server with minimal setup and support costs
www-apps/invidious 2024.03.31 2024.04.27: Invidious is an alternative front-end to YouTube
www-apps/invidious 2024.04.27 2024.08.25.1: Invidious is an alternative front-end to YouTube
www-apps/laminar 1.3-r1: Fast and lightweight Continuous Integration
www-apps/libmedium 2024.06.10: Alternative private front-end to Medium
www-apps/librarian 2023.05.07: An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.

View File

@@ -1 +1 @@
Sun, 25 Aug 2024 15:48:57 +0000
Tue, 27 Aug 2024 10:04:04 +0000

View File

@@ -497,7 +497,7 @@ net-dialup/minimodem:sndio - Enable support for the media-sound/sndio backend
net-dns/AdGuardHome:web - Enables web user interface (UI)
net-im/Quaternion:keychain - Enable support for password storage via dev-libs/qtkeychain
net-im/abaddon:libhandy - Support for features using gui-libs/libhandy
net-im/abaddon:qrcodegen - Support for login through QR Code feature using dev-libs/qrcodegen
net-im/abaddon:qrcodegen - Support for login through QR Code feature using dev-libs/qr-code-generator
net-im/abaddon:rnnoise - Support for noise reduction using media-libs/rnnoise
net-im/conduit:rocksdb - Add support for RocksDB; a key/value, LSM database
net-im/conduit:system-rocksdb - Use the system-wide dev-libs/rocksdb installation
@@ -656,7 +656,6 @@ sys-block/partclone:jfs - Compile partclone jfs tool
sys-block/partclone:minix - Compile partclone minix tool
sys-block/partclone:nilfs2 - Compile partclone nilfs2 tool
sys-block/partclone:ntfs - Compile partclone ntfs tool
sys-block/partclone:reiser4 - Compile partclone reiser4 tool
sys-block/partclone:reiserfs - Compile partclone reiserfs tool
sys-block/partclone:ufs - Compile partclone ufs tool
sys-block/partclone:vmfs - Compile partclone vmfs tool