summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
commit62f67115b5c46134c34f88f4b1cbdacc19384c0a (patch)
tree0a76b14de203a4c23040e5665e39df8de9867745 /sys-boot
parent265dbe5dbc14c199299496c6db8fce3f76647015 (diff)
gentoo resync : 30.09.2018
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/Manifest.gzbin7704 -> 7542 bytes
-rw-r--r--sys-boot/winusb/Manifest3
-rw-r--r--sys-boot/winusb/metadata.xml4
-rw-r--r--sys-boot/winusb/winusb-1.0.11.ebuild40
4 files changed, 0 insertions, 47 deletions
diff --git a/sys-boot/Manifest.gz b/sys-boot/Manifest.gz
index d8178dd96c03..63fb802b879d 100644
--- a/sys-boot/Manifest.gz
+++ b/sys-boot/Manifest.gz
Binary files differ
diff --git a/sys-boot/winusb/Manifest b/sys-boot/winusb/Manifest
deleted file mode 100644
index b51e3fb995f8..000000000000
--- a/sys-boot/winusb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST winusb-1.0.11.tar.gz 566128 BLAKE2B 9b022549008b1c0fafa85280d7010fb4d0d519d07e142c466419a2f9f3eaa1beeccac4523fa0f5c3a418f3a569c0ed7289fb31380e63f19376840e071e4456b7 SHA512 4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42
-EBUILD winusb-1.0.11.ebuild 708 BLAKE2B db37e88dcb2b2f1e18eb8c30a0903c346bf6e4ceca4c5936adffba84d78d8cc980779cb7e5ce7585eb2022d84c972800726c453ef8d1dc71a8de5b7156d9faff SHA512 c6380fa3808b4f0698ed34cf91a2dfde9763cbe10152040507aa659c6a638a8fc638dcc5096ac8e8a3c437a21e3662646011a140cc822f383eec57c9f94400b0
-MISC metadata.xml 139 BLAKE2B b4a59c22790dfec3fbcfaea41ef363401766736b68a85bedae00e1944d0a848aa97104c2f34244c0fe7b6363029281f965fc1b3545301d341cda371eaa976274 SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be
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
-}