Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378390 Details for
Bug 426598
sys-boot/gummiboot-9999: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for sys-boot/gummiboot-9999
gummiboot-9999.ebuild (text/plain), 626 bytes, created by
Elias Probst
on 2014-06-06 20:00:41 UTC
(
hide
)
Description:
ebuild for sys-boot/gummiboot-9999
Filename:
MIME Type:
Creator:
Elias Probst
Created:
2014-06-06 20:00:41 UTC
Size:
626 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit eutils > >if [[ ${PV} == "9999" ]] ; then > inherit git-r3 > KEYWORDS="" > EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" >fi > >DESCRIPTION="GummiBoot Simple UEFI Boot Manager" >HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot" > >LICENSE="LGPL-2.1" >SLOT="0" >IUSE="" > >DEPEND="=sys-boot/gnu-efi-3.0s" > >src_prepare() { > ./autogen.sh || die "autogen failed" >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake 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 426598
:
318160
|
318162
|
318164
| 378390 |
382052
|
382054