aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-27 14:21:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:56:15 +0100
commit36e1658ff1fa662431a7fa00354fc74eb4b5579d (patch)
tree925ac2dd4faaf3b1db07c0be7e852dd7ee75d2bc /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 6.0.0 (diff)
downloadkde-36e1658ff1fa662431a7fa00354fc74eb4b5579d.tar.gz
kde-36e1658ff1fa662431a7fa00354fc74eb4b5579d.tar.bz2
kde-36e1658ff1fa662431a7fa00354fc74eb4b5579d.zip
kde-plasma/kdecoration: drop 6.0.0
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-6.0.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
deleted file mode 100644
index 01b2b36e0f..0000000000
--- a/kde-plasma/kdecoration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdecoration-6.0.0.tar.xz 54348 BLAKE2B 39ced7c056f778e5f70f77f56595deff8f8b492f8b3a07eee426df2450dbba3d5cc59c30f4256b437e33c4be7e9622cf59193304558cb95b4d617a2bb393063e SHA512 5d4bf1487239d5e49cb976a11e2a1fa117de7259266840ece4c36dbd2aaed12a3c0068460e1fb71760fda9ef2f4289527a3d163f906424c6f938e8185cc050dd
diff --git a/kde-plasma/kdecoration/kdecoration-6.0.0.ebuild b/kde-plasma/kdecoration/kdecoration-6.0.0.ebuild
deleted file mode 100644
index 67c2a06f36..0000000000
--- a/kde-plasma/kdecoration/kdecoration-6.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Plugin based library to create window decorations"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"