gentoo-ebuilds/sys-power/iasl/metadata.xml
Karlson2k (Evgeny Grin) d270bea20a
sys-power/iasl: bump to the new upstream version 20241212
* 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>
2025-02-17 18:09:13 +00:00

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>