diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-06 20:20:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-06 21:21:09 +0200 |
commit | 2bb6b7b6bb4357fb498a3eff73a422691b5e8745 (patch) | |
tree | 042ebe9dc11072d9eb9b2fec44646f3255a16ca5 /kde-plasma | |
parent | kde-plasma/plasma-firewall: drop 5.25.4 (diff) | |
download | gentoo-2bb6b7b6bb4357fb498a3eff73a422691b5e8745.tar.gz gentoo-2bb6b7b6bb4357fb498a3eff73a422691b5e8745.tar.bz2 gentoo-2bb6b7b6bb4357fb498a3eff73a422691b5e8745.zip |
kde-plasma/plasma-integration: drop 5.25.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index cbc783d912c6..1b29abf5fc21 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427 SHA512 9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56 -DIST plasma-integration-5.25.4.tar.xz 86428 BLAKE2B f2a2c628ffb63324101ef654a592b2c88f8fdb412333c0fcb567278b8fef98d9b0d8bfc7bf24cf428d03cfecbf5a8b2d2cd6ab3e9397eba4e312540265c2bac3 SHA512 a683bb374fb2b28329104e309cb401b9198a5a2a665faf23bd26292840d9292177cb2f631510d633fb598093dffd4af0340fdef35635d1d20d8e63aed4a1ec85 DIST plasma-integration-5.25.5.tar.xz 86432 BLAKE2B dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956 SHA512 8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild deleted file mode 100644 index 30438f7830b3..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.25.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.95.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm plasma.kde.org - -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" - -LICENSE="LGPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -# requires running kde environment -RESTRICT="test" - -COMMON_DEPEND=" - dev-libs/wayland - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[dbus] - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-plasma/breeze-${PVCUT}:5 - x11-libs/libXcursor - x11-libs/libxcb -" -DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.6.0 -" -RDEPEND="${COMMON_DEPEND} - media-fonts/hack - media-fonts/noto -" -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 -" |