diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-29 12:11:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-29 12:11:17 +0200 |
commit | cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1 (patch) | |
tree | 6fff256d84951e1570088fc6fcb3f1136641021f /sys-boot | |
parent | net-im/hangups: Remove last-rited pkg (diff) | |
download | gentoo-cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1.tar.gz gentoo-cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1.tar.bz2 gentoo-cc41c126d64ad1e8059f2a63dbc44dfbce99a6a1.zip |
sys-boot/winusb: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/winusb/Manifest | 1 | ||||
-rw-r--r-- | sys-boot/winusb/metadata.xml | 4 | ||||
-rw-r--r-- | sys-boot/winusb/winusb-1.0.11.ebuild | 40 |
3 files changed, 0 insertions, 45 deletions
diff --git a/sys-boot/winusb/Manifest b/sys-boot/winusb/Manifest deleted file mode 100644 index f74448c52b6f..000000000000 --- 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 097975e3adc2..000000000000 --- 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 9f11c7f4262d..000000000000 --- 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 -} |