diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-09 00:39:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-10 20:23:53 +0200 |
commit | 823874f623becb250f9bb14e34876f2c730ed7e1 (patch) | |
tree | a0ed3285e3f2f962f5a4571181b6fbfa9b975339 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: drop 5.27.3 (diff) | |
download | gentoo-823874f623becb250f9bb14e34876f2c730ed7e1.tar.gz gentoo-823874f623becb250f9bb14e34876f2c730ed7e1.tar.bz2 gentoo-823874f623becb250f9bb14e34876f2c730ed7e1.zip |
kde-plasma/plasma-integration: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index d2714753da68..b0519dcca55a 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.3.tar.xz 89208 BLAKE2B a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf SHA512 757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9 DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b SHA512 6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild deleted file mode 100644 index 11eb3f2cd21c..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild +++ /dev/null @@ -1,53 +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/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" |