diff options
author | 2024-01-16 15:33:04 +0100 | |
---|---|---|
committer | 2024-01-16 16:26:47 +0100 | |
commit | eb0d06522d1527bad637ac15dad00a50a3ff3e55 (patch) | |
tree | 5235a65a6cda879035788c2de7dc44cee8d30f41 /kde-plasma | |
parent | kde-plasma/plasma-systemmonitor: drop 5.27.49.9999 (diff) | |
download | kde-eb0d06522d1527bad637ac15dad00a50a3ff3e55.tar.gz kde-eb0d06522d1527bad637ac15dad00a50a3ff3e55.tar.bz2 kde-eb0d06522d1527bad637ac15dad00a50a3ff3e55.zip |
kde-plasma/plasma-thunderbolt: drop 5.27.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.49.9999.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.49.9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.49.9999.ebuild deleted file mode 100644 index 24c916952a..0000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.49.9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.106.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.9 -inherit ecm plasma.kde.org - -DESCRIPTION="Plasma integration for controlling Thunderbolt devices" -HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" - -LICENSE="|| ( GPL-2 GPL-3+ )" -SLOT="5" -KEYWORDS="" -IUSE="" - -# tests require DBus -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - sys-apps/bolt -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |