diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-09 15:36:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-09 18:14:50 +0100 |
commit | 15e88493f119a398a867db8dc6a4cb803590f3c5 (patch) | |
tree | 0c706ad601d376f751b3567b18005c9caeea586d /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.23.2* (diff) | |
download | gentoo-15e88493f119a398a867db8dc6a4cb803590f3c5.tar.gz gentoo-15e88493f119a398a867db8dc6a4cb803590f3c5.tar.bz2 gentoo-15e88493f119a398a867db8dc6a4cb803590f3c5.zip |
kde-plasma/kdecoration: drop 5.23.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.23.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 982cb20f5c61..54704005bee4 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.22.5.tar.xz 47256 BLAKE2B 20b173e3364e0d40cd864cc985ee1d5a27ce8103cec7d2006e25117c231eedd6e6c6f42cd1144df1674bb809d334ad3b90b71ac588ec6fd2bd6e4a2641681b84 SHA512 cbb707cda299d8f2938c63a382e1ea65853754a130711ac4df16300d16b7d215a1d7150faabae04c32ac8e79218739cb9493fc481921b65a0c188ae66ebd7beb -DIST kdecoration-5.23.2.tar.xz 47316 BLAKE2B a1454d7f1cf37eae683fa7fd7078ad25aa8781ad31257c3fe3b95c36d8bc77b416442ec44d625bf64b57bb6800edc39955639e0048dd8c78d323406770ed49d5 SHA512 a0b955465cd8a13d3ef0d162057155fa3935ef5b5a194efc86887a0a25f0706362ad487913dd1c206c5b12875d3cf1917e698059d33fda192593d85de29df46c DIST kdecoration-5.23.3.tar.xz 47340 BLAKE2B 46ceccf7fc314478500334d5269afd9cd09b510af9511925ff2b0b6205c89d73c1984a4ab4f2a5d079c17025a06767afa17a625d55c8de11e729625855c2c3ed SHA512 f56668f1533541e72590688a62ecc7e2c10128db974dc9815719a6dbb9c1af53aec0cdb1d8adb4a60a7fc6faa8b5ddb48fa963283435550abc6033d47d729b5d diff --git a/kde-plasma/kdecoration/kdecoration-5.23.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.23.2.ebuild deleted file mode 100644 index be4395b9d913..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.23.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.86.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}" |