summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-22 11:14:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-22 11:23:12 +0100
commit35c47fd9a95fae7c7bd4fc0ca477adc82750c788 (patch)
tree61e34a39aee0269df86e7ae49b6ee8c6dbeebaa3 /kde-plasma/plasma-thunderbolt
parentkde-plasma/plasma-systemmonitor: drop 5.27.0 (diff)
downloadgentoo-35c47fd9a95fae7c7bd4fc0ca477adc82750c788.tar.gz
gentoo-35c47fd9a95fae7c7bd4fc0ca477adc82750c788.tar.bz2
gentoo-35c47fd9a95fae7c7bd4fc0ca477adc82750c788.zip
kde-plasma/plasma-thunderbolt: drop 5.27.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 6b734e394529..7925e50a7c39 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,3 +1,2 @@
DIST plasma-thunderbolt-5.26.5.tar.xz 71912 BLAKE2B 40546213181a5b426aaf3bbd03f1a32a3a7cff70438acd1130a2cba364375b3803fb7eeb0da8c0e8489d5cd49881ace39b3ce10eae01cb18fa51ef612f74d2c4 SHA512 182fa9df929eeca0c3fc3960f731c120e4a09fbc4b42babcc1d99374440b8bf32c564628c58fa5492b5ec9d8d50f98160c845d48e3215846e5ca7385256a783b
-DIST plasma-thunderbolt-5.27.0.tar.xz 71820 BLAKE2B 9b606f20694b56b10fdc0d279bff64f912518abcb5074dc63dff06607e3eb2e32082267043846914b8a5402d123e9a46b934f767d23a5e56fa60259a4951123e SHA512 f4fabd6b471cf6aae67d1117b436ba8c4994cef6d9e372fa6d8b600cdcaa4474d6e3efc4c76c98ea1108399ca1638ed597f86f793fa67757a25f24b130001208
DIST plasma-thunderbolt-5.27.1.tar.xz 71824 BLAKE2B 3a369684ffdbd4e22b9fca9111cd52cbae00212c5c219ef6985b0b3cab3ea830eacb469cac2142eb19a27c77fd94e1064d8b0b749739e2ca0f211cb3746b6934 SHA512 5349091b46aefb1aab3b1421431b4da45eb0e8d02dcc9afe0fc9497a5f120bb5d7e706e2c93acbc08e7eb532dfea8ae80f6638a883e3af07e713d3590195f2ee
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.0.ebuild
deleted file mode 100644
index 19770a5e9f05..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-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="~amd64 ~loong ~riscv ~x86"
-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"