Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192729 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 boolstuff
boolstuff-0.1.12.ebuild (text/plain), 641 bytes, created by
Markos Chandras (RETIRED)
on 2009-05-28 17:14:59 UTC
(
hide
)
Description:
New ebuild for boolstuff
Filename:
MIME Type:
Creator:
Markos Chandras (RETIRED)
Created:
2009-05-28 17:14:59 UTC
Size:
641 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >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="~amd64 ~x86" >IUSE="static" > >src_configure(){ > if use static; then > myconf="${myconf} --enable-static" > fi > econf ${myconf} >} > >src_install () { > emake DESTDIR="${D}" install || die "install failed" > dodoc AUTHORS NEWS README THANKS TODO || die "dodoc 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