summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-27 21:21:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-27 22:25:48 +0100
commit12224fa29dc31d18916fa47c0f7f2182261359d7 (patch)
tree5b71d2e1c45ed4f5976de8d2165f716ea2d1a605 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.20.1* (diff)
downloadgentoo-12224fa29dc31d18916fa47c0f7f2182261359d7.tar.gz
gentoo-12224fa29dc31d18916fa47c0f7f2182261359d7.tar.bz2
gentoo-12224fa29dc31d18916fa47c0f7f2182261359d7.zip
kde-plasma/kdecoration: drop 5.20.1*
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.20.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 1943dd0880e7..4490c59f6340 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.19.5.tar.xz 43832 BLAKE2B 7d72c6014e6893f194c3c1faa2cab0cde122ed51e39006c95eda2bff247601e54d973cb2ad7ce6a92bc410db288396e279efb5b15c911d7008d47d566e9b504d SHA512 74ce5ed6a071ebc484103a2efbfbf3f2f624852dc00e141ced85813571bffb351f832dd6162c1c672274006c7bf2c7b64d59e5224f5eca6d17cd3e3a2e35151b
-DIST kdecoration-5.20.1.tar.xz 45664 BLAKE2B c0886c8157e7ddab3bec7c4acca1604a91637bafabb941aa771029a7e47d8e076da49a305a46caaf624fc189417d8fd6fcaa8d36190a1c63135f5a4033496bd6 SHA512 87412989faf6ef60c7986ba3f145b530625ad5f209c0b827d8ba2db4bfe99e4bbfa7cf9556135c19fef7a8c128f510a115b295687485dc35fd428c078bd012ed
DIST kdecoration-5.20.2.tar.xz 45564 BLAKE2B f0c7cf035f86954ff28a896473d2892af9a0707f4ba7d923205e2060565d1b4498d4575686ac366d0fb73387b67856c53941fc16fc2eb532cdee9f1fb46776a5 SHA512 f919555eae327a041a4485b123b3444cbf750c74efbdf812be7a0405fee32bfd1112d08f083a59ae6cea9df56fed57529b3c8c00e14a1e7d488c786e2454f276
diff --git a/kde-plasma/kdecoration/kdecoration-5.20.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.20.1.ebuild
deleted file mode 100644
index e66f43ab382d..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.20.1.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.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-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}"