summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:53:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:53:23 +0200
commite00c6ee9f4f5342165ec82ac862b9bae125884c7 (patch)
treef367d3166fbe2313810de8d633a8667f8493f414 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.25.1* (diff)
downloadgentoo-e00c6ee9f4f5342165ec82ac862b9bae125884c7.tar.gz
gentoo-e00c6ee9f4f5342165ec82ac862b9bae125884c7.tar.bz2
gentoo-e00c6ee9f4f5342165ec82ac862b9bae125884c7.zip
kde-plasma/kdecoration: drop 5.25.1*
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.25.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index d59808385d6b..0b52d311a29d 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.24.5.tar.xz 48772 BLAKE2B 79ae2d1001e771388161917882206971fdae13461278ddc2ff1094b3a1f6e5666fa1fb18c18d51f1a97166b4d7cd0553b2c19983a6cd6c365586394e4aab0b69 SHA512 d523e8515868685a15c20deead4ece798369736b117b1c29b14fa4849d6fc0a409a5b2a3eaa2756694e12ae0e22440a670ed6b79aecef7197b67d591b384d11a
-DIST kdecoration-5.25.1.tar.xz 49204 BLAKE2B a1c738cf7a92d799e3d69ff7ec331c6f99928c2d84a83a4d0bea10472f9345f261d928bcaf0f23d2906b698c6681f578b79ec449cc1e5bab8f2fcf097f74cc2a SHA512 93d673436c5f23413280226e2e06fc9af32a94f9d6617283ff7094cfa7b1e1033acfcedd623d5d3753a01c58dd7be67d48595f133da30a5a3e3abddde42bb828
DIST kdecoration-5.25.2.tar.xz 49208 BLAKE2B 32cee60f39f13b3b6a78fe7653bd197756f433228ef76b8dc1be139243bea2c83f1f9dc7070874ae032e19009a3d40b228aa2fe27591382b3a68287046f6efd7 SHA512 2be02149d6da7690aa0802510107291c481106368df3da68b12c5428193cf01fb4769f853526dfd0eb9a3a3641e057c66f34ff703cd11e843271f7f4a4c09c37
diff --git a/kde-plasma/kdecoration/kdecoration-5.25.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.25.1.ebuild
deleted file mode 100644
index 8eee1517f60c..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.25.1.ebuild
+++ /dev/null
@@ -1,25 +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.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-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/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"