2025-07-07 09:07:11 UTC

This commit is contained in:
Repository mirror & CI
2025-07-07 09:07:11 +00:00
parent 20e1bb231d
commit eb2ccd2924
110 changed files with 687 additions and 345 deletions

View File

@@ -10,6 +10,6 @@ LICENSE=all-rights-reserved Apache-2.0 BSD ISC MIT
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa media-libs/vips:0/42 net-print/cups sys-apps/dbus >=sys-libs/glibc-2.26 virtual/udev x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils
RESTRICT=bindist mirror strip
SLOT=4
SRC_URI=https://beeper-desktop.download.beeper.com/builds/Beeper-4.0.747.AppImage
SRC_URI=https://beeper-desktop.download.beeper.com/builds/Beeper-4.0.821.AppImage
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 linux-info efd923656513c879204fec6638eadee5 chromium-2 3bebf8c71f3acd4070d63b098c45a7f1 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=6de57281030d416757a6dabcf16256b7
_md5_=10cef25d6b2aef1fde51c6a12bcd8aca

File diff suppressed because one or more lines are too long

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,14 +1,15 @@
BDEPEND=rocksdb? ( llvm-core/clang virtual/pkgconfig ) || ( >=dev-lang/rust-bin-1.75.0:* >=dev-lang/rust-1.75.0:* ) >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) )
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) sqlite? ( dev-db/sqlite:3 ) rocksdb? ( llvm_slot_15? ( llvm-core/clang:15 llvm-core/llvm:15 ) llvm_slot_16? ( llvm-core/clang:16 llvm-core/llvm:16 ) llvm_slot_17? ( llvm-core/clang:17 llvm-core/llvm:17 ) llvm_slot_18? ( llvm-core/clang:18 llvm-core/llvm:18 ) llvm_slot_19? ( llvm-core/clang:19 llvm-core/llvm:19 ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 ) )
DESCRIPTION=Matrix homeserver written in Rust
EAPI=8
HOMEPAGE=https://conduit.rs https://gitlab.com/famedly/conduit
INHERIT=cargo git-r3 systemd toolchain-funcs
IUSE=jemalloc rocksdb system-rocksdb debug
LICENSE=Apache-2.0 || ( 0BSD Apache-2.0 MIT ) || ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT ) || ( Apache-2.0 BSD MIT ) || ( Apache-2.0 BSD-1 MIT ) || ( Apache-2.0 BSD-2 MIT ) || ( Apache-2.0 Boost-1.0 ) || ( Apache-2.0 CC0-1.0 MIT ) || ( Apache-2.0 ISC MIT ) || ( Apache-2.0 MIT ) || ( Apache-2.0 MIT ZLIB ) || ( MIT Unlicense ) BSD BSD-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB openssl
INHERIT=cargo git-r3 llvm-r2 systemd
IUSE=jemalloc rocksdb sqlite system-rocksdb debug +llvm_slot_20 llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19
LICENSE=Apache-2.0 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB
PROPERTIES=live
RDEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) acct-user/conduit app-misc/ca-certificates
RDEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) sqlite? ( dev-db/sqlite:3 ) acct-user/conduit app-misc/ca-certificates
REQUIRED_USE=^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 )
SLOT=0
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a git-r3 875eb471682d3e1f18da124be97dcc81 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=d83e3d73b541eb767c9b898022823c08
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a git-r3 875eb471682d3e1f18da124be97dcc81 llvm-utils 64536677f4b4365e25e9b739163bed58 multilib b2a329026f2e404e9e371097dda47f96 llvm-r2 452c1a70845763809d225a317d8a6c05 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=2faae25abebdb8a5bc9aebacd324d161

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/hifi/heisenbridge/archive/refs/tags/v1.15.3.tar.gz -> heisenbridge-1.15.3.gh.tar.gz
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 5ffe8ec396a751540949b565de0f048c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 be1082db72eb0381081ef946a26e3a71 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=1a48a5586e5a9037ac5f8fe27d2ffdaa
_md5_=84bc03531e8e8e0574329031b10bcc4d

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig
DEFINED_PHASES=compile config configure install postinst prepare test
DEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/aiodns[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/aiosqlite[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/asyncpg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/commonmark[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mako[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mautrix[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-olm[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/phonenumbers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-magic[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/qrcode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-socks[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tulir-telethon-1.34.0_alpha2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unpaddedbase64[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/yarl[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=A Matrix-Telegram Messenger puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/telegram/
INHERIT=distutils-r1 optfeature pypi systemd
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/aiodns[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/aiosqlite[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/asyncpg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/commonmark[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mako[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mautrix[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-olm[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/phonenumbers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-magic[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/qrcode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-socks[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tulir-telethon-1.34.0_alpha2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unpaddedbase64[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/yarl[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/mautrix-telegram/mautrix-telegram-0.15.1.tar.gz
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 5ffe8ec396a751540949b565de0f048c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 be1082db72eb0381081ef946a26e3a71 optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=730e1be0b59fe4b8af2e1011d8113777

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( acct-user/mautrix-telegram dev-python/aiohttp[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/asyncpg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/commonmark[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mako[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mautrix[crypt?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tulir-telethon-1.37.0_alpha1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/yarl[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] || ( dev-python/python-magic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] sys-apps/file[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) !minimal? ( app-arch/brotli[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/aiodns[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/phonenumbers[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) qrcode? ( dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qrcode[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) socks5? ( dev-python/python-socks[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) sqlite? ( dev-python/aiosqlite[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/pytest-import-check[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(-)?] virtual/pkgconfig
BDEPEND=test? ( acct-user/mautrix-telegram dev-python/aiohttp[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/asyncpg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/commonmark[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mako[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mautrix[crypt?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tulir-telethon-1.37.0_alpha1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/yarl[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] || ( dev-python/python-magic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] sys-apps/file[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) !minimal? ( app-arch/brotli[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/aiodns[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/phonenumbers[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) qrcode? ( dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qrcode[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) socks5? ( dev-python/python-socks[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) sqlite? ( dev-python/aiosqlite[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/pytest-import-check[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(-)?] dev-python/pytest-import-check[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(-)?] virtual/pkgconfig
DEFINED_PHASES=compile config configure install postinst prepare test
DESCRIPTION=A Matrix-Telegram Messenger puppeting bridge
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/mautrix-telegram/mautrix-telegram-0.15.2.tar.gz
_eclasses_=toolchain-funcs a6df79c1e9bc84369dbf3d44206ac772 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 5ffe8ec396a751540949b565de0f048c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 be1082db72eb0381081ef946a26e3a71 optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=e0cf5552b98a67c9351cf2189683ed5b
_md5_=861f2160799262ae09d7c0b41a04dbe0