diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:22:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:46:38 +0100 |
commit | 1898023eea2a6a496225a801dd51a764d4a4a257 (patch) | |
tree | c2ec5408e5069da510dbb4b35fe9fb408722ef3d /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: drop 6.0.0 (diff) | |
download | gentoo-1898023eea2a6a496225a801dd51a764d4a4a257.tar.gz gentoo-1898023eea2a6a496225a801dd51a764d4a4a257.tar.bz2 gentoo-1898023eea2a6a496225a801dd51a764d4a4a257.zip |
kde-plasma/plasma-thunderbolt: drop 6.0.0
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.0.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index d7640d5bd271..cb747c0d99f3 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,3 +1,2 @@ DIST plasma-thunderbolt-5.27.10.tar.xz 72112 BLAKE2B b527f7225fe6f85b2168406b4d049813ed3da9616b577f3d9606151d391bbb1237ed2a84e49f3b3dbdc601d52f54a8f25f91d5980ee812518cff105b602656c4 SHA512 5a93e390332ab14f212ef60c1fe8b0af16256058ab70d7504699b8109c4b28a02dfe7597665168f6dc9061397fa08c670897c0f5cc9cb64576cc979052d924d8 -DIST plasma-thunderbolt-6.0.0.tar.xz 74468 BLAKE2B eb3d1a20e45f67c96a289d19e950437b8702c6ba18ea0f7b9e0e406e5de85e50807e08d9a898c930a923a08d8d424ce3758b21f0b0007785877dd634cf8086f6 SHA512 5114c2f40a2357328c1fd0e8176d844c5e4ee9c78fb4d21533b45b562302730ec9a40e267b1121fe9689f06c67a37f518d25ad554309ebdf4705f032415566e8 DIST plasma-thunderbolt-6.0.1.tar.xz 75408 BLAKE2B d099ea9dfa0ad0908387a753928e4c43ee0554f8f228872154520f4dc9841f15e2c942228a5053cf126a31896bd0e6d0c4506c4b33a0107e29622bb5a76e49ec SHA512 27cd0bfeaa829c4ad23b66178079a8c568fc6048fa54a3a712b2c5570acf2d078dcaeee70b7048aae51560d03a779e443ee98ca8c0e1c58c26bdfa7315e0a70d diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.0.ebuild deleted file mode 100644 index 88642424e300..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.0.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.0 -QTMIN=6.6.2 -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" -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" |