diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-02 13:36:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-02 18:49:31 +0200 |
commit | 19dcf339902d5d06484f9505b525eacfd3006d83 (patch) | |
tree | 82324ae24ff1f65b8f3ce3596e6acca5703284a4 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.22.4* (diff) | |
download | gentoo-19dcf339902d5d06484f9505b525eacfd3006d83.tar.gz gentoo-19dcf339902d5d06484f9505b525eacfd3006d83.tar.bz2 gentoo-19dcf339902d5d06484f9505b525eacfd3006d83.zip |
kde-plasma/kdecoration: drop 5.22.4*
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.22.4.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 89742a57ba91..5fe9b4f6e67b 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.21.5.tar.xz 46236 BLAKE2B 3fc48fd91ff5e53c4a98f37572785b25f25ba23218aefc6e07b1b7c3495055002b379f826191e0155a39ae61dd8a0052e51d50af059fa8e3bf12e3dcb22f613a SHA512 ef86f9946cad9de9a5e3767e2dce4f30436c9fb013bf73d5ca31cb852d3dae92cd3906adcb178070f74922f3776d226b8f812ea24eb82a57662c0bf675d38edb -DIST kdecoration-5.22.4.tar.xz 47348 BLAKE2B 289590267a4dd7809172771ee4047aa34507c69dd57deaf22f4fea2349c2f332b702876c66488ea1642d2a29ea1cb3de31a67aa0676fc8e46dbccc6ffda0a796 SHA512 2e5dc386d53bdeb81a0341772eed8055a9ee881cc1cc4133893a7bb7d521cbe7b81527322ab0c7d6bf7312fb874f8519bf832be0ada580204a75a3ae3fad162d DIST kdecoration-5.22.5.tar.xz 47256 BLAKE2B 20b173e3364e0d40cd864cc985ee1d5a27ce8103cec7d2006e25117c231eedd6e6c6f42cd1144df1674bb809d334ad3b90b71ac588ec6fd2bd6e4a2641681b84 SHA512 cbb707cda299d8f2938c63a382e1ea65853754a130711ac4df16300d16b7d215a1d7150faabae04c32ac8e79218739cb9493fc481921b65a0c188ae66ebd7beb diff --git a/kde-plasma/kdecoration/kdecoration-5.22.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.22.4.ebuild deleted file mode 100644 index a57c32e7a28e..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.22.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.82.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 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |