net-misc/pssh-2.2.2 was released on 2011-02-02.
Thanks for reporting this Arfrever, it's in tree now.
Calling doman in pkg_postinst() is very strange. You probably need: src_install() { distutils_src_install doman "${D}/usr/share/man/man1/pssh.1" }
(In reply to comment #2) > Calling doman in pkg_postinst() is very strange. We don't need it at all. Thanks for spotting.
Oh yep, thanks and sorry for this guys.