summaryrefslogtreecommitdiff
path: root/x11-misc/redshift-qt/redshift-qt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/redshift-qt/redshift-qt-9999.ebuild')
-rw-r--r--x11-misc/redshift-qt/redshift-qt-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/redshift-qt/redshift-qt-9999.ebuild b/x11-misc/redshift-qt/redshift-qt-9999.ebuild
deleted file mode 100644
index a0dd6123..00000000
--- a/x11-misc/redshift-qt/redshift-qt-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/Chemrat/${PN}"
-
-inherit qmake-utils git-r3
-
-DESCRIPTION="Tray controls for redshift"
-HOMEPAGE="https://github.com/Chemrat/redshift-qt/"
-KEYWORDS="~amd64"
-SLOT="0"
-LICENSE="MIT"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:5
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
- x11-misc/redshift"
-
-src_configure() {
- eqmake5 redshift-qt.pro
-}
-
-src_install() {
- dobin redshift-qt
-}