summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 02:04:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 14:10:55 +0200
commit84529415ec8e05d6b61a89c2d46cbde21db0b237 (patch)
tree24ea470b51af409daa618b9c938dec470edfa929 /kde-plasma
parentkde-plasma/kde-gtk-config: drop 5.21.4* (diff)
downloadgentoo-84529415ec8e05d6b61a89c2d46cbde21db0b237.tar.gz
gentoo-84529415ec8e05d6b61a89c2d46cbde21db0b237.tar.bz2
gentoo-84529415ec8e05d6b61a89c2d46cbde21db0b237.zip
kde-plasma/kdecoration: drop 5.21.4*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.21.4.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 88c43f27b540..501df9049d74 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.20.5.tar.xz 45524 BLAKE2B 3ba5a83c51664ce45b21055ca839cd390feb206d98c8b4380895ccc81f861b741a1a01d70f0417f36020322e5e94aa58ba41e75300a2d987dd3a27f65907b5fb SHA512 020130695a865a98acc3b8ec783650877addec8beb6ee96b87bf74f7bedd63aa2d06629d3f8f59a1b76ded72b4a6c85d462d61ed6c9a37876fd2f8123af8fdfe
-DIST kdecoration-5.21.4.tar.xz 45892 BLAKE2B 5a953ae583ad61cb1aa896e9792c806f61a4d670a992a84ea5340c6e7d93438f3306932fc68d0df6aa905e66a3683f9b74e174100e07a76e626a7b31def211f4 SHA512 93ad6f2db554f38a116dfc56f2d6c92b3d250b9b03ec0af7f2546a02c19c1247b851aa7455b620fa595ebb8c8420591dbd008bf8f5f10f5d59972e94e4135499
DIST kdecoration-5.21.5.tar.xz 46236 BLAKE2B 3fc48fd91ff5e53c4a98f37572785b25f25ba23218aefc6e07b1b7c3495055002b379f826191e0155a39ae61dd8a0052e51d50af059fa8e3bf12e3dcb22f613a SHA512 ef86f9946cad9de9a5e3767e2dce4f30436c9fb013bf73d5ca31cb852d3dae92cd3906adcb178070f74922f3776d226b8f812ea24eb82a57662c0bf675d38edb
diff --git a/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild
deleted file mode 100644
index 9af5da017be7..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.21.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.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 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"