C++ Threads is a development library, that provides classes for threaded applications in native C++ code. Tested. Ebuild: ---------------------------------------------------------------------------------- # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 IUSE="" inherit eutils DESCRIPTION="C++ Threads is a development library, that provides classes for threaded applications in native C++ code" HOMEPAGE="http://threads.sourceforge.net/" SRC_URI="mirror://sourceforge/threads/${P}.tar.gz" KEYWORDS="~x86" LICENSE="GPL" DEPEND="virtual/glibc" src_unpack() { unpack ${A} cd ${S} } src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr || die emake || die } src_install() { einstall || die dodoc COPYING NEWS README TODO ChangeLog } -------------------------------------------------------------------------------
>> http://www.gentoo.org/doc/en/ebuild-mistakes.xml
Created attachment 29359 [details] threads-3.6 ebuild
You reported it, you get it... /me isn't even sure how he got this. :)
Upstream is down.