Add conduit 0.10.3.
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone Build encountered an error

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2025-05-18 18:44:42 +02:00
parent 49b69ad534
commit 906e1431ca
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
10 changed files with 1110 additions and 0 deletions

View file

@ -0,0 +1,34 @@
<?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>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
A fast Matrix homeserver that is optimized for smaller, personal servers,
instead of a server that has high scalability.
</longdescription>
<use>
<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>
<changelog>https://conduit.rs/changelog/</changelog>
<doc>https://docs.conduit.rs/</doc>
<remote-id type="gitlab">famedly/conduit</remote-id>
</upstream>
</pkgmetadata>