Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66332 Details for
Bug 99999
app-emulation/faumachine-20050720.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
FAUmachine release 20050728 ebuild
faumachine-20050728.ebuild (text/plain), 972 bytes, created by
Horst Schirmeier
on 2005-08-19 11:02:49 UTC
(
hide
)
Description:
FAUmachine release 20050728 ebuild
Filename:
MIME Type:
Creator:
Horst Schirmeier
Created:
2005-08-19 11:02:49 UTC
Size:
972 bytes
patch
obsolete
># Copyright 2005 Michael "fox" Meier, Horst Schirmeier ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /proj/FAUmachine/FAUmachine/scripts/faumachine-VERSION.ebuild,v 1.6 2005/07/29 12:31:37 sihoschi Exp $ > >DESCRIPTION="An Open Source virtual machine" >SRC_URI="http://www3.informatik.uni-erlangen.de/Research/FAUmachine/${PV}/${P}.tar.gz" >HOMEPAGE="http://www.faumachine.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc stats" > >DEPEND=">=x11-libs/gtk+-2" > >src_compile() { > local myconf= > > # create configure parameters according to USE flags > myconf="${myconf} $(use_enable doc build-userguide)" > myconf="${myconf} $(use_enable stats statistics)" > > econf \ > --mandir=/usr/share/man \ > --infodir=/usr/share/info \ > --disable-prefix-search \ > ${myconf} \ > || die "Configure failed" > > emake || die "Compile failed" >} > >src_install() { > make 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 99999
:
64112
|
64679
|
66332
|
66666
|
66667
|
66707
|
71570
|
72304
|
82290