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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1886D158012 for ; Tue, 13 Sep 2022 15:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D2C6E0831; Tue, 13 Sep 2022 15:36:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9C22E0831 for ; Tue, 13 Sep 2022 15:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A767933BECB for ; Tue, 13 Sep 2022 15:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAEDB5D7 for ; Tue, 13 Sep 2022 15:35:57 +0000 (UTC) From: "Duje Mihanović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" Message-ID: <1663082858.96050adf001ca7da25ebb7a0b50de3db15c04149.duje.mihanovic@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/woeusb-ng/Manifest sys-boot/woeusb-ng/metadata.xml sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild X-VCS-Directories: sys-boot/woeusb-ng/ X-VCS-Committer: duje.mihanovic X-VCS-Committer-Name: Duje Mihanović X-VCS-Revision: 96050adf001ca7da25ebb7a0b50de3db15c04149 X-VCS-Branch: dev Date: Tue, 13 Sep 2022 15:35:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2be218e-b180-490b-aaff-44af6171a819 X-Archives-Hash: 3e037ffced32f4bacd6581ac82ba6094 commit: 96050adf001ca7da25ebb7a0b50de3db15c04149 Author: Duje Mihanović skole hr> AuthorDate: Tue Sep 13 15:25:58 2022 +0000 Commit: Duje Mihanović skole hr> CommitDate: Tue Sep 13 15:27:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96050adf sys-boot/woeusb-ng: new package, add 0.2.10 Signed-off-by: Duje Mihanović skole.hr> sys-boot/woeusb-ng/Manifest | 1 + sys-boot/woeusb-ng/metadata.xml | 8 ++++++++ sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/sys-boot/woeusb-ng/Manifest b/sys-boot/woeusb-ng/Manifest new file mode 100644 index 000000000..adc847359 --- /dev/null +++ b/sys-boot/woeusb-ng/Manifest @@ -0,0 +1 @@ +DIST woeusb-ng-0.2.10.tar.gz 213600 BLAKE2B 384d4e93eff97c3b953770247b18409c8f611c9fe72a3292ed69e1d4ba12bf02018336adc5fcceeb8a59b494380816bfe75a571818ec44b1311f6ce02afa478b SHA512 3fd3ad3c725aabf86ead18cde7a812d97dee81ada5830e91548bd4033bba94a2b77085d00b1972d999e5cc9978ee58d74d8b376a04fd7d6ce47c44c749c9d6a8 diff --git a/sys-boot/woeusb-ng/metadata.xml b/sys-boot/woeusb-ng/metadata.xml new file mode 100644 index 000000000..def9232fc --- /dev/null +++ b/sys-boot/woeusb-ng/metadata.xml @@ -0,0 +1,8 @@ + + + + + duje.mihanovic@skole.hr + Duje Mihanović + + diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild new file mode 100644 index 000000000..98d0f8337 --- /dev/null +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +DESCRIPTION="Create Windows installer USB from ISO (rewrite of WoeUSB)" +HOMEPAGE="https://github.com/WoeUSB/WoeUSB-ng" +SRC_URI="https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/WoeUSB-ng-${PV}" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +DEPEND=" +dev-python/wxpython +" +RDEPEND=" +app-arch/p7zip +sys-boot/grub[grub_platforms_pc] +"