diff options
author | 2022-11-29 19:36:55 +0100 | |
---|---|---|
committer | 2022-11-29 19:58:06 +0100 | |
commit | 095758950bb881eb64571cd25c78e832314b4757 (patch) | |
tree | 9994190f02046992c277ac2771b41ec241204012 | |
parent | kde-plasma/kde-gtk-config: drop 5.26.3 (diff) | |
download | gentoo-095758950bb881eb64571cd25c78e832314b4757.tar.gz gentoo-095758950bb881eb64571cd25c78e832314b4757.tar.bz2 gentoo-095758950bb881eb64571cd25c78e832314b4757.zip |
kde-plasma/kdecoration: drop 5.26.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.26.3.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index e96f48b7a10a..8e6ac6a370eb 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.25.5.tar.xz 49476 BLAKE2B 2cfc7975bc8d6c1d54022b42a62a447b9e787697fdb51693fd7d36c820886a9076314cae49c72c600c2f971fd216098f22645526d9721b74170c74742fdc65a7 SHA512 78b0aebd7f6b1242780fb51af3891df1c3dc1f7ec7d2cf6f9c76048048f19efd7b9bd95366d8f6a03ceb4a1a4616caccc3fbbba1b6972108244f6ba6baa1edec -DIST kdecoration-5.26.3.tar.xz 52084 BLAKE2B 9ec5932971e685305f2b9af769c92e7d15f4c60e0ab2abf65766aed1adeaf8b6e3f6d2f26f2a07e69a170c7c1f019d4d9fd96fd8abf9c4962cf9af73e7f2cfbe SHA512 da7ece3a6b1fbc6db2add71ae9477645b4ac5ce360ac4eb422738e04ef68371b683d0f66ea04c44d669a23c10673e28584446e08118c5608af2cb23b6b5dc792 DIST kdecoration-5.26.4.tar.xz 52180 BLAKE2B 376b0a881e4d9704b3ae798a16785ff94c549392e0ba6fe440a7a73af73981765d3a446019f053186a25cdeb9a4551756759620267b4f6dddf2fda6f4a7dd2fe SHA512 bf54c72bc236e48b46c6bb64f2dfdaafd5944fb7020912a047e00fc75e40ea636ebe6dda9981a047af84d12a0f90d57ca04d6425369a28f49a1d1771115fb7b4 diff --git a/kde-plasma/kdecoration/kdecoration-5.26.3.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.3.ebuild deleted file mode 100644 index 6968f3f48063..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.26.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.99.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm plasma.kde.org - -DESCRIPTION="Plugin based library to create window decorations" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |