diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 14:05:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 15:21:22 +0100 |
commit | 6c7bc9b6c28af3d8a7d13af61b3e20fc7094d93b (patch) | |
tree | 8305563ff7ae086b402b27e7004cfb60e2e4d61b /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.20.2* (diff) | |
download | gentoo-6c7bc9b6c28af3d8a7d13af61b3e20fc7094d93b.tar.gz gentoo-6c7bc9b6c28af3d8a7d13af61b3e20fc7094d93b.tar.bz2 gentoo-6c7bc9b6c28af3d8a7d13af61b3e20fc7094d93b.zip |
kde-plasma/kdecoration: drop 5.20.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.20.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 3e9330423d60..642dd4acdd12 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.2.tar.xz 45564 BLAKE2B f0c7cf035f86954ff28a896473d2892af9a0707f4ba7d923205e2060565d1b4498d4575686ac366d0fb73387b67856c53941fc16fc2eb532cdee9f1fb46776a5 SHA512 f919555eae327a041a4485b123b3444cbf750c74efbdf812be7a0405fee32bfd1112d08f083a59ae6cea9df56fed57529b3c8c00e14a1e7d488c786e2454f276 DIST kdecoration-5.20.3.tar.xz 45600 BLAKE2B 58d2ebfdb60ab7866d861e66ce0f67ea30ba4c28f12d7af59c4a140c4ffb8dae1b24909fb43f7ddc8186ec8e4f6043c65cf67839cc310e87709dd96fea3cf1e1 SHA512 602ca27b093520d4e42e510ba7da2ef1bafe0653d6b7d48abce623bc2628d19fbb9d11b246e038e7562d58a1302ff2c0df13459b618bfdd66fc8efff66832b4e diff --git a/kde-plasma/kdecoration/kdecoration-5.20.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.20.2.ebuild deleted file mode 100644 index e66f43ab382d..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.20.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.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}" |