* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/
@ 2022-09-13 15:35 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2022-09-13 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 96050adf001ca7da25ebb7a0b50de3db15c04149
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Tue Sep 13 15:25:58 2022 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> 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ć <duje.mihanovic <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>duje.mihanovic@skole.hr</email>
+ <name>Duje Mihanović</name>
+ </maintainer>
+</pkgmetadata>
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]
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/
@ 2023-09-18 15:09 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2023-09-18 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 5cad8f5d10f225f975e9291ae4f3c31cbbb4c0c1
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Mon Sep 18 15:07:44 2023 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Mon Sep 18 15:09:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cad8f5d
sys-boot/woeusb-ng: retire duje.mihanovic
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
sys-boot/woeusb-ng/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-boot/woeusb-ng/metadata.xml b/sys-boot/woeusb-ng/metadata.xml
index 638fbce5c5..2a8bac6d8a 100644
--- a/sys-boot/woeusb-ng/metadata.xml
+++ b/sys-boot/woeusb-ng/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>duje.mihanovic@skole.hr</email>
- <name>Duje Mihanović</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">WoeUSB/WoeUSB-ng</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/
@ 2024-05-14 20:32 Julien Roy
2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 5+ messages in thread
From: Julien Roy @ 2024-05-14 20:32 UTC (permalink / raw
To: gentoo-commits
commit: b06b4114c82e499d9e5855a4e41cfe9bb1074961
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 20:29:42 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:30:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b06b4114
sys-boot/woeusb-ng: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/922054
Closes: https://bugs.gentoo.org/931480
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
index 82564fd652..9322d4ed8f 100644
--- a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
+++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{10..13} )
+
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
+ dev-python/wxpython
"
RDEPEND="
-app-arch/p7zip
-sys-boot/grub[grub_platforms_pc]
+ app-arch/p7zip
+ sys-boot/grub[grub_platforms_pc]
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-boot/woeusb-ng/
2024-05-14 20:32 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/ Julien Roy
@ 2024-05-14 20:42 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 20:42 UTC (permalink / raw
To: gentoo-commits
commit: b06b4114c82e499d9e5855a4e41cfe9bb1074961
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 20:29:42 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:30:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b06b4114
sys-boot/woeusb-ng: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/922054
Closes: https://bugs.gentoo.org/931480
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
index 82564fd652..9322d4ed8f 100644
--- a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
+++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{10..13} )
+
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
+ dev-python/wxpython
"
RDEPEND="
-app-arch/p7zip
-sys-boot/grub[grub_platforms_pc]
+ app-arch/p7zip
+ sys-boot/grub[grub_platforms_pc]
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/
@ 2024-10-01 11:18 Takuya Wakazono
0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-10-01 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 02d263c79f5993d0be50f3fb14c705ccc66cf372
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 1 11:18:00 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Oct 1 11:18:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02d263c7
sys-boot/woeusb-ng: add USE=gui
Add a gui USE flag instead of using optfeature for two reasons:
- Broken PYTHON_COMPAT (no maintainer, optfeature is easy to miss)
- Some desktop profile users consider gui a core feature, and they don't
expect the woeusbgui script to be non-functional
Closes: https://bugs.gentoo.org/940445
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
sys-boot/woeusb-ng/woeusb-ng-0.2.12.ebuild | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.12.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.12.ebuild
index e7664311b..0197c9b82 100644
--- a/sys-boot/woeusb-ng/woeusb-ng-0.2.12.ebuild
+++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.12.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit desktop distutils-r1 optfeature xdg
@@ -18,12 +18,14 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="gui"
RDEPEND="
!sys-boot/woeusb
app-arch/p7zip
$(python_gen_cond_dep '
dev-python/termcolor[${PYTHON_USEDEP}]
+ gui? ( dev-python/wxpython:4.0[${PYTHON_USEDEP}] )
')
"
@@ -36,17 +38,19 @@ src_prepare() {
src_install() {
distutils-r1_src_install
- dobin WoeUSB/woeusbgui
- insinto /usr/share/polkit-1/actions
- doins miscellaneous/com.github.woeusb.woeusb-ng.policy
+ if use gui; then
+ dobin WoeUSB/woeusbgui
- doicon -s 256 WoeUSB/data/woeusb-logo.png
- make_desktop_entry woeusbgui WoeUSB-ng woeusb-logo Utility
+ insinto /usr/share/polkit-1/actions
+ doins miscellaneous/com.github.woeusb.woeusb-ng.policy
+
+ doicon -s 256 WoeUSB/data/woeusb-logo.png
+ make_desktop_entry woeusbgui WoeUSB-ng woeusb-logo Utility
+ fi
}
pkg_postinst() {
- optfeature "GUI support" dev-python/wxpython:4.0
optfeature "Legacy PC bootmode support" "sys-boot/grub[grub_platforms_pc]"
xdg_pkg_postinst
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-01 11:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 20:32 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/woeusb-ng/ Julien Roy
2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 11:18 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono
2023-09-18 15:09 Duje Mihanović
2022-09-13 15:35 Duje Mihanović
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox