commit:     cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 10:11:17 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 10:11:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc41c126

sys-boot/winusb: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                |  6 ------
 sys-boot/winusb/Manifest             |  1 -
 sys-boot/winusb/metadata.xml         |  4 ----
 sys-boot/winusb/winusb-1.0.11.ebuild | 40 ------------------------------------
 4 files changed, 51 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 17bb92f5054..2a7763b8b85 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <[email protected]> (30 Aug 2018)
-# Dead upstream, does not work properly.
-# Unmaintained.
-# Use sys-boot/woeusb instead.
-sys-boot/winusb
-
 # Chí-Thanh Christopher Nguyễn <[email protected]> (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
index f74448c52b6..00000000000
--- a/sys-boot/winusb/Manifest
+++ /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
index 097975e3adc..00000000000
--- a/sys-boot/winusb/metadata.xml
+++ /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
index 9f11c7f4262..00000000000
--- a/sys-boot/winusb/winusb-1.0.11.ebuild
+++ /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
-}

Reply via email to