diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-22 11:14:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-22 11:23:08 +0100 |
commit | c388c41d03b07fc27874994d3bbec4a25d7b3e27 (patch) | |
tree | 2d9c580f6db442efec5baaced98f8f1f7b160358 /kde-plasma | |
parent | kde-plasma/plasma-firewall: drop 5.27.0 (diff) | |
download | gentoo-c388c41d03b07fc27874994d3bbec4a25d7b3e27.tar.gz gentoo-c388c41d03b07fc27874994d3bbec4a25d7b3e27.tar.bz2 gentoo-c388c41d03b07fc27874994d3bbec4a25d7b3e27.zip |
kde-plasma/plasma-integration: drop 5.27.0
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.27.0.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 6401bea690db..790bbdedddd2 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d SHA512 9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b -DIST plasma-integration-5.27.0.tar.xz 90404 BLAKE2B 4739f09590fd39f968db8dc63611712646b21a97f761f5632c4e069a20589722ffee959ea0b0e164eee1b33788ba4f5cdfe2f09e70d8bbb64ed6336c484abeaf SHA512 a8039f74a2f75df220ffee9190dde041b48087e03cc1c94905ef4e60d0ca797b0cfcf4dc336398274443cbdfd18418992308aadd3a7c160c30144d871e45ed1f DIST plasma-integration-5.27.1.tar.xz 90436 BLAKE2B 7f564621a4a682bdcacfdf0ff618bb42c49c43a4263d1e039ad2fbeab22d039c27f6290bcac1fa0b02ceac162a180d6183c3cbc2a810c7f8c4f46fc6d563cb74 SHA512 5d5da8f519bc0ca4ea93400429cc3069a3793e54664c36e2cda8ab4b304c3c35b693f8a6cc4b00502a31444b4e92336cebae0afb1877b2a4a98ac3cb112dc282 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild deleted file mode 100644 index 9681f63d4a3a..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.102.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.7 -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/kwayland-${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 -" |