mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-24 16:08:58 +02:00
* Added more metadata * Added 'examples' USE flag * Improved build verboseness * Simplified and fixed .ebuild * Simplified patch * Fixed direct use of 'bison' and 'flex' Signed-off-by: Karlson2k (Evgeny Grin) <k2k@drgrin.dev> Closes: https://github.com/gentoo/gentoo/pull/40382 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
755 B
XML
20 lines
755 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>robbat2@gentoo.org</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer status="active">
|
|
<email>saket.dumbre@intel.com</email>
|
|
<name>Saket Dumbre</name>
|
|
</maintainer>
|
|
<doc lang="en">https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/documentation.html</doc>
|
|
<bugs-to>https://github.com/acpica/acpica/issues</bugs-to>
|
|
<remote-id type="github">acpica/acpica</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="examples">Install acpiexamples binary</flag>
|
|
<flag name="test">Perform tests (slow!) and install compressed test results</flag>
|
|
</use>
|
|
</pkgmetadata>
|