mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-14 15:38:06 -07:00
Replacement for netty-{common,buffer,transport}
Bug: https://bugs.gentoo.org/827221
Bug: https://bugs.gentoo.org/827919
Bug: https://bugs.gentoo.org/831191
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24963
Signed-off-by: Florian Schmaus <flow@gentoo.org>
15 lines
507 B
XML
15 lines
507 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">netty/netty</remote-id>
|
|
</upstream>
|
|
<longdescription>
|
|
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
|
|
</longdescription>
|
|
</pkgmetadata>
|