Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-boot/woeusb-ng/
Date: Wed, 14 Sep 2022 04:20:52
Message-Id: 1663082858.96050adf001ca7da25ebb7a0b50de3db15c04149.tastytea@gentoo
1 commit: 96050adf001ca7da25ebb7a0b50de3db15c04149
2 Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
3 AuthorDate: Tue Sep 13 15:25:58 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Sep 13 15:27:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96050adf
7
8 sys-boot/woeusb-ng: new package, add 0.2.10
9
10 Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
11
12 sys-boot/woeusb-ng/Manifest | 1 +
13 sys-boot/woeusb-ng/metadata.xml | 8 ++++++++
14 sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 22 ++++++++++++++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/sys-boot/woeusb-ng/Manifest b/sys-boot/woeusb-ng/Manifest
18 new file mode 100644
19 index 000000000..adc847359
20 --- /dev/null
21 +++ b/sys-boot/woeusb-ng/Manifest
22 @@ -0,0 +1 @@
23 +DIST woeusb-ng-0.2.10.tar.gz 213600 BLAKE2B 384d4e93eff97c3b953770247b18409c8f611c9fe72a3292ed69e1d4ba12bf02018336adc5fcceeb8a59b494380816bfe75a571818ec44b1311f6ce02afa478b SHA512 3fd3ad3c725aabf86ead18cde7a812d97dee81ada5830e91548bd4033bba94a2b77085d00b1972d999e5cc9978ee58d74d8b376a04fd7d6ce47c44c749c9d6a8
24
25 diff --git a/sys-boot/woeusb-ng/metadata.xml b/sys-boot/woeusb-ng/metadata.xml
26 new file mode 100644
27 index 000000000..def9232fc
28 --- /dev/null
29 +++ b/sys-boot/woeusb-ng/metadata.xml
30 @@ -0,0 +1,8 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>duje.mihanovic@×××××.hr</email>
36 + <name>Duje Mihanović</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
41 new file mode 100644
42 index 000000000..98d0f8337
43 --- /dev/null
44 +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
45 @@ -0,0 +1,22 @@
46 +# Copyright 1999-2022 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +EAPI=8
49 +
50 +PYTHON_COMPAT=( python3_{8..11} )
51 +DISTUTILS_SINGLE_IMPL=1
52 +inherit distutils-r1
53 +
54 +DESCRIPTION="Create Windows installer USB from ISO (rewrite of WoeUSB)"
55 +HOMEPAGE="https://github.com/WoeUSB/WoeUSB-ng"
56 +SRC_URI="https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
57 +S="${WORKDIR}/WoeUSB-ng-${PV}"
58 +LICENSE="GPL-3"
59 +SLOT="0"
60 +KEYWORDS="~amd64"
61 +DEPEND="
62 +dev-python/wxpython
63 +"
64 +RDEPEND="
65 +app-arch/p7zip
66 +sys-boot/grub[grub_platforms_pc]
67 +"