commit: 461f728098568c4841f979585cfe8ec13103234e Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 10:23:34 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 10:26:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461f7280
sys-boot/woeusb: treeclean Closes: https://bugs.gentoo.org/941440 (pkgremoved) Closes: https://bugs.gentoo.org/935484 (pkgremoved) Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/package.mask | 6 ---- sys-boot/woeusb/Manifest | 3 -- sys-boot/woeusb/metadata.xml | 8 ----- sys-boot/woeusb/woeusb-3.3.1.ebuild | 59 ---------------------------------- sys-boot/woeusb/woeusb-5.1.2-r1.ebuild | 35 -------------------- sys-boot/woeusb/woeusb-5.2.4.ebuild | 35 -------------------- 6 files changed, 146 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 2db153f5ba94..95876df08f6b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -137,12 +137,6 @@ dev-python/pypy # https://github.com/nicotine-plus/nicotine-plus/issues/3152 =net-p2p/nicotine+-3.3.5 -# Takuya Wakazono <[email protected]> (2024-11-27) -# Replaced by sys-boot/woeusb-ng, which has more recent upstream -# activity and optional GUI support. -# Removal on 2024-12-24. -sys-boot/woeusb - # Ionen Wolkens <[email protected]> (2024-11-19) # NVIDIA dropped support for the 470.xx branch in September 2024[1]. # diff --git a/sys-boot/woeusb/Manifest b/sys-boot/woeusb/Manifest deleted file mode 100644 index 8af700a42c96..000000000000 --- a/sys-boot/woeusb/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST woeusb-3.3.1.tar.gz 386399 BLAKE2B 1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7 SHA512 e3460efabaee199eb5ffc73ca99fe2d9141ed3a5f72acd2f8910b093b2b3a93928ee4eeb27d634293448f036101d8bf24aef65dc338c80e6e3e1738004594d52 -DIST woeusb-5.1.2.tar.gz 160660 BLAKE2B 86fd0581ea2524d61ef48d9adf633d350ae214842ee8f26c2937f312fce864fa188fb40dd35e8e9b15c3eef46869f0099ee005e3c49fc219486d006357f74f09 SHA512 ee1341cdcaf203e4c5007e3ac19deb0b3bbee9e7eeb5ca9a74742d107b1b3e77e5b938d2f7de9ce23b7fba51d6a266ea26fb221300613c1c4c8d0cd4f8299f8b -DIST woeusb-5.2.4.tar.gz 163043 BLAKE2B 101175b86d0798009a32b705bfd8e63597dd9a36dff3ce0afcdf72e26d3447ee898fdbf7c87b5f95bffde31736d5fb8c719484a47bf3c1bc0d91ee68a6a05573 SHA512 e44087ef4f0c69cb8378c6e398b3ae5e59f7f111442b3ef2d65f4bbf2dacab862c753f7afc10c9dbbf0541476ada218da3c0210cb569bb7edec606689a93ec0c diff --git a/sys-boot/woeusb/metadata.xml b/sys-boot/woeusb/metadata.xml deleted file mode 100644 index 8c8afcf15383..000000000000 --- a/sys-boot/woeusb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">WoeUSB/WoeUSB</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-boot/woeusb/woeusb-3.3.1.ebuild b/sys-boot/woeusb/woeusb-3.3.1.ebuild deleted file mode 100644 index a07611f43779..000000000000 --- a/sys-boot/woeusb/woeusb-3.3.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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" - -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}" -BDEPEND="" - -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 -} diff --git a/sys-boot/woeusb/woeusb-5.1.2-r1.ebuild b/sys-boot/woeusb/woeusb-5.1.2-r1.ebuild deleted file mode 100644 index 880f376f6148..000000000000 --- a/sys-boot/woeusb/woeusb-5.1.2-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Creates windows installer on usb media from an iso image" -HOMEPAGE="https://github.com/WoeUSB/WoeUSB" -SRC_URI="https://github.com/WoeUSB/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/WoeUSB-${PV}" - -LICENSE="CC-BY-SA-4.0 GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - app-arch/wimlib - sys-apps/util-linux - sys-block/parted - sys-boot/grub:2[grub_platforms_pc] - sys-fs/dosfstools - sys-fs/ntfs3g" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - sed -i "s/@@WOEUSB_VERSION@@/${PV}/" sbin/${PN} share/man/man1/${PN}.1 || die -} - -src_install() { - dosbin sbin/${PN} - doman share/man/man1/${PN}.1 - - einstalldocs -} diff --git a/sys-boot/woeusb/woeusb-5.2.4.ebuild b/sys-boot/woeusb/woeusb-5.2.4.ebuild deleted file mode 100644 index 84a8f2131b58..000000000000 --- a/sys-boot/woeusb/woeusb-5.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Creates windows installer on usb media from an iso image" -HOMEPAGE="https://github.com/WoeUSB/WoeUSB" -SRC_URI="https://github.com/WoeUSB/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/WoeUSB-${PV}" - -LICENSE="CC-BY-SA-4.0 GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - app-arch/wimlib - sys-apps/util-linux - sys-block/parted - sys-boot/grub:2[grub_platforms_pc] - sys-fs/dosfstools - sys-fs/ntfs3g" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - sed -i "s/@@WOEUSB_VERSION@@/${PV}/" sbin/${PN} share/man/man1/${PN}.1 || die -} - -src_install() { - dosbin sbin/${PN} - doman share/man/man1/${PN}.1 - - einstalldocs -}
