net-im/conduit: unbundle some deps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-11-21 18:12:34 +05:00
parent fc8bc62abf
commit a72b536459
4 changed files with 492 additions and 19 deletions

View File

@@ -1,24 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<longdescription>An efficient Matrix homeserver that's easy to set up and just works. You can install
it on a mini-computer like the Raspberry Pi to host Matrix for your family,
friends or company.</longdescription>
<upstream>
<maintainer>
<name>Timo Kösters</name>
<email>timo@koesters.xyz</email>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<changelog>https://gitlab.com/famedly/conduit/-/releases</changelog>
<doc>https://gitlab.com/famedly/conduit/-/blob/next/DEPLOY.md</doc>
<bugs-to>https://gitlab.com/famedly/conduit/-/issues</bugs-to>
<remote-id type="gitlab">famedly/conduit</remote-id>
<remote-id type="github">ruma/ruma</remote-id>
<remote-id type="github">timokoesters/reqwest</remote-id>
<remote-id type="github">timokoesters/heed</remote-id>
</upstream>
<longdescription>
A fast Matrix homeserver that is optimized for smaller, personal servers,
instead of a server that has high scalability.
</longdescription>
<use>
<flag name="lmdb">Add support for LMDB (Lightning Memory-Mapped Database)</flag>
<flag name="rocksdb">Add support for RocksDB; a key/value, LSM database</flag>
<flag name="system-rocksdb">Use the system-wide <pkg>dev-libs/rocksdb</pkg> installation</flag>
</use>
<upstream>
<maintainer>
<name>Timo Kösters</name>
<email>timo@koesters.xyz</email>
</maintainer>
<bugs-to>https://gitlab.com/famedly/conduit/-/issues</bugs-to>
<remote-id type="gitlab">famedly/conduit</remote-id>
</upstream>
</pkgmetadata>