diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-07 18:04:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-07 20:01:31 +0200 |
commit | 76f850b581a7864c2aa67af5efea4e67ec0d87d2 (patch) | |
tree | a00fef13625f94e5d94ddb4ae1024efa59584f27 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: drop 6.1.4 (diff) | |
download | gentoo-76f850b581a7864c2aa67af5efea4e67ec0d87d2.tar.gz gentoo-76f850b581a7864c2aa67af5efea4e67ec0d87d2.tar.bz2 gentoo-76f850b581a7864c2aa67af5efea4e67ec0d87d2.zip |
kde-plasma/plasma-thunderbolt: drop 6.1.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 59d61a9e6f7d..d1bc19128354 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1 @@ -DIST plasma-thunderbolt-6.1.4.tar.xz 79556 BLAKE2B fc823a61ccb01e2478c5c535767c21c712027111e3720607a7b32c3469440b2c3ea69f4a6a9e5a0810b4e6f5dfc26ab9179d7a6b190d0eb3a8659b34556ec9ce SHA512 a04414a072ea8ee6693131496f4d8ac9716d671ffd6b0eced5398bb0b2019c1667e0abf0382313dc38b00df19d2c320b4d137ce04619a23a91fc51a2f4d4e539 DIST plasma-thunderbolt-6.1.5.tar.xz 79972 BLAKE2B 36c1ee8d41d25f818763d29b1cf0ca05c864cc5343805292d329c657a1a19515cfa231c56bd1d6f85e8676bd70d88974c8799d97ca70fad1a6dba972addb7703 SHA512 4340a66ea69189b2a8e622691f9cb2d34168f204658cd59a0b0c3f8aba547eb797ba8132c124c4a84a1041e7e93bc553ecf988193d33b715882af9aeb688fd9a diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild deleted file mode 100644 index 9cacf03b2e46..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=6.3.0 -QTMIN=6.7.1 -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="6" -KEYWORDS="amd64 ~riscv ~x86" -IUSE="" - -# tests require DBus -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 -" -RDEPEND="${DEPEND} - >=kde-frameworks/kirigami-${KFMIN}:6 - sys-apps/bolt -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" |