Signed-off-by: Michał Górny <mgorny@gentoo.org>
# a lot of unmanaged cruft on the filesystem. Bug #664938.
=media-gfx/gimp-2.10.6
-# Mikle Kolyada <zlogene@gentoo.org> (30 Aug 2018)
-# Dead upstream, does not work properly.
-# Unmaintained.
-# Use sys-boot/woeusb instead.
-sys-boot/winusb
-
# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (29 Aug 2018)
# Masked for removal in 30 days. Multiple build failures. Upstream inactive.
# (bugs #321017, #581284, #588692, #602786, #649006, #654140)
+++ /dev/null
-DIST winusb-1.0.11.tar.gz 566128 BLAKE2B 9b022549008b1c0fafa85280d7010fb4d0d519d07e142c466419a2f9f3eaa1beeccac4523fa0f5c3a418f3a569c0ed7289fb31380e63f19376840e071e4456b7 SHA512 4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Creates windows installer on usb media from an iso image"
-HOMEPAGE="http://en.congelli.eu/prog_info_winusb.html"
-SRC_URI="http://en.congelli.eu/directdl/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND="${DEPEND}
- sys-apps/coreutils
- sys-apps/grep
- sys-apps/util-linux
- sys-block/parted
- sys-boot/grub:2
- sys-fs/ntfs3g
-"
-
-src_prepare() {
- sed -i "s#grub-install#grub2-install#" src/winusb ||
- die "sed failed"
-}
-
-src_compile() {
- return; # noop
-}
-
-src_configure() {
- return; # noop
-}
-
-src_install() {
- dosbin src/winusb
-}