diff options
author | Gioacchino Mazzurco <gio@eigenlab.org> | 2019-02-11 15:20:53 -0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 14:46:33 +0200 |
commit | de94a2f07ced4c0020367e75a447acddd382b7a8 (patch) | |
tree | c5ac7adf41413850d2dabd0df95aa7546238d3ae /net-p2p/retroshare/metadata.xml | |
parent | media-gfx/rawtherapee: bump to EAPI=7 (diff) | |
download | gentoo-de94a2f07ced4c0020367e75a447acddd382b7a8.tar.gz gentoo-de94a2f07ced4c0020367e75a447acddd382b7a8.tar.bz2 gentoo-de94a2f07ced4c0020367e75a447acddd382b7a8.zip |
net-p2p/retroshare: Drop 0.6.9999 ebuild
Remove un-maintainable ebuild
Signed-off-by: Gioacchino Mazzurco <gio@eigenlab.org>
Closes: https://github.com/gentoo/gentoo/pull/11029
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/retroshare/metadata.xml')
-rw-r--r-- | net-p2p/retroshare/metadata.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/retroshare/metadata.xml b/net-p2p/retroshare/metadata.xml index 1e20d558f6ee..51ddf9dc82ee 100644 --- a/net-p2p/retroshare/metadata.xml +++ b/net-p2p/retroshare/metadata.xml @@ -23,10 +23,12 @@ <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="jsonapi">Enables the new RetroShare JSON API</flag> + <flag name="service">Enables the new RetroShare service controllable only trough JSON 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> + <flag name="xapian">Enables GXS content indexing and search trough Xapian</flag> </use> <upstream> <bugs-to>https://github.com/RetroShare/RetroShare/issues</bugs-to> |