mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Bug: https://bugs.gentoo.org/639236 Bug: https://bugs.gentoo.org/659306 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35751 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
29 lines
937 B
XML
29 lines
937 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>negril.nx+gentoo@gmail.com</email>
|
|
<name>Paul Zander</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Implementation of the 3MF manufacturing file standard from the 3MF
|
|
consortium.
|
|
It provides reading and writing capabilities for 3MF files, as well
|
|
as conversion and validation tools for input and output data.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="system-act">
|
|
Use system-provided <pkg>dev-go/act</pkg> as code generator
|
|
instead of package provided binaries. This flag will be removed
|
|
after some time used for testing!
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">3MFConsortium/lib3mf</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|