summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-07 22:55:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-07 23:30:08 +0200
commit9da6ca2ad6d5c1809f0a987c1afd9936d6c93f2a (patch)
tree176d408bd595b5a01c16b21e7206ad5e86cd7671
parentkde-plasma/kde-gtk-config: drop 5.19.2* (diff)
downloadgentoo-9da6ca2ad6d5c1809f0a987c1afd9936d6c93f2a.tar.gz
gentoo-9da6ca2ad6d5c1809f0a987c1afd9936d6c93f2a.tar.bz2
gentoo-9da6ca2ad6d5c1809f0a987c1afd9936d6c93f2a.zip
kde-plasma/kdecoration: drop 5.19.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.19.2.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index a9218953b330..c977fd926db1 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.18.5.tar.xz 43884 BLAKE2B fb1ed23440ac6e1813bb02e9d714e4a6d85587c92f7d379d9c05c981469fee8d73351d38b9fedee84b8b016b5e0aa44074dcd666adf7e8fe511870f264b01131 SHA512 ecbeeea7e2239999995facee481794bb35da359b3e64c0b4e10dd7b0d18d8cd43a6a13ff216ed963cd7f59a78b0b190ab994e6d30f7b84572a8cf69a74abb164
-DIST kdecoration-5.19.2.tar.xz 43788 BLAKE2B 9f2265bbe950fa6b5926d9fdbf73c1c5041b81ecb0fb54a6673c94d674d447676e88992e8164071bd9be899d04c29474c53920e846542d134aed2935c57ff3f3 SHA512 e163c1b012640dc4f0dd7de23c5f3d7754ca585c00ba975cb22facbd14737b5bf6cfb5c194d68f608ef22872c8b2cfa9f68e7688a0408dd240e2fafc1c5dcff2
DIST kdecoration-5.19.3.tar.xz 43816 BLAKE2B 59725bcdbb2542096ec714243474c50756f9e72c70e7100d4fa834f605224b274f85527c45da07d4e0c003e8f5936e15df5c0e9369c529d4d78a8e173fd447ac SHA512 f4cf80c6f2ca426b457205bc72753e9a74dd5d5804247cdf8346c4bdf697bf255dea1d01145658a1a5d58fddd717be962885e0bdf8a8a1296f3d063734678d8c
diff --git a/kde-plasma/kdecoration/kdecoration-5.19.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.19.2.ebuild
deleted file mode 100644
index 8b2f939975f3..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.19.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plugin based library to create window decorations"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"