summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 20:31:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 21:06:30 +0200
commitd8285ed9543589aed7d04f50d62661766e325fd7 (patch)
treee5b7dde61493755c9f195f87dcc13ff84e29e44e /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.27.7 (diff)
downloadgentoo-d8285ed9543589aed7d04f50d62661766e325fd7.tar.gz
gentoo-d8285ed9543589aed7d04f50d62661766e325fd7.tar.bz2
gentoo-d8285ed9543589aed7d04f50d62661766e325fd7.zip
kde-plasma/kdecoration: drop 5.27.7
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.27.7.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 4649fe0060e9..d0b95c7dc6b6 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1 @@
-DIST kdecoration-5.27.7.tar.xz 52960 BLAKE2B 6ce440e3555caed1546cd92742e464fbe7561a16dcbc0b0dfcc70eec0cba8025ec21ead33e89d480ffe1694e8f7bc341bad2bdc71d6c9433f9996550b996419b SHA512 cfb7130ef551915c95123f93037389b690f03d2714e9ac71f38b11255a702f40d90fc0cc5dccfe4cc047ffb492b57afb07ad66d70e364dc504ada94c6af9e12b
DIST kdecoration-5.27.8.tar.xz 52952 BLAKE2B b3309fad890d7d23be5757a31670cc4b1763c7c0742346131604917d555f3edb95361c434ca8787a09a04c764b3ff2ebee344c05c878b6f3f5b9f5384c57f166 SHA512 e100773f866d1bd2072285138defdd7efa46577dcf3baa45b20930c73a4d254876b7b2de167cf3f04daab81c15ec1f8d6b3313010224a755813968caed3c74a6
diff --git a/kde-plasma/kdecoration/kdecoration-5.27.7.ebuild b/kde-plasma/kdecoration/kdecoration-5.27.7.ebuild
deleted file mode 100644
index d2610f5029eb..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.27.7.ebuild
+++ /dev/null
@@ -1,24 +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.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-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}"