Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 47716

Summary: C++ Threads library ebuild
Product: Gentoo Linux Reporter: Karol Wojtaszek (RETIRED) <sekretarz>
Component: New packagesAssignee: Karol Wojtaszek (RETIRED) <sekretarz>
Status: RESOLVED UPSTREAM    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: threads-3.6 ebuild

Description Karol Wojtaszek (RETIRED) gentoo-dev 2004-04-13 09:24:52 UTC
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
}
-------------------------------------------------------------------------------
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-13 15:44:51 UTC
>> http://www.gentoo.org/doc/en/ebuild-mistakes.xml
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2004-04-15 12:53:51 UTC
Created attachment 29359 [details]
threads-3.6 ebuild
Comment 3 Brian Harring (RETIRED) gentoo-dev 2005-03-20 22:00:46 UTC
You reported it, you get it...
/me isn't even sure how he got this. :)
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2005-06-23 04:27:56 UTC
Upstream is down.