summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-20 20:51:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-20 21:56:22 +0200
commitbc9fb541897425d59cbbb7a38de1dcd4dfcef7c4 (patch)
treeed999e0f962e8913f8be4bc5ba34a1b247475f80 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.20.0* (diff)
downloadgentoo-bc9fb541897425d59cbbb7a38de1dcd4dfcef7c4.tar.gz
gentoo-bc9fb541897425d59cbbb7a38de1dcd4dfcef7c4.tar.bz2
gentoo-bc9fb541897425d59cbbb7a38de1dcd4dfcef7c4.zip
kde-plasma/kdecoration: drop 5.20.0*
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.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index fe66acf36f5a..23d3c055ab08 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.0.tar.xz 45680 BLAKE2B 28f6b7710e6ea186aa7980b2368515c3e7c877d0bfae7f4c15881788ef4a6d27508ab092c9e04f04902190f9e473fd47d79d3db3cf7954526828b8c80c1449fd SHA512 d0c50a45233ce11ca27a121f466e7cf6149368104025280874c11ee6adcc28a36be570979c0a7b89b66af174b302f132f44599a06783a5cb218c85610a87d946
DIST kdecoration-5.20.1.tar.xz 45664 BLAKE2B c0886c8157e7ddab3bec7c4acca1604a91637bafabb941aa771029a7e47d8e076da49a305a46caaf624fc189417d8fd6fcaa8d36190a1c63135f5a4033496bd6 SHA512 87412989faf6ef60c7986ba3f145b530625ad5f209c0b827d8ba2db4bfe99e4bbfa7cf9556135c19fef7a8c128f510a115b295687485dc35fd428c078bd012ed
diff --git a/kde-plasma/kdecoration/kdecoration-5.20.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.20.0.ebuild
deleted file mode 100644
index e66f43ab382d..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.20.0.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}"