Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 558388 Details for
Bug 673598
sys-boot/woeusb-9999 ebuild suggestion for the tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
9999 ebuild that compiles master branch
woeusb-9999.ebuild (text/plain), 1.10 KB, created by
Christina Vitting
on 2018-12-23 03:45:57 UTC
(
hide
)
Description:
9999 ebuild that compiles master branch
Filename:
MIME Type:
Creator:
Christina Vitting
Created:
2018-12-23 03:45:57 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >WX_GTK_VER="3.0-gtk3" > >inherit autotools wxwidgets > >DESCRIPTION="Creates windows installer on usb media from an iso image" >HOMEPAGE="https://github.com/slacka/WoeUSB" > >if [[ "${PV}" == "9999" ]] ; then > EGIT_REPO_URI="https://github.com/slacka/WoeUSB.git" > inherit git-r3 >else > SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="amd64 x86" >fi > >LICENSE="GPL-3" >SLOT="0" >IUSE="minimal" > >RDEPEND=" > sys-apps/util-linux > sys-block/parted > sys-fs/dosfstools > sys-fs/ntfs3g > sys-boot/grub:2[grub_platforms_pc] > !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) >" >DEPEND="${RDEPEND}" > >src_prepare() { > default > find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/${PV}/" || die > if ! use minimal; then > setup-wxwidgets > eautoreconf > fi >} > >src_configure() { > ! use minimal && default >} > >src_compile() { > ! use minimal && default >} > >src_test() { > ! use minimal && default >} > >src_install() { > if use minimal; then > dosbin src/woeusb > einstalldocs > else > default > 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 673598
: 558388