summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 14:31:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 23:09:04 +0100
commitc3066272c885586bb1a9a464cdc1b574b4bfeec7 (patch)
treeb519884250fe639350a0d70c9ca874d31831787d /kde-plasma/kdecoration
parentkde-plasma: Add KDE Plasma 5.17.3 (diff)
downloadgentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.gz
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.bz2
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.zip
kde-plasma: Drop KDE Plasma 5.17.2
Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.17.2.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 00706519f6ef..8c8801f231b3 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.16.5.tar.xz 42780 BLAKE2B 4e96b007550f5913c1c0d08b76a882a4ec8196340fec74c8c626c65f9ef8f84a80503945c506117961431aad18c4fa9e2794e9c111f36befde3292aab379ec1d SHA512 aaf7c24f7f6c77661902bc219ac1448cf2542645fb96fcc18f5751ed775a722c745f6d71c2d6b0285103a99b68446bb3ae59ff9bd8279dcb635dee6927fc000e
-DIST kdecoration-5.17.2.tar.xz 43024 BLAKE2B d6a75b11f907ccddc563fafaaea35b429d87437723b63deae8b6b99e3723241649dd15112877147835f3c8160fae4c274b9f68de1068b412b066f70c29978f51 SHA512 93ab666e0065369c9f75756d067bc5821839749e61baf046ea2bc0542890dca11f8308397e3e89c3557a41ed3a5baddaea3c0935abc300f809eead122a9f0142
DIST kdecoration-5.17.3.tar.xz 42836 BLAKE2B f3b7c6d67028749fd0877bcc997d938e94129b9c27f655b06fef312e5ff890acc7c874c3242d2ec8d791b9f3044ff278467a065d72cb57cf8d79fa5e9cacf59e SHA512 9fb991c2171779ba4276201bc1d7f97621b4552b536a5da4dc6014a794d41fd04c68c691599b498ddd5701626a4b77da39d98cd7a29c3ba80d803710504a7935
diff --git a/kde-plasma/kdecoration/kdecoration-5.17.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.17.2.ebuild
deleted file mode 100644
index 7b8168624497..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.17.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plugin based library to create window decorations"
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep ki18n)
- $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}"