summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-30 22:35:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-04 22:48:44 +0200
commita016d6fb01773cc79cc02436ffb83bcae37b1d2b (patch)
treeda81066368a12ef7faf697b4207ac75e51120f9f /kde-plasma
parentkde-plasma/kde-gtk-config: drop 5.23.5* (diff)
downloadgentoo-a016d6fb01773cc79cc02436ffb83bcae37b1d2b.tar.gz
gentoo-a016d6fb01773cc79cc02436ffb83bcae37b1d2b.tar.bz2
gentoo-a016d6fb01773cc79cc02436ffb83bcae37b1d2b.zip
kde-plasma/kdecoration: drop 5.23.5*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.23.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index e32f71955bec..fe5f82499f9b 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
-DIST kdecoration-5.23.5.tar.xz 47348 BLAKE2B d7e2f26dbb2ef6d4e1f8862e3ef62c6856dc6f9283d7cc640fede20fafc2b8d02e38950d188861b87d907b609075edc849f129513cb1cc488fe65ef857b157cf SHA512 e4619ff8918e9ac2fb1d167267846155b5305b4709534c111a256b15efa6f7a193fd3d68f55fef7f49bd6e0970339e3fea38743670afd7cb7f596c36088e4c7f
DIST kdecoration-5.24.4.tar.xz 48784 BLAKE2B 0714c129101481aa19b134bd04f6dbbbf41436513cd513097ee45e131818f75bad454b66baf9e9b3defc0239fe07f85a21d3b9b59bcb90d0e08be2944e223857 SHA512 2c8d3a276c71be757b333de58aa5b667cf182b606e8553f75db51414c51a5b38adc140da9c11b9753b1c0ba438ca267d3c32023d9c3c4eec43a2ed88c9fc56a8
DIST kdecoration-5.24.5.tar.xz 48772 BLAKE2B 79ae2d1001e771388161917882206971fdae13461278ddc2ff1094b3a1f6e5666fa1fb18c18d51f1a97166b4d7cd0553b2c19983a6cd6c365586394e4aab0b69 SHA512 d523e8515868685a15c20deead4ece798369736b117b1c29b14fa4849d6fc0a409a5b2a3eaa2756694e12ae0e22440a670ed6b79aecef7197b67d591b384d11a
diff --git a/kde-plasma/kdecoration/kdecoration-5.23.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.23.5.ebuild
deleted file mode 100644
index 45e9f1d1167f..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.23.5.ebuild
+++ /dev/null
@@ -1,24 +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.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plugin based library to create window decorations"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"