mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 07:44:12 +02:00
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>
20 lines
822 B
XML
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>
|