gentoo-overlay/www-apps/gitlab-ce/metadata.xml
Manuel Friedli e9b8c30a91 www-apps/gitlab-ce:
Added ebuild for Gitlab CE 9.0.1; this is the first one with the gitaly USE flag; though that is not supported yet, it must therefore be disabled at the moment.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-03-29 12:23:52 +02:00

15 lines
801 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>manuel@fritteli.ch</email>
<name>Manuel Friedli</name>
</maintainer>
<use>
<flag name="unicorn">Use the Unicorn web server. Never tested the package without it, so disable at your own risk.</flag>
<flag name="pages">Use the GitLab Pages feature. See https://gitlab.com/gitlab-org/gitlab-pages/</flag>
<flag name="gitaly">Use Gitaly Server to speed up git operations. Not yet supported. See https://gitlab.com/gitlab-org/gitaly/</flag>
<flag name="rugged_use_system_libraries">Use dev-libs/libgit2 from the system instead of the bundled libgit. The bundled library sometimes causes build breakages.</flag>
</use>
</pkgmetadata>