summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2021-12-07 14:34:02 +0100
committerhaarp <main.haarp@gmail.com>2021-12-07 14:34:02 +0100
commit4abf81ef46738479814b0c223cb1f515cc08d4e3 (patch)
tree3430ae80e645a808ac7e66f8d84459d95cec39c3 /app-misc/ddcui/ddcui-0.1.0.ebuild
parentUpdate xed to 3.2.0 (diff)
downloadhaarp-4abf81ef46738479814b0c223cb1f515cc08d4e3.tar.gz
haarp-4abf81ef46738479814b0c223cb1f515cc08d4e3.tar.bz2
haarp-4abf81ef46738479814b0c223cb1f515cc08d4e3.zip
Remove ddcutil, ddcui, both are in Gentoo repo now
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'app-misc/ddcui/ddcui-0.1.0.ebuild')
-rw-r--r--app-misc/ddcui/ddcui-0.1.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/ddcui/ddcui-0.1.0.ebuild b/app-misc/ddcui/ddcui-0.1.0.ebuild
deleted file mode 100644
index 6f854b4..0000000
--- a/app-misc/ddcui/ddcui-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils desktop
-
-DESCRIPTION="Graphical user interface for ddcutil"
-HOMEPAGE="https://github.com/rockowitz/ddcui"
-SRC_URI="https://github.com/rockowitz/ddcui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-RESTRICT=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS="AUTHORS README.md"
-
-RDEPEND=">=app-misc/ddcutil-0.9.8
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qthelp:5
- dev-qt/qtwidgets"
-DEPEND="${RDEPEND}
- dev-libs/glib
- virtual/pkgconfig"
-
-src_install() {
- cmake-utils_src_install
-
- make_desktop_entry ${PN} ${PN} ${PN} "Utility"
-}