summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 10:42:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 14:53:37 +0200
commita6dbb43f7070a237129d71dada0bf658928068ee (patch)
tree788cd0740ccab731ca10694e6bc30acf709ae225 /kde-plasma
parentkde-plasma/kde-gtk-config: drop 5.27.4-r2 (diff)
downloadgentoo-a6dbb43f7070a237129d71dada0bf658928068ee.tar.gz
gentoo-a6dbb43f7070a237129d71dada0bf658928068ee.tar.bz2
gentoo-a6dbb43f7070a237129d71dada0bf658928068ee.zip
kde-plasma/kdecoration: drop 5.27.4
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.27.4.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index ecc62c09701a..260f75aef22a 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1 @@
-DIST kdecoration-5.27.4.tar.xz 52504 BLAKE2B a1533cf6fe2bbefcc93e6b991093b8fe2b89faffdbb378d77ee9ebcee673111103d4c720540b5705c6b3b0dbfa352f32581d5f16b83cdc16e9ad1c26dc21bd85 SHA512 d8abf507854e9ca1b8f767df50e525c92f6ce6152c509bb48a5bf98a05afea6b5f5dc177aed5030f433c02153934c9848edb78c5bfee8e0ca088e7d6124a08db
DIST kdecoration-5.27.5.tar.xz 52700 BLAKE2B 17db0a0ecdf66d1e7c73a56edc3c186f40e6d76974faa711bb76e476769b2710a85d9415a85636532e1f70b104377c89f9d0e80d33a090ac1c7d4d86a844ede7 SHA512 3532bf99f081fef029731dbf87310091945922caba2d44d8626e3ee22f2b39df1177f3122553b6d83a7e02bcc960ce50a50770e524cf3e6b011143d3646f66b0
diff --git a/kde-plasma/kdecoration/kdecoration-5.27.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.27.4.ebuild
deleted file mode 100644
index 3092b0ddea52..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.27.4.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.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-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}"