Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45796 Details for
Bug 60892
OpenThreads-1.3.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated openthreads ebuild
openthreads-1.3.ebuild (text/plain), 910 bytes, created by
will
on 2004-12-11 19:44:12 UTC
(
hide
)
Description:
updated openthreads ebuild
Filename:
MIME Type:
Creator:
will
Created:
2004-12-11 19:44:12 UTC
Size:
910 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >CAPSPN="OpenThreads" >SLOT=0 >LICENSE=/usr/portage/licenses/LGPL-2.1 >KEYWORDS=x86 >DESCRIPTION="Minimal & complete OO C++ threads library" >SRC_URI="http://www.openscenegraph.org/downloads/snapshots/OSG_OP_OT-0.9.8.zip" >HOMEPAGE=http://www.openscenegraph.org/ >IUSE="doc" >DEPEND="doc? ( app-doc/doxygen )" >RDEPEND="" > >S=${WORKDIR}/OSG_OP_OT-0.9.8/${CAPSPN} > >src_unpack() { > unpack ${A} || die > cd ${S} > epatch ${FILESDIR}/1.3-doxygen.patch || die > epatch ${FILESDIR}/1.3-head.patch || die >} > >src_compile() { > emake || die > if use doc; then > cd docs > doxygen -u doxyfile > doxygen doxyfile > fi >} > >src_install() { > make INST_LOCATION=${D}/usr install || die > if use doc; then > dohtml docs/html/* > instinto /usr/share/doc/${PF}/example > doins example_src/* > fi > dodoc *.txt >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 60892
:
37728
|
37729
|
37730
| 45796 |
71384
|
71385
|
71481
|
77423
|
83833
|
90602
|
90727
|
90728
|
92898
|
92899