summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:08:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:32:25 +0200
commitc302d2e078bc97fe598af894aed88ed408a22a2c (patch)
tree1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/kgamma
parentmedia-gfx/openscad: bump to version 2019.05 (diff)
downloadgentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558 Closes: https://bugs.gentoo.org/684960 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kgamma')
-rw-r--r--kde-plasma/kgamma/Manifest1
-rw-r--r--kde-plasma/kgamma/kgamma-5.14.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest
index 56adcee57272..2e72edc95715 100644
--- a/kde-plasma/kgamma/Manifest
+++ b/kde-plasma/kgamma/Manifest
@@ -1,2 +1 @@
-DIST kgamma5-5.14.5.tar.xz 79228 BLAKE2B f151c1943ae38b8d2a5b2f02e6b36456eaa70adaab7df720dacb23cc48e6f37bfd118273b9b0c13d0db27c5908a99e6553e1a7e9a2e3cce5b98c36b7042de396 SHA512 5d62c170f15f3859b5fddbc3a1f223e5989b1e379d7a855ee77d8482867485f27727beb94758776d1416472b7eacebd5f32819fe2123c32c87efb9fad7876584
DIST kgamma5-5.15.5.tar.xz 79316 BLAKE2B 369445730b506756e0f18d0bf78106d1795ea2a426996c7e8f9cb8b335e26e427c5d0ce2f4abb3edf8948096058cb4f09e8a7ea82a22291c5bb2326dd01ac5f2 SHA512 fea6a5242aecf366b9c3e908b4d273efc8cae66ed0077d526d8e508425265cf4155503a999035ab5e73a646ed68131b783510634d553f653a964a5f8d8ac4fa0
diff --git a/kde-plasma/kgamma/kgamma-5.14.5.ebuild b/kde-plasma/kgamma/kgamma-5.14.5.ebuild
deleted file mode 100644
index a7d806038626..000000000000
--- a/kde-plasma/kgamma/kgamma-5.14.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 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
-"