Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47716 - C++ Threads library ebuild
Summary: C++ Threads library ebuild
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-13 09:24 UTC by Karol Wojtaszek (RETIRED)
Modified: 2005-06-23 04:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
threads-3.6 ebuild (threads-3.6.ebuild,638 bytes, text/plain)
2004-04-15 12:53 UTC, Karol Wojtaszek (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.