Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-boot/winusb/
Date: Sat, 29 Sep 2018 10:11:57
Message-Id: 1538215877.cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1.mgorny@gentoo
1 commit: cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 10:11:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 10:11:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc41c126
7
8 sys-boot/winusb: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.mask | 6 ------
13 sys-boot/winusb/Manifest | 1 -
14 sys-boot/winusb/metadata.xml | 4 ----
15 sys-boot/winusb/winusb-1.0.11.ebuild | 40 ------------------------------------
16 4 files changed, 51 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index 17bb92f5054..2a7763b8b85 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -156,12 +156,6 @@ media-plugins/vdr-autosort
23 # a lot of unmanaged cruft on the filesystem. Bug #664938.
24 =media-gfx/gimp-2.10.6
25
26 -# Mikle Kolyada <zlogene@g.o> (30 Aug 2018)
27 -# Dead upstream, does not work properly.
28 -# Unmaintained.
29 -# Use sys-boot/woeusb instead.
30 -sys-boot/winusb
31 -
32 # Chí-Thanh Christopher Nguyễn <chithanh@g.o> (29 Aug 2018)
33 # Masked for removal in 30 days. Multiple build failures. Upstream inactive.
34 # (bugs #321017, #581284, #588692, #602786, #649006, #654140)
35
36 diff --git a/sys-boot/winusb/Manifest b/sys-boot/winusb/Manifest
37 deleted file mode 100644
38 index f74448c52b6..00000000000
39 --- a/sys-boot/winusb/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST winusb-1.0.11.tar.gz 566128 BLAKE2B 9b022549008b1c0fafa85280d7010fb4d0d519d07e142c466419a2f9f3eaa1beeccac4523fa0f5c3a418f3a569c0ed7289fb31380e63f19376840e071e4456b7 SHA512 4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42
43
44 diff --git a/sys-boot/winusb/metadata.xml b/sys-boot/winusb/metadata.xml
45 deleted file mode 100644
46 index 097975e3adc..00000000000
47 --- a/sys-boot/winusb/metadata.xml
48 +++ /dev/null
49 @@ -1,4 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 -</pkgmetadata>
54
55 diff --git a/sys-boot/winusb/winusb-1.0.11.ebuild b/sys-boot/winusb/winusb-1.0.11.ebuild
56 deleted file mode 100644
57 index 9f11c7f4262..00000000000
58 --- a/sys-boot/winusb/winusb-1.0.11.ebuild
59 +++ /dev/null
60 @@ -1,40 +0,0 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=5
65 -
66 -DESCRIPTION="Creates windows installer on usb media from an iso image"
67 -HOMEPAGE="http://en.congelli.eu/prog_info_winusb.html"
68 -SRC_URI="http://en.congelli.eu/directdl/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="GPL-3"
71 -SLOT="0"
72 -KEYWORDS="amd64 x86"
73 -IUSE=""
74 -
75 -DEPEND="sys-apps/sed"
76 -RDEPEND="${DEPEND}
77 - sys-apps/coreutils
78 - sys-apps/grep
79 - sys-apps/util-linux
80 - sys-block/parted
81 - sys-boot/grub:2
82 - sys-fs/ntfs3g
83 -"
84 -
85 -src_prepare() {
86 - sed -i "s#grub-install#grub2-install#" src/winusb ||
87 - die "sed failed"
88 -}
89 -
90 -src_compile() {
91 - return; # noop
92 -}
93 -
94 -src_configure() {
95 - return; # noop
96 -}
97 -
98 -src_install() {
99 - dosbin src/winusb
100 -}