summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-04 16:12:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:23:20 +0200
commit12376281569a6a87fbb6501e2ab20588a0311d0a (patch)
tree8edec30c63b694f4177d9a33b9c7f809809e99e3 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.26.5 (diff)
downloadgentoo-12376281569a6a87fbb6501e2ab20588a0311d0a.tar.gz
gentoo-12376281569a6a87fbb6501e2ab20588a0311d0a.tar.bz2
gentoo-12376281569a6a87fbb6501e2ab20588a0311d0a.zip
kde-plasma/kdecoration: drop 5.26.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.26.5.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 468c6452017a..3b0cd48a96f7 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1 @@
-DIST kdecoration-5.26.5.tar.xz 52192 BLAKE2B deda6d7678a3d416371ecf46e09d68882de688b95a0cbc4ad204a611cbbdc6759c914e4c06442b716b3d8fe0af52c7097b9dd64f862ddf93966dc33af02c8ec4 SHA512 ccc5528eafbaec688ffbbad42105e2457723062ce1556a182bd3b0573c20f9d7794ffeeed7cad927437a98648c4a432c00ebb2c013b4c40f8774d4a43a3676a4
DIST kdecoration-5.27.4.tar.xz 52504 BLAKE2B a1533cf6fe2bbefcc93e6b991093b8fe2b89faffdbb378d77ee9ebcee673111103d4c720540b5705c6b3b0dbfa352f32581d5f16b83cdc16e9ad1c26dc21bd85 SHA512 d8abf507854e9ca1b8f767df50e525c92f6ce6152c509bb48a5bf98a05afea6b5f5dc177aed5030f433c02153934c9848edb78c5bfee8e0ca088e7d6124a08db
diff --git a/kde-plasma/kdecoration/kdecoration-5.26.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.5.ebuild
deleted file mode 100644
index 6d0040b0eb0a..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.26.5.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.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 x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"