mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
We currently don't use Maven in ebuilds and we haven't found the need to build the many plugins. This one has useful resource files for building netty-tcnative and potentially other native libraries. Package-Manager: portage-2.2.28
12 lines
319 B
XML
12 lines
319 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">fusesource/hawtjni</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|