summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-16 21:22:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-16 21:50:36 +0200
commit2648eb853f6c7ad2edac8a5b8f21eaaf324a5b6e (patch)
treea8db676cd91fc91a84495089fc5d91849de0a556 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 6.0.3 (diff)
downloadgentoo-2648eb853f6c7ad2edac8a5b8f21eaaf324a5b6e.tar.gz
gentoo-2648eb853f6c7ad2edac8a5b8f21eaaf324a5b6e.tar.bz2
gentoo-2648eb853f6c7ad2edac8a5b8f21eaaf324a5b6e.zip
kde-plasma/kdecoration: drop 6.0.3
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.3.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index e54a494eece5..8fa878a6acdc 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.27.11.tar.xz 52748 BLAKE2B 8d3e7bd7e27dddd3b1f6ceb728291235fe1ae58c39d5eb242643aa27553c942062cf85d5f638c6a47fc45ad93f7a9ec8609dd1815c1b70ca7ebd246d32270966 SHA512 dd687d9925a56630df9b9e7b1ac58c1536efea97307a75b3f0fc43357d2f118c8727ed425cf4267ffee13fc9ec96c0f592d94b77835ce819b576dba00bb25037
-DIST kdecoration-6.0.3.tar.xz 54512 BLAKE2B cb9e0ba847ac604b425ccd2718764ea2fb5ad712679e1bfbe138f5c651459dd340a4a159e5c8e4db7f910f4aad7d441f8737865ac31bddfc05032474cdafddc6 SHA512 955f943384ad551cf77af1e1848fb732e9612dafb104f5c4f14c8d54ae3ac7a17327c811053d4e741cd71cf4387145721585f45721c3faaeb354eecd1e60dae3
DIST kdecoration-6.0.4.tar.xz 54564 BLAKE2B 353aaca4a7eb11ef76a67a82c506bf09c0b1aa0a36c01eee3f811960ff7b56763b50955c0f62bf94df25de4d60ed79cb1031264ed121a1c9f0b8ad7f4e6b1f35 SHA512 a27f97b5bdec32702e9aee66b81d11da340dcd12048a1a193f35419e45032bffbffc5e49bd65648314db6b0513e041b29c18941bf117474c72698fd45a60fbfc
diff --git a/kde-plasma/kdecoration/kdecoration-6.0.3.ebuild b/kde-plasma/kdecoration/kdecoration-6.0.3.ebuild
deleted file mode 100644
index 67c2a06f36d6..000000000000
--- a/kde-plasma/kdecoration/kdecoration-6.0.3.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}"