gentoo-ebuilds/sys-apps/ucspi-tcp/metadata.xml
Z. Liu 5d3c81170c
sys-apps/ucspi-tcp: fix -Wincompatible-pointer-types, update EAPI, ...
1. add patch to fix -Wincompatible-pointer-types
2. update to EAPI 8
3. app-doc/ucspi-tcp-man is not exist
4. add myself as proxy maintainer
5. rev bump & keep stable due to old revision FTBFS

Closes: https://bugs.gentoo.org/919874
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40129
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-25 02:27:42 +00:00

20 lines
822 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>zhixu.liu@gmail.com</email>
<name>Z. Liu</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
ucspi-tcp is a replacement for inetd. It consists of tcpserver and
tcpclient. tcpserver can listen on sockets and start programs in an
inetd like fashion except that information like the IP address and
remote port are communicated via environment variables. tcpclient makes
a TCP connection and runs a program of your choice. It sets up the same
environment variables as tcpserver.
</longdescription>
</pkgmetadata>