sys-boot/winusb: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 29 Sep 2018 10:11:17 +0000 (12:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 29 Sep 2018 10:11:17 +0000 (12:11 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-boot/winusb/Manifest [deleted file]
sys-boot/winusb/metadata.xml [deleted file]
sys-boot/winusb/winusb-1.0.11.ebuild [deleted file]

index 17bb92f505434cf2c5a11912c0a61b372df14446..2a7763b8b859c0da2a65ffc2dd3d0762b81f6ed8 100644 (file)
@@ -156,12 +156,6 @@ media-plugins/vdr-autosort
 # 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)
diff --git a/sys-boot/winusb/Manifest b/sys-boot/winusb/Manifest
deleted file mode 100644 (file)
index f74448c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST winusb-1.0.11.tar.gz 566128 BLAKE2B 9b022549008b1c0fafa85280d7010fb4d0d519d07e142c466419a2f9f3eaa1beeccac4523fa0f5c3a418f3a569c0ed7289fb31380e63f19376840e071e4456b7 SHA512 4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42
diff --git a/sys-boot/winusb/metadata.xml b/sys-boot/winusb/metadata.xml
deleted file mode 100644 (file)
index 097975e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/sys-boot/winusb/winusb-1.0.11.ebuild b/sys-boot/winusb/winusb-1.0.11.ebuild
deleted file mode 100644 (file)
index 9f11c7f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}