summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-12-31 11:23:34 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-12-31 11:26:52 +0100
commit461f728098568c4841f979585cfe8ec13103234e (patch)
treee380a9d5f43032d680d8fa3fa916510a8fa77420 /sys-boot
parentdev-python/pyproject-fmt-rust: treeclean (diff)
downloadgentoo-461f728098568c4841f979585cfe8ec13103234e.tar.gz
gentoo-461f728098568c4841f979585cfe8ec13103234e.tar.bz2
gentoo-461f728098568c4841f979585cfe8ec13103234e.zip
sys-boot/woeusb: treeclean
Closes: https://bugs.gentoo.org/941440 (pkgremoved) Closes: https://bugs.gentoo.org/935484 (pkgremoved) Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/woeusb/Manifest3
-rw-r--r--sys-boot/woeusb/metadata.xml8
-rw-r--r--sys-boot/woeusb/woeusb-3.3.1.ebuild59
-rw-r--r--sys-boot/woeusb/woeusb-5.1.2-r1.ebuild35
-rw-r--r--sys-boot/woeusb/woeusb-5.2.4.ebuild35
5 files changed, 0 insertions, 140 deletions
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
-}