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