summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2020-05-31 10:56:15 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2020-05-31 11:09:52 +0300
commit12ef9b3a598775cfa576812182006dcc0e8eaac7 (patch)
tree8d193035946b0ccc02a5f72fa8961c24b125790a /app-admin/clsync/metadata.xml
parentdev-ruby/oauth: fix tests (diff)
downloadgentoo-12ef9b3a598775cfa576812182006dcc0e8eaac7.tar.gz
gentoo-12ef9b3a598775cfa576812182006dcc0e8eaac7.tar.bz2
gentoo-12ef9b3a598775cfa576812182006dcc0e8eaac7.zip
app-admin/clsync: add live ebuild
- Add live ebuild to facilitate development and testing - Merge all clsync components (libclsync, clsync-docs) back to the main package. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-admin/clsync/metadata.xml')
-rw-r--r--app-admin/clsync/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-admin/clsync/metadata.xml b/app-admin/clsync/metadata.xml
index 824f11d2a130..fd64593a2778 100644
--- a/app-admin/clsync/metadata.xml
+++ b/app-admin/clsync/metadata.xml
@@ -15,6 +15,8 @@
namespaces, seccomp, code hardening.
</longdescription>
<use>
+ <flag name="apidoc">Provide doxygen generated API docs.</flag>
+ <flag name="clsync">Build clsync binary. Most likely you want it. However it is possible to build only libclsync without clsync itself. </flag>
<flag name="cluster">Enable clustering support (allows master-master clsync on multiple hosts). Not fully implemented yet.</flag>
<flag name="control-socket">Enable AF_UNIX control socket support.</flag>
<flag name="cgroups">Use cgroups to limit /dev access.</flag>
@@ -23,6 +25,7 @@
<flag name="gio">Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended; if both are compiled, may be selected at runtime).</flag>
<flag name="highload-locks">Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems.</flag>
<flag name="namespaces">Enable namespaces isolation.</flag>
+ <flag name="socket-library">Build the control and monitoring socket library: libclsync.</flag>
</use>
<upstream>
<remote-id type="github">clsync/clsync</remote-id>