Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99487 Details for
Bug 151087
Add dev-cpp/libthrowable to Portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libthrowable-0.9.4.ebuild
libthrowable-0.9.4.ebuild (text/plain), 1.23 KB, created by
Christian Faulhammer (RETIRED)
on 2006-10-12 16:31:45 UTC
(
hide
)
Description:
libthrowable-0.9.4.ebuild
Filename:
MIME Type:
Creator:
Christian Faulhammer (RETIRED)
Created:
2006-10-12 16:31:45 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Easy error handling and debugging in C++" >HOMEPAGE="http://libthrowable.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="threads examples" > >DEPEND="" >RDEPEND=">=dev-util/pkgconfig-0.20" > >pkg_setup() { > # check if this is a recompile and if the USE flag threads has changed > # must be done before anything is installed! > if use threads; then > has_version dev-cpp/libthrowable && ! built_with_use dev-cpp/libthrowable threads \ > && elog "You recompile with USE=threads, so remember to rebuilt all depending packages!" > else > has_version dev-cpp/libthrowable && built_with_use dev-cpp/libthrowable threads \ > && elog "You recompile without USE=threads, so remember to rebuilt all depending packages!" > fi >} > > >src_compile() { > econf $(use_enable threads pthreads) \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "installing ${PF} failed" > dodoc README NEWS AUTHORS > > if use examples; then > insinto /usr/share/doc/${PN}/examples/ > doins examples/* > fi >}
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 151087
: 99487