2023-05-01 13:50:30 UTC

This commit is contained in:
Repository mirror & CI
2023-05-01 13:50:31 +00:00
parent e55d94544f
commit 930e38ab75
834 changed files with 3170 additions and 3643 deletions

View File

@@ -4,10 +4,10 @@ DESCRIPTION=Plugins developed fro Gajim XMPP client
EAPI=8
HOMEPAGE=https://dev.gajim.org/gajim/gajim-plugins/
INHERIT=python-single-r1 git-r3
IUSE=+acronyms_expander +anti_spam +clients_icons +length_notifier +message_box_size +now_listen +omemo +openpgp +pgp +plugins_translations +quick_replies +triggers python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11
IUSE=+acronyms_expander +anti_spam +clients_icons +length_notifier +message_box_size +now_listen +omemo +openpgp +pgp +plugins_translations +quick_replies +triggers python_single_target_python3_10 python_single_target_python3_11
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_9? ( net-im/gajim[python_single_target_python3_9(-)] omemo? ( net-im/gajim[omemo] dev-python/python-axolotl[python_targets_python3_9(-)] dev-python/qrcode[python_targets_python3_9(-)] dev-python/cryptography[python_targets_python3_9(-)] ) pgp? ( >=dev-python/python-gnupg-0.4.0[python_targets_python3_9(-)] ) plugins_translations? ( app-misc/geoclue[introspection] ) ) python_single_target_python3_10? ( net-im/gajim[python_single_target_python3_10(-)] omemo? ( net-im/gajim[omemo] dev-python/python-axolotl[python_targets_python3_10(-)] dev-python/qrcode[python_targets_python3_10(-)] dev-python/cryptography[python_targets_python3_10(-)] ) pgp? ( >=dev-python/python-gnupg-0.4.0[python_targets_python3_10(-)] ) plugins_translations? ( app-misc/geoclue[introspection] ) ) python_single_target_python3_11? ( net-im/gajim[python_single_target_python3_11(-)] omemo? ( net-im/gajim[omemo] dev-python/python-axolotl[python_targets_python3_11(-)] dev-python/qrcode[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] ) pgp? ( >=dev-python/python-gnupg-0.4.0[python_targets_python3_11(-)] ) plugins_translations? ( app-misc/geoclue[introspection] ) )
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_10? ( net-im/gajim[python_single_target_python3_10(-)] omemo? ( net-im/gajim[omemo] dev-python/python-axolotl[python_targets_python3_10(-)] dev-python/qrcode[python_targets_python3_10(-)] dev-python/cryptography[python_targets_python3_10(-)] ) pgp? ( >=dev-python/python-gnupg-0.4.0[python_targets_python3_10(-)] ) plugins_translations? ( app-misc/geoclue[introspection] ) ) python_single_target_python3_11? ( net-im/gajim[python_single_target_python3_11(-)] omemo? ( net-im/gajim[omemo] dev-python/python-axolotl[python_targets_python3_11(-)] dev-python/qrcode[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] ) pgp? ( >=dev-python/python-gnupg-0.4.0[python_targets_python3_11(-)] ) plugins_translations? ( app-misc/geoclue[introspection] ) )
SLOT=0
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 git-r3 27e13c09a4c7e4c78ac812f74727e676
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-single-r1 75118e916668a74c660a13b0ecb22562 git-r3 27e13c09a4c7e4c78ac812f74727e676
_md5_=8d6cad14bf4f912eef57be13b98bd17d

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( acct-user/heisenbridge dev-python/irc[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?] virtual/pkgconfig
BDEPEND=test? ( acct-user/heisenbridge dev-python/irc[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?] virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=acct-user/heisenbridge dev-python/irc[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEPEND=acct-user/heisenbridge dev-python/irc[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?]
DESCRIPTION=A bouncer-style Matrix IRC bridge
EAPI=8
HOMEPAGE=https://github.com/hifi/heisenbridge/
INHERIT=distutils-r1 systemd
IUSE=test test python_targets_python3_9 python_targets_python3_10
IUSE=test test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=acct-user/heisenbridge dev-python/irc[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RDEPEND=acct-user/heisenbridge dev-python/irc[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/python-socks[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/hifi/heisenbridge/archive/v1.14.2.tar.gz -> heisenbridge-1.14.2.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 systemd 5f4bb0758df2e483babf68cd517078ca
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 systemd 5f4bb0758df2e483babf68cd517078ca
_md5_=bd3c70c40f99f6fd66838645bd94a730

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?] virtual/pkgconfig
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?] virtual/pkgconfig
DEFINED_PHASES=compile config configure install postinst prepare test
DEPEND=acct-user/mautrix-facebook dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/paho-mqtt[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zstandard[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEPEND=acct-user/mautrix-facebook dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/paho-mqtt[python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?] dev-python/zstandard[python_targets_python3_10(-)?]
DESCRIPTION=A Matrix-Facebook Messenger puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/facebook/
INHERIT=distutils-r1 optfeature systemd
IUSE=python_targets_python3_9 python_targets_python3_10
IUSE=python_targets_python3_10
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=acct-user/mautrix-facebook dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/paho-mqtt[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zstandard[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RDEPEND=acct-user/mautrix-facebook dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/paho-mqtt[python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?] dev-python/zstandard[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/mautrix/facebook/archive/v0.4.1.tar.gz -> mautrix-facebook-0.4.1.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_md5_=9649a4ec571a45302f4b96d6f917d69b

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?] virtual/pkgconfig
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?] virtual/pkgconfig
DEFINED_PHASES=compile config configure install postinst prepare test
DEPEND=acct-user/mautrix-signal dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/signalstickers-client[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] net-libs/signald
DEPEND=acct-user/mautrix-signal dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-python/signalstickers-client[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?] net-libs/signald
DESCRIPTION=A Matrix-Telegram Messenger puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/signal/
INHERIT=distutils-r1 optfeature systemd
IUSE=python_targets_python3_9 python_targets_python3_10
IUSE=python_targets_python3_10
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=acct-user/mautrix-signal dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/signalstickers-client[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] net-libs/signald python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RDEPEND=acct-user/mautrix-signal dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_10(-)?] dev-python/pillow[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-python/signalstickers-client[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?] net-libs/signald python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/mautrix/signal/archive/v0.4.2.tar.gz -> mautrix-signal-0.4.2.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_md5_=514fb84986dc0333c541086a96676010

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?] virtual/pkgconfig
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?] 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_9(-)?,python_targets_python3_10(-)?] dev-python/aiodns[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mako[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tulir-telethon-1.28.0_alpha0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/aiodns[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/cryptg[python_targets_python3_10(-)?] dev-python/mako[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] >=dev-python/tulir-telethon-1.28.0_alpha0[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?]
DESCRIPTION=A Matrix-Telegram Messenger puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/telegram/
INHERIT=distutils-r1 optfeature systemd
IUSE=python_targets_python3_9 python_targets_python3_10
IUSE=python_targets_python3_10
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/aiodns[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mako[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tulir-telethon-1.28.0_alpha0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RDEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/aiodns[python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_10(-)?] dev-python/commonmark[python_targets_python3_10(-)?] dev-python/cryptg[python_targets_python3_10(-)?] dev-python/mako[python_targets_python3_10(-)?] dev-python/mautrix[python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_10(-)?] dev-python/phonenumbers[python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?] dev-python/python-magic[python_targets_python3_10(-)?] dev-python/qrcode[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] >=dev-python/tulir-telethon-1.28.0_alpha0[python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/mautrix/telegram/archive/v0.13.0.tar.gz -> mautrix-telegram-0.13.0.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
_md5_=7ad08aa5cded2f55b9630cd1e8629022