summaryrefslogtreecommitdiff
path: root/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild')
-rw-r--r--x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
deleted file mode 100644
index 32975d76..00000000
--- a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2016-2019 Redcore Linux Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils git-r3
-
-DESCRIPTION="A good looking terminal emulator which mimics the old cathode display"
-HOMEPAGE="https://github.com/Swordfish90/"
-LICENSE="GPL-2"
-
-EGIT_REPO_URI="${HOMEPAGE}${PN}.git"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5[localstorage]
- dev-qt/qtgraphicaleffects:5
- dev-qt/qtgui:5
- dev-qt/qtquickcontrols:5[widgets]
- dev-qt/qtwidgets:5
- dev-qt/qtsvg:5
-"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- git-r3_fetch ${EGIT_REPO_URI} refs/tags/${PV} || die
- git-r3_checkout || die
-}
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro || die
-}
-
-src_install() {
- emake INSTALL_ROOT=${D} install || die
-}