From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22AB0138331 for ; Thu, 26 Apr 2018 18:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E07BE081E; Thu, 26 Apr 2018 18:16:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7426E081E for ; Thu, 26 Apr 2018 18:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 415E7335C77 for ; Thu, 26 Apr 2018 18:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9311329B for ; Thu, 26 Apr 2018 18:16:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1524766571.3f55b89dc08b6106907082106d605a971e71ad3b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/woeusb/Manifest sys-boot/woeusb/metadata.xml sys-boot/woeusb/woeusb-3.1.5.ebuild X-VCS-Directories: sys-boot/woeusb/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3f55b89dc08b6106907082106d605a971e71ad3b X-VCS-Branch: master Date: Thu, 26 Apr 2018 18:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44abd880-fc4a-40f1-abef-ff8f48f4a45e X-Archives-Hash: c1546c4aaf5928e7885a5ae52ce803f5 commit: 3f55b89dc08b6106907082106d605a971e71ad3b Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 26 18:14:03 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Apr 26 18:16:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f55b89d sys-boot/woeusb: Add woeusb To have a working tool to generate bootable Win7 (and others) pendrives Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-boot/woeusb/Manifest | 1 + sys-boot/woeusb/metadata.xml | 10 +++++++ sys-boot/woeusb/woeusb-3.1.5.ebuild | 58 +++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) diff --git a/sys-boot/woeusb/Manifest b/sys-boot/woeusb/Manifest new file mode 100644 index 00000000000..4bd4f091734 --- /dev/null +++ b/sys-boot/woeusb/Manifest @@ -0,0 +1 @@ +DIST woeusb-3.1.5.tar.gz 399712 BLAKE2B d52b29249af680577299a02cb9a2c1436aef73a0240bff2525c494657c197a2fc0709e0ff6f35eb5d18592145347af284a998deacecff37effd95b75ab13bc9a SHA512 5cf4eb45b126d71bcb376148383faf9713bc06ec4ee3ccc2dfa6528d9fba382bceaae2cdd47f2d8ba775dad1ca8e6258af40fc6362336927894398193600c965 diff --git a/sys-boot/woeusb/metadata.xml b/sys-boot/woeusb/metadata.xml new file mode 100644 index 00000000000..8e2305513d4 --- /dev/null +++ b/sys-boot/woeusb/metadata.xml @@ -0,0 +1,10 @@ + + + + + pacho@gentoo.org + + + Install only woeusb tool + + diff --git a/sys-boot/woeusb/woeusb-3.1.5.ebuild b/sys-boot/woeusb/woeusb-3.1.5.ebuild new file mode 100644 index 00000000000..0ba1d2aa896 --- /dev/null +++ b/sys-boot/woeusb/woeusb-3.1.5.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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" +SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +DEPEND="" +RDEPEND="${DEPEND} + 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} ) +" + +S="${WORKDIR}/WoeUSB-${PV}" + +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 +}