diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-13 11:46:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-14 12:26:30 +0100 |
commit | 01ef507b5307320820f929e217ab24513361df4d (patch) | |
tree | 75e02f5abcc893b56d6379265a15ef507e68e2dc /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.26.90 (diff) | |
download | gentoo-01ef507b5307320820f929e217ab24513361df4d.tar.gz gentoo-01ef507b5307320820f929e217ab24513361df4d.tar.bz2 gentoo-01ef507b5307320820f929e217ab24513361df4d.zip |
kde-plasma/kdecoration: drop 5.26.90
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.26.90.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index ac558f8483b5..3df486b4a6d6 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.26.5.tar.xz 52192 BLAKE2B deda6d7678a3d416371ecf46e09d68882de688b95a0cbc4ad204a611cbbdc6759c914e4c06442b716b3d8fe0af52c7097b9dd64f862ddf93966dc33af02c8ec4 SHA512 ccc5528eafbaec688ffbbad42105e2457723062ce1556a182bd3b0573c20f9d7794ffeeed7cad927437a98648c4a432c00ebb2c013b4c40f8774d4a43a3676a4 -DIST kdecoration-5.26.90.tar.xz 52460 BLAKE2B 77f48f2c8eed9e26bf1f3a5d74761f618073b3f66aa14d0f9d11454c43a5f7061f9a0f13e6eb2804fdf02eda3c1b45443ea6ccb57de5c12554d87a3dca4d14ee SHA512 d400cd8975e3deb34bf747657d635ee1ef275d033dfd1a1ca9db3fd51c0c3ff645f3d25d7f1b91195d86c252adfe98787269c0894bdd7d76ba0e5abd4fac8489 DIST kdecoration-5.27.0.tar.xz 52492 BLAKE2B 69a2c9338a1eaf236e96b90021883ac644790b7dd0d19beab0080fbcb9ad575b754e9c60415bead2b02f0e78875e61244d1d3ab04fc92e730b848db82b0dac44 SHA512 a2dbc39d2dbd16ee294123ebaf39bdf565db53c44e9a56951c6944790dab5ba1ed9505d8a94a2580b7663a589522adb45da40d6b2f9d98a34462ca7e34cbcf14 diff --git a/kde-plasma/kdecoration/kdecoration-5.26.90.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.90.ebuild deleted file mode 100644 index db8cd3331243..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.26.90.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.102.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.7 -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 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |