PPSocket is a small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software. Reproducible: Always Steps to Reproduce: 1. 2. 3.
As usual Bugzilla would not allow me to attach a file. So here is the ebuild: # $Header: DESCRIPTION="A small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software." HOMEPAGE="http://sourceforge.net/projects/cppsocket/" SRC_URI="mirror://sourceforge/cppsocket/${P}.tar.gz" S=${WORKDIR}/cppsocket LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc sparc hppa ~amd64 ~alpha" IUSE="" DEPEND="virtual/glibc" src_compile() { # ${S}/configure econf || die emake || die "emake failure" } src_install() { einstall || die dodoc AUTHORS ChangeLog FEATURES IDEAS COPYING* \ README INSTALL NEWS TODO }
No upstream release for almost 4 years - WONTFIX.