summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGioacchino Mazzurco <gio@eigenlab.org>2018-04-23 10:53:16 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-09 23:15:36 +0200
commitc1d3bf0747652395bfc75312a3639e9e07a4fc3f (patch)
treeb6968d1755c7585ff73963d4df31325d6f9285fa /net-p2p/retroshare/metadata.xml
parentsci-biology/rebase: Bump to latest release (diff)
downloadgentoo-c1d3bf0747652395bfc75312a3639e9e07a4fc3f.tar.gz
gentoo-c1d3bf0747652395bfc75312a3639e9e07a4fc3f.tar.bz2
gentoo-c1d3bf0747652395bfc75312a3639e9e07a4fc3f.zip
net-p2p/retroshare update development ebuild
Development version of retroshare expose qmake flags that permit easier build customization without crufty patching, improve development ebuild to take advantage of that and have a cleaner ebuild. Removed VoIP and feedreader plugins are not maintained. For future stable versions this ebuild should be used as reference and not the older ones. Development version depends on rapidjson. Closes: https://github.com/gentoo/gentoo/pull/8115
Diffstat (limited to 'net-p2p/retroshare/metadata.xml')
-rw-r--r--net-p2p/retroshare/metadata.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/net-p2p/retroshare/metadata.xml b/net-p2p/retroshare/metadata.xml
index d634614148a0..6f5d194f45d1 100644
--- a/net-p2p/retroshare/metadata.xml
+++ b/net-p2p/retroshare/metadata.xml
@@ -14,24 +14,26 @@
<name>Sergey Popov</name>
</maintainer>
<longdescription lang="en">
- RetroShare is a Open Source cross-platform, Friend-2-Friend and
+ RetroShare is a Free and Open Source cross-platform, Friend-2-Friend
secure decentralised communication platform.
- It lets you to securely chat and share files with your friends
- and family, using a web-of-trust to authenticate peers and OpenSSL
+ It lets you to securely chat and share files with your friends, family
+ and even unknown people using PGP to authenticate peers and OpenSSL
to encrypt all communication.
- RetroShare provides filesharing, chat, messages, forums and
- channels
+ RetroShare provides filesharing, chat, mails, forums and channels.
</longdescription>
<use>
<flag name="cli">Enables the CLI version of RetroShare</flag>
+ <flag name="control-socket">Enables API via Unix socket support</flag>
<flag name="feedreader">Enables the Feedreader plugin</flag>
<flag name="gnome-keyring">Enables potentially insecure autologin capability via Gnome Keyring</flag>
<flag name="gui">Enables the GUI version of RetroShare</flag>
+ <flag name="settings-api">Enables settings control via API</flag>
+ <flag name="sqlcipher">Enables GXS database encryption via SQLCipher</flag>
<flag name="voip">Enables VOIP plugin</flag>
+ <flag name="webui">Enables Web interface and API support</flag>
</use>
<upstream>
- <bugs-to>https://sourceforge.net/p/retroshare/bugs</bugs-to>
- <remote-id type="sourceforge">retroshare</remote-id>
+ <bugs-to>https://github.com/RetroShare/RetroShare/issues</bugs-to>
<remote-id type="github">RetroShare/RetroShare</remote-id>
</upstream>
</pkgmetadata>