sys-apps/portage: replace epydoc with sphinx-apidoc
[gentoo.git] / sys-apps / portage / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <upstream>
5     <bugs-to>mailto:dev-portage@gentoo.org</bugs-to>
6     <changelog>https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES</changelog>
7     <doc>https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage</doc>
8   </upstream>
9   <maintainer type="project">
10     <email>dev-portage@gentoo.org</email>
11   </maintainer>
12   <use>
13     <flag name="apidoc">Build html API documentation with sphinx-apidoc.</flag>
14     <flag name="epydoc">Build html API documentation with epydoc (deprecated).</flag>
15     <flag name="gentoo-dev">Enable features required for Gentoo ebuild development.</flag>
16     <flag name="ipc">Use inter-process communication between portage and
17         running ebuilds.
18     </flag>
19     <flag name="native-extensions">
20         Compiles native "C" extensions (speedups, instead of using python
21         backup code).  Currently includes libc-locales.
22         This should only be temporarily disabled for some bootstrapping
23         operations.  Cross-compilation is not supported.
24     </flag>
25     <flag name="rsync-verify">
26         Enable full-tree cryptographic verification of Gentoo repository
27         rsync checkouts using <pkg>app-portage/gemato</pkg>.
28     </flag>
29     <flag name="xattr">Preserve extended attributes (filesystem-stored metadata)
30         when installing files. Usually only required for hardened systems.
31     </flag>
32   </use>
33 </pkgmetadata>