summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-10 15:24:13 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-10 15:24:13 +0000
commit52caef5c781c0e68e56e30ec80bc359fc7fbfe06 (patch)
treede7124cb6cbad0f954033ac6571d6d281f536cc7 /sys-boot
parent816b7b22a9b1dffe4f72680b8fc26833a587308f (diff)
sys-boot/isowriter : drop package
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/isowriter/isowriter-99999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-boot/isowriter/isowriter-99999.ebuild b/sys-boot/isowriter/isowriter-99999.ebuild
deleted file mode 100644
index 6da8aeda..00000000
--- a/sys-boot/isowriter/isowriter-99999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils git-r3
-
-DESCRIPTION="Tool for creating bootable installation USB flash drives"
-EGIT_REPO_URI="https://github.com/KaOSx/${PN}.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dialog"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtdeclarative:5
- dialog? ( kde-apps/kdialog )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- eqmake5 ImageWriter.pro
-}
-
-src_install() {
- make INSTALL_ROOT=${D} install || die
-}