Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181190 Details for
Bug 257933
new ebuilds for halevt and boolstuff -> supersedes ivman
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild for dev-libs/boolstuff
boolstuff-0.1.12.ebuild (text/plain), 754 bytes, created by
Mike Gualtieri
on 2009-02-06 19:50:09 UTC
(
hide
)
Description:
new ebuild for dev-libs/boolstuff
Filename:
MIME Type:
Creator:
Mike Gualtieri
Created:
2009-02-06 19:50:09 UTC
Size:
754 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A C++ library that supports a few operations on boolean expression binary trees." >HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html" >SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="" >RDEPEND="" > > >src_unpack() { > unpack ${P}.tar.gz >} > > > >src_compile() { > einfo "Running configure" > econf || die "econf failed" > > einfo "Building ${P}" > emake || die "emake failed" >} > >src_install () { > einfo "Running make install" > emake DESTDIR="${D}" install || die "install failed" >} > >
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 257933
:
181190
|
181192
|
186147
|
192729