summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kgamma')
-rw-r--r--kde-plasma/kgamma/Manifest1
-rw-r--r--kde-plasma/kgamma/kgamma-5.14.3.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest
index 6044f7f8eea2..34d92d896ae9 100644
--- a/kde-plasma/kgamma/Manifest
+++ b/kde-plasma/kgamma/Manifest
@@ -1,2 +1 @@
-DIST kgamma5-5.14.3.tar.xz 79512 BLAKE2B 055e260d53f068e8faf6f2349d620e29cbae0c3b2b556f203175178b05906ee12ddbbd135bcd396b097030f2bf0bf9a83f4191150bae9f3dc53e32188ac0bb22 SHA512 aaf35fa7c502cc12a47819ef3a13f7fab9fdf4ee88fbe4c8d7af2e087eca055aa9c15f0ebacd5ed8454678d4f97581a4c27e05a5c908af0eeda2678dc361b36f
DIST kgamma5-5.14.5.tar.xz 79228 BLAKE2B f151c1943ae38b8d2a5b2f02e6b36456eaa70adaab7df720dacb23cc48e6f37bfd118273b9b0c13d0db27c5908a99e6553e1a7e9a2e3cce5b98c36b7042de396 SHA512 5d62c170f15f3859b5fddbc3a1f223e5989b1e379d7a855ee77d8482867485f27727beb94758776d1416472b7eacebd5f32819fe2123c32c87efb9fad7876584
diff --git a/kde-plasma/kgamma/kgamma-5.14.3.ebuild b/kde-plasma/kgamma/kgamma-5.14.3.ebuild
deleted file mode 100644
index 9094cb7b4fba..000000000000
--- a/kde-plasma/kgamma/kgamma-5.14.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KMNAME="${PN}5"
-inherit kde5
-
-DESCRIPTION="Screen gamma values kcontrol module"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- x11-libs/libX11
- x11-libs/libXxf86vm
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
-"